blob: a8c38d0abf315b46818c412ae17c90a12b63dbfe [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:
16 - src/core/census/aggregation.h
Alistair Veitch85afe712016-02-02 17:58:15 -080017 - src/core/census/log.h
Craig Tiller25834342015-09-25 08:08:24 -070018 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
Alistair Veitch85afe712016-02-02 17:58:15 -080022 - src/core/census/log.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010024 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070025 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010026- name: gpr
27 public_headers:
28 - include/grpc/support/alloc.h
29 - include/grpc/support/atm.h
30 - include/grpc/support/atm_gcc_atomic.h
31 - include/grpc/support/atm_gcc_sync.h
32 - include/grpc/support/atm_win32.h
33 - include/grpc/support/avl.h
34 - include/grpc/support/cmdline.h
35 - include/grpc/support/cpu.h
36 - include/grpc/support/histogram.h
37 - include/grpc/support/host_port.h
38 - include/grpc/support/log.h
39 - include/grpc/support/log_win32.h
40 - include/grpc/support/port_platform.h
41 - include/grpc/support/slice.h
42 - include/grpc/support/slice_buffer.h
43 - include/grpc/support/string_util.h
44 - include/grpc/support/subprocess.h
45 - include/grpc/support/sync.h
46 - include/grpc/support/sync_generic.h
47 - include/grpc/support/sync_posix.h
48 - include/grpc/support/sync_win32.h
49 - include/grpc/support/thd.h
50 - include/grpc/support/time.h
51 - include/grpc/support/tls.h
52 - include/grpc/support/tls_gcc.h
53 - include/grpc/support/tls_msvc.h
54 - include/grpc/support/tls_pthread.h
55 - include/grpc/support/useful.h
56 headers:
57 - src/core/profiling/timers.h
58 - src/core/support/block_annotate.h
59 - src/core/support/env.h
60 - src/core/support/file.h
61 - src/core/support/murmur_hash.h
62 - src/core/support/stack_lockfree.h
63 - src/core/support/string.h
64 - src/core/support/string_win32.h
65 - src/core/support/thd_internal.h
66 - src/core/support/time_precise.h
67 src:
68 - src/core/profiling/basic_timers.c
69 - src/core/profiling/stap_timers.c
70 - src/core/support/alloc.c
71 - src/core/support/avl.c
72 - src/core/support/cmdline.c
73 - src/core/support/cpu_iphone.c
74 - src/core/support/cpu_linux.c
75 - src/core/support/cpu_posix.c
76 - src/core/support/cpu_windows.c
77 - src/core/support/env_linux.c
78 - src/core/support/env_posix.c
79 - src/core/support/env_win32.c
80 - src/core/support/file.c
81 - src/core/support/file_posix.c
82 - src/core/support/file_win32.c
83 - src/core/support/histogram.c
84 - src/core/support/host_port.c
85 - src/core/support/log.c
86 - src/core/support/log_android.c
87 - src/core/support/log_linux.c
88 - src/core/support/log_posix.c
89 - src/core/support/log_win32.c
90 - src/core/support/murmur_hash.c
91 - src/core/support/slice.c
92 - src/core/support/slice_buffer.c
93 - src/core/support/stack_lockfree.c
94 - src/core/support/string.c
95 - src/core/support/string_posix.c
96 - src/core/support/string_win32.c
97 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010098 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010099 - src/core/support/sync.c
100 - src/core/support/sync_posix.c
101 - src/core/support/sync_win32.c
102 - src/core/support/thd.c
103 - src/core/support/thd_posix.c
104 - src/core/support/thd_win32.c
105 - src/core/support/time.c
106 - src/core/support/time_posix.c
107 - src/core/support/time_precise.c
108 - src/core/support/time_win32.c
109 - src/core/support/tls_pthread.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100110 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800111- name: gpr_codegen
112 public_headers:
113 - include/grpc/impl/codegen/alloc.h
114 - include/grpc/impl/codegen/atm.h
115 - include/grpc/impl/codegen/atm_gcc_atomic.h
116 - include/grpc/impl/codegen/atm_gcc_sync.h
117 - include/grpc/impl/codegen/atm_win32.h
118 - include/grpc/impl/codegen/log.h
119 - include/grpc/impl/codegen/port_platform.h
120 - include/grpc/impl/codegen/slice.h
121 - include/grpc/impl/codegen/slice_buffer.h
122 - include/grpc/impl/codegen/sync.h
123 - include/grpc/impl/codegen/sync_generic.h
124 - include/grpc/impl/codegen/sync_posix.h
125 - include/grpc/impl/codegen/sync_win32.h
126 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700127- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700128 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800129 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700130 - include/grpc++/channel.h
131 - include/grpc++/client_context.h
132 - include/grpc++/completion_queue.h
133 - include/grpc++/create_channel.h
134 - include/grpc++/generic/async_generic_service.h
135 - include/grpc++/generic/generic_stub.h
136 - include/grpc++/grpc++.h
137 - include/grpc++/impl/call.h
138 - include/grpc++/impl/client_unary_call.h
139 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800140 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700141 - include/grpc++/impl/proto_utils.h
142 - include/grpc++/impl/rpc_method.h
143 - include/grpc++/impl/rpc_service_method.h
144 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800145 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700146 - include/grpc++/impl/service_type.h
147 - include/grpc++/impl/sync.h
148 - include/grpc++/impl/sync_cxx11.h
149 - include/grpc++/impl/sync_no_cxx11.h
150 - include/grpc++/impl/thd.h
151 - include/grpc++/impl/thd_cxx11.h
152 - include/grpc++/impl/thd_no_cxx11.h
153 - include/grpc++/security/auth_context.h
154 - include/grpc++/security/auth_metadata_processor.h
155 - include/grpc++/security/credentials.h
156 - include/grpc++/security/server_credentials.h
157 - include/grpc++/server.h
158 - include/grpc++/server_builder.h
159 - include/grpc++/server_context.h
160 - include/grpc++/support/async_stream.h
161 - include/grpc++/support/async_unary_call.h
162 - include/grpc++/support/byte_buffer.h
163 - include/grpc++/support/channel_arguments.h
164 - include/grpc++/support/config.h
165 - include/grpc++/support/config_protobuf.h
166 - include/grpc++/support/slice.h
167 - include/grpc++/support/status.h
168 - include/grpc++/support/status_code_enum.h
169 - include/grpc++/support/string_ref.h
170 - include/grpc++/support/stub_options.h
171 - include/grpc++/support/sync_stream.h
172 - include/grpc++/support/time.h
173 headers:
174 - src/cpp/client/create_channel_internal.h
175 - src/cpp/common/create_auth_context.h
176 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700177 - src/cpp/server/thread_pool_interface.h
178 src:
179 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700180 - src/cpp/client/client_context.cc
181 - src/cpp/client/create_channel.cc
182 - src/cpp/client/create_channel_internal.cc
183 - src/cpp/client/credentials.cc
184 - src/cpp/client/generic_stub.cc
185 - src/cpp/client/insecure_credentials.cc
vjpai04e992a2016-02-10 16:58:38 -0800186 - src/cpp/common/alarm.cc
Craig Tiller25834342015-09-25 08:08:24 -0700187 - src/cpp/common/call.cc
yang-g52705592015-11-25 11:45:33 -0800188 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700189 - src/cpp/common/completion_queue.cc
190 - src/cpp/common/rpc_method.cc
191 - src/cpp/proto/proto_utils.cc
192 - src/cpp/server/async_generic_service.cc
193 - src/cpp/server/create_default_thread_pool.cc
194 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700195 - src/cpp/server/insecure_server_credentials.cc
196 - src/cpp/server/server.cc
197 - src/cpp/server/server_builder.cc
198 - src/cpp/server/server_context.cc
199 - src/cpp/server/server_credentials.cc
200 - src/cpp/util/byte_buffer.cc
201 - src/cpp/util/slice.cc
202 - src/cpp/util/status.cc
203 - src/cpp/util/string_ref.cc
204 - src/cpp/util/time.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700205- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700206 public_headers:
207 - include/grpc/byte_buffer.h
208 - include/grpc/byte_buffer_reader.h
209 - include/grpc/compression.h
210 - include/grpc/grpc.h
211 - include/grpc/status.h
212 headers:
213 - src/core/census/grpc_filter.h
214 - src/core/channel/channel_args.h
215 - src/core/channel/channel_stack.h
216 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700217 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700218 - src/core/channel/compress_filter.h
219 - src/core/channel/connected_channel.h
220 - src/core/channel/context.h
221 - src/core/channel/http_client_filter.h
222 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800223 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700224 - src/core/client_config/client_config.h
225 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800226 - src/core/client_config/initial_connect_string.h
Craig Tiller25834342015-09-25 08:08:24 -0700227 - src/core/client_config/lb_policies/pick_first.h
228 - src/core/client_config/lb_policies/round_robin.h
229 - src/core/client_config/lb_policy.h
230 - src/core/client_config/lb_policy_factory.h
231 - src/core/client_config/lb_policy_registry.h
232 - src/core/client_config/resolver.h
233 - src/core/client_config/resolver_factory.h
234 - src/core/client_config/resolver_registry.h
235 - src/core/client_config/resolvers/dns_resolver.h
236 - src/core/client_config/resolvers/sockaddr_resolver.h
237 - src/core/client_config/subchannel.h
238 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800239 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700240 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800241 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700242 - src/core/compression/message_compress.h
243 - src/core/debug/trace.h
244 - src/core/httpcli/format_request.h
245 - src/core/httpcli/httpcli.h
246 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700247 - src/core/iomgr/closure.h
248 - src/core/iomgr/endpoint.h
249 - src/core/iomgr/endpoint_pair.h
250 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700251 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/iomgr/fd_posix.h
253 - src/core/iomgr/iocp_windows.h
254 - src/core/iomgr/iomgr.h
255 - src/core/iomgr/iomgr_internal.h
256 - src/core/iomgr/iomgr_posix.h
257 - src/core/iomgr/pollset.h
258 - src/core/iomgr/pollset_posix.h
259 - src/core/iomgr/pollset_set.h
260 - src/core/iomgr/pollset_set_posix.h
261 - src/core/iomgr/pollset_set_windows.h
262 - src/core/iomgr/pollset_windows.h
263 - src/core/iomgr/resolve_address.h
264 - src/core/iomgr/sockaddr.h
265 - src/core/iomgr/sockaddr_posix.h
266 - src/core/iomgr/sockaddr_utils.h
267 - src/core/iomgr/sockaddr_win32.h
268 - src/core/iomgr/socket_utils_posix.h
269 - src/core/iomgr/socket_windows.h
270 - src/core/iomgr/tcp_client.h
271 - src/core/iomgr/tcp_posix.h
272 - src/core/iomgr/tcp_server.h
273 - src/core/iomgr/tcp_windows.h
274 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700275 - src/core/iomgr/timer.h
276 - src/core/iomgr/timer_heap.h
277 - src/core/iomgr/timer_internal.h
Craig Tiller25834342015-09-25 08:08:24 -0700278 - src/core/iomgr/udp_server.h
279 - src/core/iomgr/wakeup_fd_pipe.h
280 - src/core/iomgr/wakeup_fd_posix.h
281 - src/core/iomgr/workqueue.h
282 - src/core/iomgr/workqueue_posix.h
283 - src/core/iomgr/workqueue_windows.h
284 - src/core/json/json.h
285 - src/core/json/json_common.h
286 - src/core/json/json_reader.h
287 - src/core/json/json_writer.h
Craig Tiller25834342015-09-25 08:08:24 -0700288 - src/core/statistics/census_interface.h
289 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700290 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700291 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700292 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700293 - src/core/surface/channel.h
294 - src/core/surface/completion_queue.h
295 - src/core/surface/event_string.h
296 - src/core/surface/init.h
297 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700298 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800299 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700300 - src/core/transport/chttp2/alpn.h
301 - src/core/transport/chttp2/bin_encoder.h
302 - src/core/transport/chttp2/frame.h
303 - src/core/transport/chttp2/frame_data.h
304 - src/core/transport/chttp2/frame_goaway.h
305 - src/core/transport/chttp2/frame_ping.h
306 - src/core/transport/chttp2/frame_rst_stream.h
307 - src/core/transport/chttp2/frame_settings.h
308 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800309 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700310 - src/core/transport/chttp2/hpack_parser.h
311 - src/core/transport/chttp2/hpack_table.h
312 - src/core/transport/chttp2/http2_errors.h
313 - src/core/transport/chttp2/huffsyms.h
314 - src/core/transport/chttp2/incoming_metadata.h
315 - src/core/transport/chttp2/internal.h
316 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700317 - src/core/transport/chttp2/stream_map.h
318 - src/core/transport/chttp2/timeout_encoding.h
319 - src/core/transport/chttp2/varint.h
320 - src/core/transport/chttp2_transport.h
321 - src/core/transport/connectivity_state.h
322 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800323 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800324 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700325 - src/core/transport/transport.h
326 - src/core/transport/transport_impl.h
327 src:
328 - src/core/census/grpc_context.c
329 - src/core/census/grpc_filter.c
330 - src/core/channel/channel_args.c
331 - src/core/channel/channel_stack.c
332 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700333 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700334 - src/core/channel/compress_filter.c
335 - src/core/channel/connected_channel.c
336 - src/core/channel/http_client_filter.c
337 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800338 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700339 - src/core/client_config/client_config.c
340 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800341 - src/core/client_config/default_initial_connect_string.c
342 - src/core/client_config/initial_connect_string.c
Craig Tiller25834342015-09-25 08:08:24 -0700343 - src/core/client_config/lb_policies/pick_first.c
344 - src/core/client_config/lb_policies/round_robin.c
345 - src/core/client_config/lb_policy.c
346 - src/core/client_config/lb_policy_factory.c
347 - src/core/client_config/lb_policy_registry.c
348 - src/core/client_config/resolver.c
349 - src/core/client_config/resolver_factory.c
350 - src/core/client_config/resolver_registry.c
351 - src/core/client_config/resolvers/dns_resolver.c
352 - src/core/client_config/resolvers/sockaddr_resolver.c
353 - src/core/client_config/subchannel.c
354 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800355 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700356 - src/core/client_config/uri_parser.c
357 - src/core/compression/algorithm.c
358 - src/core/compression/message_compress.c
359 - src/core/debug/trace.c
360 - src/core/httpcli/format_request.c
361 - src/core/httpcli/httpcli.c
362 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700363 - src/core/iomgr/closure.c
364 - src/core/iomgr/endpoint.c
365 - src/core/iomgr/endpoint_pair_posix.c
366 - src/core/iomgr/endpoint_pair_windows.c
367 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700368 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700369 - src/core/iomgr/fd_posix.c
370 - src/core/iomgr/iocp_windows.c
371 - src/core/iomgr/iomgr.c
372 - src/core/iomgr/iomgr_posix.c
373 - src/core/iomgr/iomgr_windows.c
374 - src/core/iomgr/pollset_multipoller_with_epoll.c
375 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
376 - src/core/iomgr/pollset_posix.c
377 - src/core/iomgr/pollset_set_posix.c
378 - src/core/iomgr/pollset_set_windows.c
379 - src/core/iomgr/pollset_windows.c
380 - src/core/iomgr/resolve_address_posix.c
381 - src/core/iomgr/resolve_address_windows.c
382 - src/core/iomgr/sockaddr_utils.c
383 - src/core/iomgr/socket_utils_common_posix.c
384 - src/core/iomgr/socket_utils_linux.c
385 - src/core/iomgr/socket_utils_posix.c
386 - src/core/iomgr/socket_windows.c
387 - src/core/iomgr/tcp_client_posix.c
388 - src/core/iomgr/tcp_client_windows.c
389 - src/core/iomgr/tcp_posix.c
390 - src/core/iomgr/tcp_server_posix.c
391 - src/core/iomgr/tcp_server_windows.c
392 - src/core/iomgr/tcp_windows.c
393 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700394 - src/core/iomgr/timer.c
395 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700396 - src/core/iomgr/udp_server.c
397 - src/core/iomgr/wakeup_fd_eventfd.c
398 - src/core/iomgr/wakeup_fd_nospecial.c
399 - src/core/iomgr/wakeup_fd_pipe.c
400 - src/core/iomgr/wakeup_fd_posix.c
401 - src/core/iomgr/workqueue_posix.c
402 - src/core/iomgr/workqueue_windows.c
403 - src/core/json/json.c
404 - src/core/json/json_reader.c
405 - src/core/json/json_string.c
406 - src/core/json/json_writer.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100407 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700408 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700409 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700410 - src/core/surface/byte_buffer_reader.c
411 - src/core/surface/call.c
412 - src/core/surface/call_details.c
413 - src/core/surface/call_log_batch.c
414 - src/core/surface/channel.c
415 - src/core/surface/channel_connectivity.c
416 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800417 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700418 - src/core/surface/completion_queue.c
419 - src/core/surface/event_string.c
420 - src/core/surface/init.c
421 - src/core/surface/lame_client.c
422 - src/core/surface/metadata_array.c
423 - src/core/surface/server.c
424 - src/core/surface/server_chttp2.c
425 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800426 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700427 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800428 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700429 - src/core/transport/chttp2/alpn.c
430 - src/core/transport/chttp2/bin_encoder.c
431 - src/core/transport/chttp2/frame_data.c
432 - src/core/transport/chttp2/frame_goaway.c
433 - src/core/transport/chttp2/frame_ping.c
434 - src/core/transport/chttp2/frame_rst_stream.c
435 - src/core/transport/chttp2/frame_settings.c
436 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800437 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700438 - src/core/transport/chttp2/hpack_parser.c
439 - src/core/transport/chttp2/hpack_table.c
440 - src/core/transport/chttp2/huffsyms.c
441 - src/core/transport/chttp2/incoming_metadata.c
442 - src/core/transport/chttp2/parsing.c
443 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700444 - src/core/transport/chttp2/stream_lists.c
445 - src/core/transport/chttp2/stream_map.c
446 - src/core/transport/chttp2/timeout_encoding.c
447 - src/core/transport/chttp2/varint.c
448 - src/core/transport/chttp2/writing.c
449 - src/core/transport/chttp2_transport.c
450 - src/core/transport/connectivity_state.c
451 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800452 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800453 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700454 - src/core/transport/transport.c
455 - src/core/transport/transport_op_string.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700456- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700457 headers:
458 - test/core/end2end/cq_verifier.h
459 - test/core/end2end/fixtures/proxy.h
460 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700461 - test/core/util/grpc_profiler.h
462 - test/core/util/parse_hexstring.h
463 - test/core/util/port.h
464 - test/core/util/slice_splitter.h
465 src:
466 - test/core/end2end/cq_verifier.c
467 - test/core/end2end/fixtures/proxy.c
468 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700469 - test/core/util/grpc_profiler.c
470 - test/core/util/parse_hexstring.c
471 - test/core/util/port_posix.c
472 - test/core/util/port_windows.c
473 - test/core/util/slice_splitter.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100474libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800475- name: gpr
476 build: all
477 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800478 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800479 - gpr
480 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800481 secure: false
482 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
483- name: gpr_test_util
484 build: private
485 language: c
486 headers:
487 - test/core/util/test_config.h
488 src:
489 - test/core/util/test_config.c
490 deps:
491 - gpr
492 secure: false
493 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700494- name: grpc
495 build: all
496 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700497 public_headers:
498 - include/grpc/grpc_security.h
499 headers:
500 - src/core/security/auth_filters.h
501 - src/core/security/base64.h
502 - src/core/security/credentials.h
503 - src/core/security/handshake.h
504 - src/core/security/json_token.h
505 - src/core/security/jwt_verifier.h
506 - src/core/security/secure_endpoint.h
507 - src/core/security/security_connector.h
508 - src/core/security/security_context.h
509 - src/core/tsi/fake_transport_security.h
510 - src/core/tsi/ssl_transport_security.h
Craig Tiller0fe5ee72015-12-22 12:50:36 -0800511 - src/core/tsi/ssl_types.h
Craig Tiller25834342015-09-25 08:08:24 -0700512 - src/core/tsi/transport_security.h
513 - src/core/tsi/transport_security_interface.h
514 src:
515 - src/core/httpcli/httpcli_security_connector.c
516 - src/core/security/base64.c
517 - src/core/security/client_auth_filter.c
518 - src/core/security/credentials.c
519 - src/core/security/credentials_metadata.c
520 - src/core/security/credentials_posix.c
521 - src/core/security/credentials_win32.c
522 - src/core/security/google_default_credentials.c
523 - src/core/security/handshake.c
524 - src/core/security/json_token.c
525 - src/core/security/jwt_verifier.c
526 - src/core/security/secure_endpoint.c
527 - src/core/security/security_connector.c
528 - src/core/security/security_context.c
529 - src/core/security/server_auth_filter.c
530 - src/core/security/server_secure_chttp2.c
531 - src/core/surface/init_secure.c
532 - src/core/surface/secure_channel_create.c
533 - src/core/tsi/fake_transport_security.c
534 - src/core/tsi/ssl_transport_security.c
535 - src/core/tsi/transport_security.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800536 deps:
537 - gpr
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800538 - grpc_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700539 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800540 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700541 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700542 filegroups:
543 - grpc_base
544 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700545 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700546 vs_packages:
547 - grpc.dependencies.openssl
548 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700549 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
550- name: grpc_test_util
551 build: private
552 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700553 headers:
554 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800555 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700556 src:
557 - test/core/end2end/data/server1_cert.c
558 - test/core/end2end/data/server1_key.c
559 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800560 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700561 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800562 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800563 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700564 - grpc
565 filegroups:
566 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700567 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
568- name: grpc_test_util_unsecure
569 build: private
570 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700571 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800572 - gpr
573 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800574 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700575 filegroups:
576 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700577 secure: false
578 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
579- name: grpc_unsecure
580 build: all
581 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700582 src:
583 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800584 deps:
585 - gpr
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800586 - grpc_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700587 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800588 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700589 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700590 filegroups:
591 - grpc_base
592 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700593 secure: false
594 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
595- name: grpc_zookeeper
596 build: all
597 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700598 public_headers:
599 - include/grpc/grpc_zookeeper.h
600 headers:
601 - src/core/client_config/resolvers/zookeeper_resolver.h
602 src:
603 - src/core/client_config/resolvers/zookeeper_resolver.c
604 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800605 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700606 - grpc
607 external_deps:
608 - zookeeper
609 platforms:
610 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700611 secure: false
612- name: reconnect_server
613 build: private
614 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700615 headers:
616 - test/core/util/reconnect_server.h
617 src:
618 - test/core/util/reconnect_server.c
619 deps:
yang-gc9fca182015-11-06 16:41:33 -0800620 - test_tcp_server
621 - grpc_test_util
622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800623 - gpr_test_util
624 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800625- name: test_tcp_server
626 build: private
627 language: c
628 headers:
629 - test/core/util/test_tcp_server.h
630 src:
631 - test/core/util/test_tcp_server.c
632 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700633 - grpc_test_util
634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800635 - gpr_test_util
636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700637- name: grpc++
638 build: all
639 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700640 headers:
641 - src/cpp/client/secure_credentials.h
642 - src/cpp/common/secure_auth_context.h
643 - src/cpp/server/secure_server_credentials.h
644 src:
Craig Tiller25834342015-09-25 08:08:24 -0700645 - src/cpp/client/secure_credentials.cc
David Garcia Quintasa37d9d82016-02-18 15:30:56 -0800646 - src/cpp/codegen/grpc_library.cc
Craig Tiller25834342015-09-25 08:08:24 -0700647 - src/cpp/common/auth_property_iterator.cc
648 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800649 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700650 - src/cpp/common/secure_create_auth_context.cc
651 - src/cpp/server/secure_server_credentials.cc
652 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700653 - grpc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800654 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700655 baselib: true
656 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700657 filegroups:
658 - grpc++_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700659 secure: check
660 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800661- name: grpc++_codegen_lib
662 build: all
663 language: c++
664 public_headers:
665 - include/grpc++/impl/codegen/async_stream.h
666 - include/grpc++/impl/codegen/async_unary_call.h
667 - include/grpc++/impl/codegen/call.h
668 - include/grpc++/impl/codegen/call_hook.h
669 - include/grpc++/impl/codegen/channel_interface.h
670 - include/grpc++/impl/codegen/client_context.h
671 - include/grpc++/impl/codegen/client_unary_call.h
672 - include/grpc++/impl/codegen/completion_queue.h
673 - include/grpc++/impl/codegen/completion_queue_tag.h
674 - include/grpc++/impl/codegen/config.h
675 - include/grpc++/impl/codegen/config_protobuf.h
676 - include/grpc++/impl/codegen/grpc_library.h
677 - include/grpc++/impl/codegen/method_handler_impl.h
678 - include/grpc++/impl/codegen/proto_utils.h
679 - include/grpc++/impl/codegen/rpc_method.h
680 - include/grpc++/impl/codegen/rpc_service_method.h
681 - include/grpc++/impl/codegen/security/auth_context.h
682 - include/grpc++/impl/codegen/serialization_traits.h
683 - include/grpc++/impl/codegen/server_context.h
684 - include/grpc++/impl/codegen/server_interface.h
685 - include/grpc++/impl/codegen/service_type.h
686 - include/grpc++/impl/codegen/status.h
687 - include/grpc++/impl/codegen/status_code_enum.h
688 - include/grpc++/impl/codegen/string_ref.h
689 - include/grpc++/impl/codegen/stub_options.h
690 - include/grpc++/impl/codegen/sync.h
691 - include/grpc++/impl/codegen/sync_cxx11.h
692 - include/grpc++/impl/codegen/sync_no_cxx11.h
693 - include/grpc++/impl/codegen/sync_stream.h
694 - include/grpc++/impl/codegen/time.h
695 headers:
696 - include/grpc/impl/codegen/alloc.h
697 - include/grpc/impl/codegen/atm.h
698 - include/grpc/impl/codegen/atm_gcc_atomic.h
699 - include/grpc/impl/codegen/atm_gcc_sync.h
700 - include/grpc/impl/codegen/atm_win32.h
701 - include/grpc/impl/codegen/log.h
702 - include/grpc/impl/codegen/port_platform.h
703 - include/grpc/impl/codegen/slice.h
704 - include/grpc/impl/codegen/slice_buffer.h
705 - include/grpc/impl/codegen/sync.h
706 - include/grpc/impl/codegen/sync_generic.h
707 - include/grpc/impl/codegen/sync_posix.h
708 - include/grpc/impl/codegen/sync_win32.h
709 - include/grpc/impl/codegen/time.h
David Garcia Quintasa37d9d82016-02-18 15:30:56 -0800710 src: []
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800711 private: true
712 secure: false
Craig Tillerbf4b2242015-08-31 15:53:53 -0700713- name: grpc++_test_config
714 build: private
715 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700716 headers:
717 - test/cpp/util/test_config.h
718 src:
719 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700720- name: grpc++_test_util
721 build: private
722 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700723 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800724 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800725 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 - test/cpp/util/cli_call.h
727 - test/cpp/util/create_test_channel.h
728 - test/cpp/util/string_ref_helper.h
729 - test/cpp/util/subprocess.h
730 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800731 - src/proto/grpc/testing/echo_messages.proto
732 - src/proto/grpc/testing/echo.proto
733 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800734 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800735 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700736 - test/cpp/util/cli_call.cc
737 - test/cpp/util/create_test_channel.cc
738 - test/cpp/util/string_ref_helper.cc
739 - test/cpp/util/subprocess.cc
740 deps:
741 - grpc++
742 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700743- name: grpc++_unsecure
744 build: all
745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700746 src:
747 - src/cpp/common/insecure_create_auth_context.cc
748 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800749 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700750 - grpc_unsecure
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800751 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700752 baselib: true
753 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700754 filegroups:
755 - grpc++_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700756 secure: false
757 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800758- name: grpc_codegen_lib
759 build: all
760 language: c++
761 public_headers:
762 - include/grpc/impl/codegen/byte_buffer.h
763 - include/grpc/impl/codegen/compression_types.h
764 - include/grpc/impl/codegen/connectivity_state.h
765 - include/grpc/impl/codegen/grpc_types.h
766 - include/grpc/impl/codegen/propagation_bits.h
767 - include/grpc/impl/codegen/status.h
768 headers: []
769 src: []
770 private: true
771 secure: false
Craig Tillerbf4b2242015-08-31 15:53:53 -0700772- name: grpc_plugin_support
773 build: protoc
774 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700775 headers:
776 - include/grpc++/support/config.h
777 - include/grpc++/support/config_protobuf.h
778 - src/compiler/config.h
779 - src/compiler/cpp_generator.h
780 - src/compiler/cpp_generator_helpers.h
781 - src/compiler/csharp_generator.h
782 - src/compiler/csharp_generator_helpers.h
783 - src/compiler/generator_helpers.h
784 - src/compiler/objective_c_generator.h
785 - src/compiler/objective_c_generator_helpers.h
786 - src/compiler/python_generator.h
787 - src/compiler/ruby_generator.h
788 - src/compiler/ruby_generator_helpers-inl.h
789 - src/compiler/ruby_generator_map-inl.h
790 - src/compiler/ruby_generator_string-inl.h
791 src:
792 - src/compiler/cpp_generator.cc
793 - src/compiler/csharp_generator.cc
794 - src/compiler/objective_c_generator.cc
795 - src/compiler/python_generator.cc
796 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800797 deps:
798 - grpc_codegen_lib
799 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800800 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800801 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700802 secure: false
803 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
804- name: interop_client_helper
805 build: private
806 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700807 headers:
808 - test/cpp/interop/client_helper.h
809 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800810 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700811 - test/cpp/interop/client_helper.cc
812 deps:
813 - grpc++_test_util
814 - grpc_test_util
815 - grpc++
816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800817 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700818- name: interop_client_main
819 build: private
820 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700821 headers:
822 - test/cpp/interop/interop_client.h
823 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800824 - src/proto/grpc/testing/empty.proto
825 - src/proto/grpc/testing/messages.proto
826 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700827 - test/cpp/interop/client.cc
828 - test/cpp/interop/interop_client.cc
829 deps:
830 - interop_client_helper
831 - grpc++_test_util
832 - grpc_test_util
833 - grpc++
834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800835 - gpr_test_util
836 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700837 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700838- name: interop_server_helper
839 build: private
840 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700841 headers:
842 - test/cpp/interop/server_helper.h
843 src:
844 - test/cpp/interop/server_helper.cc
845 deps:
846 - grpc_test_util
847 - grpc++
848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800849 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700850- name: interop_server_main
851 build: private
852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700853 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800854 - src/proto/grpc/testing/empty.proto
855 - src/proto/grpc/testing/messages.proto
856 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700857 - test/cpp/interop/server.cc
858 deps:
859 - interop_server_helper
860 - grpc++_test_util
861 - grpc_test_util
862 - grpc++
863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800864 - gpr_test_util
865 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700866 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700867- name: qps
868 build: private
869 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700870 headers:
871 - test/cpp/qps/client.h
872 - test/cpp/qps/driver.h
873 - test/cpp/qps/histogram.h
874 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800875 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700876 - test/cpp/qps/perf_db_client.h
877 - test/cpp/qps/qps_worker.h
878 - test/cpp/qps/report.h
879 - test/cpp/qps/server.h
880 - test/cpp/qps/stats.h
881 - test/cpp/qps/timer.h
882 - test/cpp/util/benchmark_config.h
883 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800884 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800885 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800886 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800887 - src/proto/grpc/testing/control.proto
888 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800889 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700890 - test/cpp/qps/client_async.cc
891 - test/cpp/qps/client_sync.cc
892 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800893 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700894 - test/cpp/qps/perf_db_client.cc
895 - test/cpp/qps/qps_worker.cc
896 - test/cpp/qps/report.cc
897 - test/cpp/qps/server_async.cc
898 - test/cpp/qps/server_sync.cc
899 - test/cpp/qps/timer.cc
900 - test/cpp/util/benchmark_config.cc
901 deps:
902 - grpc_test_util
903 - grpc++_test_util
904 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905- name: grpc_csharp_ext
906 build: all
907 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700908 src:
909 - src/csharp/ext/grpc_csharp_ext.c
910 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800912 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800913 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800914 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700915 dll: only
916 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700917 vs_packages:
918 - grpc.dependencies.openssl
919 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700920 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700921 vs_props:
922 - zlib
923 - openssl
924 - winsock
925 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700926targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100927- name: alarm_test
928 build: test
929 language: c
930 src:
931 - test/core/surface/alarm_test.c
932 deps:
933 - grpc_test_util
934 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800935 - gpr_test_util
936 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800937- name: algorithm_test
938 build: test
939 language: c
940 src:
941 - test/core/compression/algorithm_test.c
942 deps:
943 - grpc_test_util
944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800945 - gpr_test_util
946 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800947- name: alloc_test
948 build: test
949 language: c
950 src:
951 - test/core/support/alloc_test.c
952 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 - gpr_test_util
954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700955- name: alpn_test
956 build: test
957 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700958 src:
959 - test/core/transport/chttp2/alpn_test.c
960 deps:
961 - grpc_test_util
962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800963 - gpr_test_util
964 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700965- name: bin_encoder_test
966 build: test
967 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700968 src:
969 - test/core/transport/chttp2/bin_encoder_test.c
970 deps:
971 - grpc_test_util
972 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800973- name: census_context_test
974 build: test
975 language: c
976 src:
977 - test/core/census/context_test.c
978 deps:
979 - grpc_test_util
980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800981 - gpr_test_util
982 - gpr
Alistair Veitch85afe712016-02-02 17:58:15 -0800983- name: census_log_test
984 build: test
985 language: c
986 src:
987 - test/core/census/log_test.c
988 deps:
989 - grpc_test_util
990 - grpc
Alistair Veitch749250f2016-02-11 09:23:20 -0800991 - gpr_test_util
992 - gpr
yang-gc0ed5092015-12-09 08:48:08 -0800993- name: channel_create_test
994 build: test
995 language: c
996 src:
997 - test/core/surface/channel_create_test.c
998 deps:
999 - grpc_test_util
1000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001001 - gpr_test_util
1002 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001003- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001004 build: test
1005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001006 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001007 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001008 deps:
1009 - grpc_test_util
1010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001011 - gpr_test_util
1012 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001013- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001014 build: test
1015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001016 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001017 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001018 deps:
1019 - grpc_test_util
1020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001021 - gpr_test_util
1022 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001023- name: chttp2_stream_map_test
1024 build: test
1025 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001026 src:
1027 - test/core/transport/chttp2/stream_map_test.c
1028 deps:
1029 - grpc_test_util
1030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 - gpr_test_util
1032 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001033- name: chttp2_varint_test
1034 build: test
1035 language: c
1036 src:
1037 - test/core/transport/chttp2/varint_test.c
1038 deps:
1039 - grpc_test_util
1040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001041 - gpr_test_util
1042 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001043- name: compression_test
1044 build: test
1045 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001046 src:
1047 - test/core/compression/compression_test.c
1048 deps:
1049 - grpc_test_util
1050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001051 - gpr_test_util
1052 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001053- name: dns_resolver_test
1054 build: test
1055 language: c
1056 src:
1057 - test/core/client_config/resolvers/dns_resolver_test.c
1058 deps:
1059 - grpc_test_util
1060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001061 - gpr_test_util
1062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001064 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065 build: test
1066 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001067 src:
1068 - test/core/end2end/dualstack_socket_test.c
1069 deps:
1070 - grpc_test_util
1071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001072 - gpr_test_util
1073 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001074 platforms:
1075 - mac
1076 - linux
1077 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001078- name: endpoint_pair_test
1079 build: test
1080 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001081 src:
1082 - test/core/iomgr/endpoint_pair_test.c
1083 deps:
1084 - grpc_test_util
1085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001086 - gpr_test_util
1087 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001088- name: fd_conservation_posix_test
1089 build: test
1090 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001091 src:
1092 - test/core/iomgr/fd_conservation_posix_test.c
1093 deps:
1094 - grpc_test_util
1095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001096 - gpr_test_util
1097 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001098 platforms:
1099 - mac
1100 - linux
1101 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001102- name: fd_posix_test
1103 build: test
1104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001105 src:
1106 - test/core/iomgr/fd_posix_test.c
1107 deps:
1108 - grpc_test_util
1109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001110 - gpr_test_util
1111 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001112 platforms:
1113 - mac
1114 - linux
1115 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116- name: fling_client
1117 build: test
1118 run: false
1119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001120 src:
1121 - test/core/fling/client.c
1122 deps:
1123 - grpc_test_util
1124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 - gpr_test_util
1126 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001127- name: fling_server
1128 build: test
1129 run: false
1130 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001131 src:
1132 - test/core/fling/server.c
1133 deps:
1134 - grpc_test_util
1135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001136 - gpr_test_util
1137 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001139 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001140 build: test
1141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001142 src:
1143 - test/core/fling/fling_stream_test.c
1144 deps:
1145 - grpc_test_util
1146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001147 - gpr_test_util
1148 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001149 platforms:
1150 - mac
1151 - linux
1152 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001153- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001154 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155 build: test
1156 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001157 src:
1158 - test/core/fling/fling_test.c
1159 deps:
1160 - grpc_test_util
1161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001162 - gpr_test_util
1163 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001164 platforms:
1165 - mac
1166 - linux
1167 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168- name: gen_hpack_tables
1169 build: tool
1170 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001171 src:
1172 - tools/codegen/core/gen_hpack_tables.c
1173 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001174 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001175 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001176- name: gen_legal_metadata_characters
1177 build: tool
1178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001179 src:
1180 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001182- name: gpr_avl_test
1183 build: test
1184 language: c
1185 src:
1186 - test/core/support/avl_test.c
1187 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001188 - gpr_test_util
1189 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190- name: gpr_cmdline_test
1191 build: test
1192 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001193 src:
1194 - test/core/support/cmdline_test.c
1195 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001196 - gpr_test_util
1197 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001198- name: gpr_cpu_test
1199 build: test
1200 language: c
1201 src:
1202 - test/core/support/cpu_test.c
1203 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001204 - gpr_test_util
1205 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001206- name: gpr_env_test
1207 build: test
1208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001209 src:
1210 - test/core/support/env_test.c
1211 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001212 - gpr_test_util
1213 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001214- name: gpr_file_test
1215 build: test
1216 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001217 src:
1218 - test/core/support/file_test.c
1219 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001220 - gpr_test_util
1221 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001222- name: gpr_histogram_test
1223 build: test
1224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001225 src:
1226 - test/core/support/histogram_test.c
1227 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001228 - gpr_test_util
1229 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001230- name: gpr_host_port_test
1231 build: test
1232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001233 src:
1234 - test/core/support/host_port_test.c
1235 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001236 - gpr_test_util
1237 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001238- name: gpr_log_test
1239 build: test
1240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001241 src:
1242 - test/core/support/log_test.c
1243 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001244 - gpr_test_util
1245 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001246- name: gpr_slice_buffer_test
1247 build: test
1248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001249 src:
1250 - test/core/support/slice_buffer_test.c
1251 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001252 - gpr_test_util
1253 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254- name: gpr_slice_test
1255 build: test
1256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001257 src:
1258 - test/core/support/slice_test.c
1259 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001260 - gpr_test_util
1261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001263 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264 build: test
1265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001266 src:
1267 - test/core/support/stack_lockfree_test.c
1268 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 - gpr_test_util
1270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271- name: gpr_string_test
1272 build: test
1273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001274 src:
1275 - test/core/support/string_test.c
1276 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001277 - gpr_test_util
1278 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001279- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001280 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281 build: test
1282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001283 src:
1284 - test/core/support/sync_test.c
1285 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001286 - gpr_test_util
1287 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001289 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290 build: test
1291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001292 src:
1293 - test/core/support/thd_test.c
1294 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: gpr_time_test
1298 build: test
1299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001300 src:
1301 - test/core/support/time_test.c
1302 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001303 - gpr_test_util
1304 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001305- name: gpr_tls_test
1306 build: test
1307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001308 src:
1309 - test/core/support/tls_test.c
1310 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001311 - gpr_test_util
1312 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001313- name: gpr_useful_test
1314 build: test
1315 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001316 src:
1317 - test/core/support/useful_test.c
1318 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001319 - gpr_test_util
1320 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001321- name: grpc_auth_context_test
1322 build: test
1323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001324 src:
1325 - test/core/security/auth_context_test.c
1326 deps:
1327 - grpc_test_util
1328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001329 - gpr_test_util
1330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331- name: grpc_base64_test
1332 build: test
1333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001334 src:
1335 - test/core/security/base64_test.c
1336 deps:
1337 - grpc_test_util
1338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001339 - gpr_test_util
1340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001341- name: grpc_byte_buffer_reader_test
1342 build: test
1343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001344 src:
1345 - test/core/surface/byte_buffer_reader_test.c
1346 deps:
1347 - grpc_test_util
1348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001349 - gpr_test_util
1350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: grpc_channel_args_test
1352 build: test
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/channel/channel_args_test.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361- name: grpc_channel_stack_test
1362 build: test
1363 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001364 src:
1365 - test/core/channel/channel_stack_test.c
1366 deps:
1367 - grpc_test_util
1368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001369 - gpr_test_util
1370 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001371- name: grpc_completion_queue_test
1372 build: test
1373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001374 src:
1375 - test/core/surface/completion_queue_test.c
1376 deps:
1377 - grpc_test_util
1378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 - gpr_test_util
1380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381- name: grpc_create_jwt
1382 build: tool
1383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001384 src:
1385 - test/core/security/create_jwt.c
1386 deps:
1387 - grpc_test_util
1388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr_test_util
1390 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: grpc_credentials_test
1392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/security/credentials_test.c
1396 deps:
1397 - grpc_test_util
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr_test_util
1400 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001401- name: grpc_fetch_oauth2
1402 build: tool
1403 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001404 src:
1405 - test/core/security/fetch_oauth2.c
1406 deps:
1407 - grpc_test_util
1408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001409 - gpr_test_util
1410 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001411- name: grpc_invalid_channel_args_test
1412 build: test
1413 language: c
1414 src:
1415 - test/core/surface/invalid_channel_args_test.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr_test_util
1420 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001421- name: grpc_json_token_test
1422 build: test
1423 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001424 src:
1425 - test/core/security/json_token_test.c
1426 deps:
1427 - grpc_test_util
1428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001429 - gpr_test_util
1430 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001431 platforms:
1432 - linux
1433 - posix
1434 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001435- name: grpc_jwt_verifier_test
1436 build: test
1437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001438 src:
1439 - test/core/security/jwt_verifier_test.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001443 - gpr_test_util
1444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001445- name: grpc_print_google_default_creds_token
1446 build: tool
1447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001448 src:
1449 - test/core/security/print_google_default_creds_token.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001453 - gpr_test_util
1454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455- name: grpc_security_connector_test
1456 build: test
1457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001458 src:
1459 - test/core/security/security_connector_test.c
1460 deps:
1461 - grpc_test_util
1462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465- name: grpc_verify_jwt
1466 build: tool
1467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001468 src:
1469 - test/core/security/verify_jwt.c
1470 deps:
1471 - grpc_test_util
1472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001473 - gpr_test_util
1474 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001475- name: hpack_parser_test
1476 build: test
1477 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001478 src:
1479 - test/core/transport/chttp2/hpack_parser_test.c
1480 deps:
1481 - grpc_test_util
1482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001483 - gpr_test_util
1484 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485- name: hpack_table_test
1486 build: test
1487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001488 src:
1489 - test/core/transport/chttp2/hpack_table_test.c
1490 deps:
1491 - grpc_test_util
1492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001493 - gpr_test_util
1494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001495- name: httpcli_format_request_test
1496 build: test
1497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001498 src:
1499 - test/core/httpcli/format_request_test.c
1500 deps:
1501 - grpc_test_util
1502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr_test_util
1504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: httpcli_parser_test
1506 build: test
1507 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001508 src:
1509 - test/core/httpcli/parser_test.c
1510 deps:
1511 - grpc_test_util
1512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001513 - gpr_test_util
1514 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001515- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001516 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001517 build: test
1518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001519 src:
1520 - test/core/httpcli/httpcli_test.c
1521 deps:
1522 - grpc_test_util
1523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001526 platforms:
1527 - mac
1528 - linux
1529 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001530- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001531 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001532 build: test
1533 language: c
1534 src:
1535 - test/core/httpcli/httpscli_test.c
1536 deps:
1537 - grpc_test_util
1538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001539 - gpr_test_util
1540 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001541 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001542 - linux
yang-gf1183302015-12-07 16:02:05 -08001543- name: init_test
1544 build: test
1545 language: c
1546 src:
1547 - test/core/surface/init_test.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001551 - gpr_test_util
1552 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001553- name: invalid_call_argument_test
1554 build: test
1555 language: c
1556 src:
1557 - test/core/end2end/invalid_call_argument_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: json_rewrite
1564 build: test
1565 run: false
1566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001567 src:
1568 - test/core/json/json_rewrite.c
1569 deps:
1570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001571 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001572- name: json_rewrite_test
1573 build: test
1574 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001575 src:
1576 - test/core/json/json_rewrite_test.c
1577 deps:
1578 - grpc_test_util
1579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001580 - gpr_test_util
1581 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001582- name: json_stream_error_test
1583 build: test
1584 language: c
1585 src:
1586 - test/core/json/json_stream_error_test.c
1587 deps:
1588 - grpc_test_util
1589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 - gpr_test_util
1591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001592- name: json_test
1593 build: test
1594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001595 src:
1596 - test/core/json/json_test.c
1597 deps:
1598 - grpc_test_util
1599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001602- name: lame_client_test
1603 build: test
1604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001605 src:
1606 - test/core/surface/lame_client_test.c
1607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001612- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001613 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001614 build: test
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/client_config/lb_policies_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: low_level_ping_pong_benchmark
1624 build: benchmark
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - test/core/network_benchmarks/low_level_ping_pong.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 - mac
1635 - linux
1636 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001637- name: message_compress_test
1638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
1641 - test/core/compression/message_compress_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: multiple_server_queues_test
1648 build: test
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/end2end/multiple_server_queues_test.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: murmur_hash_test
1658 build: test
1659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
1661 - test/core/support/murmur_hash_test.c
1662 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001666 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001667 build: test
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/end2end/no_server_test.c
1671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001676- name: resolve_address_test
1677 build: test
1678 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001679 src:
1680 - test/core/iomgr/resolve_address_test.c
1681 deps:
1682 - grpc_test_util
1683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr_test_util
1685 - gpr
yang-gd482e592015-12-10 14:04:00 -08001686- name: secure_channel_create_test
1687 build: test
1688 language: c
1689 src:
1690 - test/core/surface/secure_channel_create_test.c
1691 deps:
1692 - grpc_test_util
1693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001694 - gpr_test_util
1695 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001696- name: secure_endpoint_test
1697 build: test
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
1700 - test/core/security/secure_endpoint_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001706- name: server_chttp2_test
1707 build: test
1708 language: c
1709 src:
1710 - test/core/surface/server_chttp2_test.c
1711 deps:
1712 - grpc_test_util
1713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001714 - gpr_test_util
1715 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001716- name: server_test
1717 build: test
1718 language: c
1719 src:
1720 - test/core/surface/server_test.c
1721 deps:
1722 - grpc_test_util
1723 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001724 - gpr_test_util
1725 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001726- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001727 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001728 build: test
1729 language: c
1730 src:
1731 - test/core/client_config/set_initial_connect_string_test.c
1732 deps:
1733 - test_tcp_server
1734 - grpc_test_util
1735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001738- name: sockaddr_resolver_test
1739 build: test
1740 language: c
1741 src:
1742 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1743 deps:
1744 - grpc_test_util
1745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001748- name: sockaddr_utils_test
1749 build: test
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - test/core/iomgr/sockaddr_utils_test.c
1753 deps:
1754 - grpc_test_util
1755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001758- name: socket_utils_test
1759 build: test
1760 language: c
1761 src:
1762 - test/core/iomgr/socket_utils_test.c
1763 deps:
1764 - grpc_test_util
1765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001766 - gpr_test_util
1767 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001768 platforms:
1769 - mac
1770 - linux
1771 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001773 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001774 build: test
1775 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001776 src:
1777 - test/core/iomgr/tcp_client_posix_test.c
1778 deps:
1779 - grpc_test_util
1780 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001781 - gpr_test_util
1782 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001783 platforms:
1784 - mac
1785 - linux
1786 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001788 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789 build: test
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - test/core/iomgr/tcp_posix_test.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001798 platforms:
1799 - mac
1800 - linux
1801 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: tcp_server_posix_test
1803 build: test
1804 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001805 src:
1806 - test/core/iomgr/tcp_server_posix_test.c
1807 deps:
1808 - grpc_test_util
1809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001810 - gpr_test_util
1811 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001812 platforms:
1813 - mac
1814 - linux
1815 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001816- name: time_averaged_stats_test
1817 build: test
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
1820 - test/core/iomgr/time_averaged_stats_test.c
1821 deps:
1822 - grpc_test_util
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826- name: timeout_encoding_test
1827 build: test
1828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001829 src:
1830 - test/core/transport/chttp2/timeout_encoding_test.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001834 - gpr_test_util
1835 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001836- name: timer_heap_test
1837 build: test
1838 language: c
1839 src:
1840 - test/core/iomgr/timer_heap_test.c
1841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001846- name: timer_list_test
1847 build: test
1848 language: c
1849 src:
1850 - test/core/iomgr/timer_list_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001856- name: timers_test
1857 build: test
1858 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001859 src:
1860 - test/core/profiling/timers_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001866- name: transport_connectivity_state_test
1867 build: test
1868 language: c
1869 src:
1870 - test/core/transport/connectivity_state_test.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001874 - gpr_test_util
1875 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876- name: transport_metadata_test
1877 build: test
1878 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001879 src:
1880 - test/core/transport/metadata_test.c
1881 deps:
1882 - grpc_test_util
1883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: transport_security_test
1887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/tsi/transport_security_test.c
1891 deps:
1892 - grpc_test_util
1893 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001894 - gpr_test_util
1895 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001896 platforms:
1897 - linux
1898 - posix
1899 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: udp_server_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/iomgr/udp_server_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001910 platforms:
1911 - mac
1912 - linux
1913 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001914- name: uri_parser_test
1915 build: test
1916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001917 src:
1918 - test/core/client_config/uri_parser_test.c
1919 deps:
1920 - grpc_test_util
1921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001922 - gpr_test_util
1923 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001924- name: workqueue_test
1925 build: test
1926 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001927 src:
1928 - test/core/iomgr/workqueue_test.c
1929 deps:
1930 - grpc_test_util
1931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001932 - gpr_test_util
1933 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001934 platforms:
1935 - mac
1936 - linux
1937 - posix
vjpai04e992a2016-02-10 16:58:38 -08001938- name: alarm_cpp_test
1939 build: test
1940 language: c++
1941 src:
1942 - test/cpp/common/alarm_cpp_test.cc
1943 deps:
1944 - grpc++_test_util
1945 - grpc_test_util
1946 - grpc++
1947 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: async_end2end_test
1951 build: test
1952 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/cpp/end2end/async_end2end_test.cc
1955 deps:
1956 - grpc++_test_util
1957 - grpc_test_util
1958 - grpc++
1959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962- name: async_streaming_ping_pong_test
1963 build: test
1964 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001965 src:
1966 - test/cpp/qps/async_streaming_ping_pong_test.cc
1967 deps:
1968 - qps
1969 - grpc++_test_util
1970 - grpc_test_util
1971 - grpc++
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001975 platforms:
1976 - mac
1977 - linux
1978 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: async_unary_ping_pong_test
1980 build: test
1981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/cpp/qps/async_unary_ping_pong_test.cc
1984 deps:
1985 - qps
1986 - grpc++_test_util
1987 - grpc_test_util
1988 - grpc++
1989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001992 platforms:
1993 - mac
1994 - linux
1995 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: auth_property_iterator_test
1997 build: test
1998 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/cpp/common/auth_property_iterator_test.cc
2001 deps:
2002 - grpc++_test_util
2003 - grpc_test_util
2004 - grpc++
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: channel_arguments_test
2009 build: test
2010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
yang-g52705592015-11-25 11:45:33 -08002012 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002013 deps:
2014 - grpc++
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017- name: cli_call_test
2018 build: test
2019 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002020 src:
2021 - test/cpp/util/cli_call_test.cc
2022 deps:
2023 - grpc++_test_util
2024 - grpc_test_util
2025 - grpc++
2026 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002027 - gpr_test_util
2028 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: client_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002030 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031 build: test
2032 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002033 src:
2034 - test/cpp/end2end/client_crash_test.cc
2035 deps:
2036 - grpc++_test_util
2037 - grpc_test_util
2038 - grpc++
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002042 platforms:
2043 - mac
2044 - linux
2045 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046- name: client_crash_test_server
2047 build: test
2048 run: false
2049 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/cpp/end2end/client_crash_test_server.cc
2052 deps:
2053 - grpc++_test_util
2054 - grpc_test_util
2055 - grpc++
2056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr_test_util
2058 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002059- name: credentials_test
2060 build: test
2061 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002062 src:
2063 - test/cpp/client/credentials_test.cc
2064 deps:
2065 - grpc++
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002068- name: cxx_byte_buffer_test
2069 build: test
2070 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002071 src:
2072 - test/cpp/util/byte_buffer_test.cc
2073 deps:
2074 - grpc_test_util
2075 - grpc++
2076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002077 - gpr_test_util
2078 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002079- name: cxx_slice_test
2080 build: test
2081 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/cpp/util/slice_test.cc
2084 deps:
2085 - grpc_test_util
2086 - grpc++
2087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002088 - gpr_test_util
2089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: cxx_string_ref_test
2091 build: test
2092 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002093 src:
2094 - test/cpp/util/string_ref_test.cc
2095 deps:
2096 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002097- name: cxx_time_test
2098 build: test
2099 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
2101 - test/cpp/util/time_test.cc
2102 deps:
2103 - grpc_test_util
2104 - grpc++
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108- name: end2end_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002109 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110 build: test
2111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
2113 - test/cpp/end2end/end2end_test.cc
2114 deps:
2115 - grpc++_test_util
2116 - grpc_test_util
2117 - grpc++
2118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002119 - gpr_test_util
2120 - gpr
vjpai083dc622016-01-11 09:41:17 -08002121- name: generic_async_streaming_ping_pong_test
2122 build: test
2123 language: c++
2124 src:
2125 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2126 deps:
2127 - qps
2128 - grpc++_test_util
2129 - grpc_test_util
2130 - grpc++
2131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002132 - gpr_test_util
2133 - gpr
vjpai083dc622016-01-11 09:41:17 -08002134 platforms:
2135 - mac
2136 - linux
2137 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002138- name: generic_end2end_test
2139 build: test
2140 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002141 src:
2142 - test/cpp/end2end/generic_end2end_test.cc
2143 deps:
2144 - grpc++_test_util
2145 - grpc_test_util
2146 - grpc++
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: grpc_cli
2151 build: test
2152 run: false
2153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002154 src:
2155 - test/cpp/util/grpc_cli.cc
2156 deps:
2157 - grpc++_test_util
2158 - grpc_test_util
2159 - grpc++
2160 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002161 - gpr_test_util
2162 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002163 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164- name: grpc_cpp_plugin
2165 build: protoc
2166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
2168 - src/compiler/cpp_plugin.cc
2169 deps:
2170 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171 secure: false
2172 vs_config_type: Application
2173 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2174- name: grpc_csharp_plugin
2175 build: protoc
2176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
2178 - src/compiler/csharp_plugin.cc
2179 deps:
2180 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002181 secure: false
2182 vs_config_type: Application
2183 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2184- name: grpc_objective_c_plugin
2185 build: protoc
2186 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002187 src:
2188 - src/compiler/objective_c_plugin.cc
2189 deps:
2190 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002191 secure: false
2192 vs_config_type: Application
2193 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2194- name: grpc_python_plugin
2195 build: protoc
2196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - src/compiler/python_plugin.cc
2199 deps:
2200 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201 secure: false
2202 vs_config_type: Application
2203 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2204- name: grpc_ruby_plugin
2205 build: protoc
2206 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
2208 - src/compiler/ruby_plugin.cc
2209 deps:
2210 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002211 secure: false
2212 vs_config_type: Application
2213 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
yang-gbe5a2c42016-01-14 13:11:15 -08002214- name: hybrid_end2end_test
2215 build: test
2216 language: c++
2217 src:
2218 - test/cpp/end2end/hybrid_end2end_test.cc
2219 deps:
2220 - grpc++_test_util
2221 - grpc_test_util
2222 - grpc++
2223 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002224 - gpr_test_util
2225 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002226- name: interop_client
2227 build: test
2228 run: false
2229 language: c++
2230 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002231 deps:
2232 - interop_client_main
2233 - interop_client_helper
2234 - grpc++_test_util
2235 - grpc_test_util
2236 - grpc++
2237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr_test_util
2239 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002240 - grpc++_test_config
2241 platforms:
2242 - mac
2243 - linux
2244 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: interop_server
2246 build: test
2247 run: false
2248 language: c++
2249 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002250 deps:
2251 - interop_server_main
2252 - interop_server_helper
2253 - grpc++_test_util
2254 - grpc_test_util
2255 - grpc++
2256 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002259 - grpc++_test_config
2260 platforms:
2261 - mac
2262 - linux
2263 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002265 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002266 build: test
2267 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002268 src:
2269 - test/cpp/interop/interop_test.cc
2270 deps:
2271 - grpc_test_util
2272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002275 platforms:
2276 - mac
2277 - linux
2278 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002279- name: metrics_client
2280 build: test
2281 run: false
2282 language: c++
2283 headers:
2284 - test/cpp/util/metrics_server.h
2285 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002286 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002287 - test/cpp/interop/metrics_client.cc
2288 deps:
2289 - grpc++
2290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002292 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002293- name: mock_test
2294 build: test
2295 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002296 src:
2297 - test/cpp/end2end/mock_test.cc
2298 deps:
2299 - grpc++_test_util
2300 - grpc_test_util
2301 - grpc++
2302 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002303 - gpr_test_util
2304 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002305- name: qps_driver
2306 build: benchmark
2307 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002308 src:
2309 - test/cpp/qps/qps_driver.cc
2310 deps:
2311 - qps
2312 - grpc++_test_util
2313 - grpc_test_util
2314 - grpc++
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002318 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319- name: qps_interarrival_test
2320 build: test
2321 run: false
2322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/cpp/qps/qps_interarrival_test.cc
2325 deps:
2326 - qps
2327 - grpc++_test_util
2328 - grpc_test_util
2329 - grpc++
2330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002333 platforms:
2334 - mac
2335 - linux
2336 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: qps_openloop_test
2338 build: test
2339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/cpp/qps/qps_openloop_test.cc
2342 deps:
2343 - qps
2344 - grpc++_test_util
2345 - grpc_test_util
2346 - grpc++
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002350 - grpc++_test_config
2351 platforms:
2352 - mac
2353 - linux
2354 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002355- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002356 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357 build: test
2358 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002359 src:
2360 - test/cpp/qps/qps_test.cc
2361 deps:
2362 - qps
2363 - grpc++_test_util
2364 - grpc_test_util
2365 - grpc++
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002369 - grpc++_test_config
2370 exclude_configs:
2371 - tsan
2372 platforms:
2373 - mac
2374 - linux
2375 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002376- name: qps_worker
2377 build: benchmark
2378 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002379 headers:
2380 - test/cpp/qps/client.h
2381 - test/cpp/qps/server.h
2382 src:
2383 - test/cpp/qps/worker.cc
2384 deps:
2385 - qps
2386 - grpc++_test_util
2387 - grpc_test_util
2388 - grpc++
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002392 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393- name: reconnect_interop_client
2394 build: test
2395 run: false
2396 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002397 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002398 - src/proto/grpc/testing/empty.proto
2399 - src/proto/grpc/testing/messages.proto
2400 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002401 - test/cpp/interop/reconnect_interop_client.cc
2402 deps:
2403 - grpc++_test_util
2404 - grpc_test_util
2405 - grpc++
2406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002407 - gpr_test_util
2408 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002409 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: reconnect_interop_server
2411 build: test
2412 run: false
2413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002415 - src/proto/grpc/testing/empty.proto
2416 - src/proto/grpc/testing/messages.proto
2417 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002418 - test/cpp/interop/reconnect_interop_server.cc
2419 deps:
2420 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002421 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002422 - grpc++_test_util
2423 - grpc_test_util
2424 - grpc++
2425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002426 - gpr_test_util
2427 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002428 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002429- name: secure_auth_context_test
2430 build: test
2431 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
2433 - test/cpp/common/secure_auth_context_test.cc
2434 deps:
2435 - grpc++_test_util
2436 - grpc_test_util
2437 - grpc++
2438 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002439 - gpr_test_util
2440 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002441- name: secure_sync_unary_ping_pong_test
2442 build: test
2443 language: c++
2444 src:
2445 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2446 deps:
2447 - qps
2448 - grpc++_test_util
2449 - grpc_test_util
2450 - grpc++
2451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002454 platforms:
2455 - mac
2456 - linux
2457 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: server_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002459 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002460 build: test
2461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/cpp/end2end/server_crash_test.cc
2464 deps:
2465 - grpc++_test_util
2466 - grpc_test_util
2467 - grpc++
2468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002469 - gpr_test_util
2470 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002471 platforms:
2472 - mac
2473 - linux
2474 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475- name: server_crash_test_client
2476 build: test
2477 run: false
2478 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002479 src:
2480 - test/cpp/end2end/server_crash_test_client.cc
2481 deps:
2482 - grpc++_test_util
2483 - grpc_test_util
2484 - grpc++
2485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: shutdown_test
2489 build: test
2490 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
2492 - test/cpp/end2end/shutdown_test.cc
2493 deps:
2494 - grpc++_test_util
2495 - grpc_test_util
2496 - grpc++
2497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002498 - gpr_test_util
2499 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002500- name: status_test
2501 build: test
2502 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002503 src:
2504 - test/cpp/util/status_test.cc
2505 deps:
2506 - grpc_test_util
2507 - grpc++
2508 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002509 - gpr_test_util
2510 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002511- name: streaming_throughput_test
2512 build: test
2513 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002514 src:
2515 - test/cpp/end2end/streaming_throughput_test.cc
2516 deps:
2517 - grpc++_test_util
2518 - grpc_test_util
2519 - grpc++
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002523 platforms:
2524 - mac
2525 - linux
2526 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002527- name: stress_test
2528 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002529 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002530 language: c++
2531 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002532 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002533 - test/cpp/interop/interop_client.h
2534 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002535 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002536 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002537 - src/proto/grpc/testing/empty.proto
2538 - src/proto/grpc/testing/messages.proto
2539 - src/proto/grpc/testing/metrics.proto
2540 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002541 - test/cpp/interop/interop_client.cc
2542 - test/cpp/interop/stress_interop_client.cc
2543 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002544 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002545 deps:
2546 - grpc++_test_util
2547 - grpc_test_util
2548 - grpc++
2549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002550 - gpr_test_util
2551 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002552 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553- name: sync_streaming_ping_pong_test
2554 build: test
2555 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
2557 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2558 deps:
2559 - qps
2560 - grpc++_test_util
2561 - grpc_test_util
2562 - grpc++
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002566 platforms:
2567 - mac
2568 - linux
2569 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: sync_unary_ping_pong_test
2571 build: test
2572 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002573 src:
2574 - test/cpp/qps/sync_unary_ping_pong_test.cc
2575 deps:
2576 - qps
2577 - grpc++_test_util
2578 - grpc_test_util
2579 - grpc++
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002583 platforms:
2584 - mac
2585 - linux
2586 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587- name: thread_stress_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002588 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002589 build: test
2590 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002591 src:
2592 - test/cpp/end2end/thread_stress_test.cc
2593 deps:
2594 - grpc++_test_util
2595 - grpc_test_util
2596 - grpc++
2597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002598 - gpr_test_util
2599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: zookeeper_test
2601 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002602 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002605 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002606 - test/cpp/end2end/zookeeper_test.cc
2607 deps:
2608 - grpc++_test_util
2609 - grpc_test_util
2610 - grpc++
2611 - grpc_zookeeper
2612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002613 - gpr_test_util
2614 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002615 external_deps:
2616 - zookeeper
2617 platforms:
2618 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002619- name: public_headers_must_be_c89
2620 build: test
2621 language: c89
2622 src:
2623 - test/core/surface/public_headers_must_be_c89.c
2624 deps:
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002627vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002628- linkage: static
2629 name: grpc.dependencies.zlib
2630 props: false
2631 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002632 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002633- linkage: static
2634 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002635 props: true
2636 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002637 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002638- name: gflags
2639 props: false
2640 redist: false
2641 version: 2.1.2.1
2642- name: gtest
2643 props: false
2644 redist: false
2645 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002646configs:
2647 asan:
2648 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002649 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002650 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002651 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002652 LD: clang
2653 LDFLAGS: -fsanitize=address
2654 LDXX: clang++
2655 compile_the_world: true
2656 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002657 ASAN_OPTIONS: detect_leaks=1:color=always
2658 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tiller81df68d2016-01-21 13:59:50 -08002659 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002660 asan-noleaks:
2661 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002662 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002663 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002664 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002665 LD: clang
2666 LDFLAGS: -fsanitize=address
2667 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002668 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002669 test_environ:
2670 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tiller81df68d2016-01-21 13:59:50 -08002671 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002672 basicprof:
2673 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2674 DEFINES: NDEBUG
2675 dbg:
2676 CPPFLAGS: -O0
2677 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002678 gcov:
2679 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002680 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002681 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002682 DEFINES: _DEBUG DEBUG GPR_GCOV
2683 LD: gcc
2684 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2685 LDXX: g++
2686 helgrind:
2687 CPPFLAGS: -O0
2688 DEFINES: _DEBUG DEBUG
2689 LDFLAGS: -rdynamic
2690 timeout_multiplier: 20
2691 valgrind: --tool=helgrind
2692 memcheck:
2693 CPPFLAGS: -O0
2694 DEFINES: _DEBUG DEBUG
2695 LDFLAGS: -rdynamic
2696 timeout_multiplier: 10
2697 valgrind: --tool=memcheck --leak-check=full
2698 msan:
2699 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002700 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002701 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002702 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002703 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002704 DEFINES: NDEBUG
2705 LD: clang
2706 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2707 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2708 LDXX: clang++
2709 compile_the_world: true
Craig Tiller3e301a32016-01-27 15:36:52 -08002710 timeout_multiplier: 2
Craig Tillera0f85172016-01-20 15:56:06 -08002711 mutrace:
2712 CPPFLAGS: -O0
2713 DEFINES: _DEBUG DEBUG
2714 LDFLAGS: -rdynamic
2715 opt:
2716 CPPFLAGS: -O2
2717 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002718 stapprof:
2719 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2720 DEFINES: NDEBUG
2721 tsan:
2722 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002723 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002724 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002725 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002726 LD: clang
2727 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2728 LDXX: clang++
2729 compile_the_world: true
2730 test_environ:
2731 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2732 timeout_multiplier: 2
2733 ubsan:
2734 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002735 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002736 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002737 DEFINES: NDEBUG
2738 LD: clang
2739 LDFLAGS: -fsanitize=undefined
2740 LDXX: clang++
2741 compile_the_world: true
2742 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002743defaults:
2744 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002745 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002746 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002747 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002748 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002749 global:
2750 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2751 LDFLAGS: -g
2752 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002753 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002754 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002755node_modules:
2756- deps:
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002759 - boringssl
2760 - z
murgatroid9994a75412015-11-19 14:04:53 -08002761 headers:
2762 - src/node/ext/byte_buffer.h
2763 - src/node/ext/call.h
2764 - src/node/ext/call_credentials.h
2765 - src/node/ext/channel.h
2766 - src/node/ext/channel_credentials.h
2767 - src/node/ext/completion_queue_async_worker.h
2768 - src/node/ext/server.h
2769 - src/node/ext/server_credentials.h
2770 - src/node/ext/timeval.h
2771 js:
2772 - src/node/index.js
2773 - src/node/src/client.js
2774 - src/node/src/common.js
2775 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002776 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002777 - src/node/src/metadata.js
2778 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002779 name: grpc_node
2780 src:
2781 - src/node/ext/byte_buffer.cc
2782 - src/node/ext/call.cc
2783 - src/node/ext/call_credentials.cc
2784 - src/node/ext/channel.cc
2785 - src/node/ext/channel_credentials.cc
2786 - src/node/ext/completion_queue_async_worker.cc
2787 - src/node/ext/node_grpc.cc
2788 - src/node/ext/server.cc
2789 - src/node/ext/server_credentials.cc
2790 - src/node/ext/timeval.cc
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002791python_dependencies:
2792 deps:
2793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002794 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002795 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002796 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002797ruby_gem:
2798 deps:
2799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002800 - gpr
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002801 - boringssl
2802 - z