blob: 355e38d1e1ad5c05f08b79869d7af6911aec6bbe [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
Craig Tiller25834342015-09-25 08:08:24 -070017 - src/core/census/rpc_metric_id.h
18 src:
19 - src/core/census/context.c
20 - src/core/census/initialize.c
21 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010022 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010024- name: gpr
25 public_headers:
26 - include/grpc/support/alloc.h
27 - include/grpc/support/atm.h
28 - include/grpc/support/atm_gcc_atomic.h
29 - include/grpc/support/atm_gcc_sync.h
30 - include/grpc/support/atm_win32.h
31 - include/grpc/support/avl.h
32 - include/grpc/support/cmdline.h
33 - include/grpc/support/cpu.h
34 - include/grpc/support/histogram.h
35 - include/grpc/support/host_port.h
36 - include/grpc/support/log.h
37 - include/grpc/support/log_win32.h
38 - include/grpc/support/port_platform.h
39 - include/grpc/support/slice.h
40 - include/grpc/support/slice_buffer.h
41 - include/grpc/support/string_util.h
42 - include/grpc/support/subprocess.h
43 - include/grpc/support/sync.h
44 - include/grpc/support/sync_generic.h
45 - include/grpc/support/sync_posix.h
46 - include/grpc/support/sync_win32.h
47 - include/grpc/support/thd.h
48 - include/grpc/support/time.h
49 - include/grpc/support/tls.h
50 - include/grpc/support/tls_gcc.h
51 - include/grpc/support/tls_msvc.h
52 - include/grpc/support/tls_pthread.h
53 - include/grpc/support/useful.h
54 headers:
55 - src/core/profiling/timers.h
56 - src/core/support/block_annotate.h
57 - src/core/support/env.h
58 - src/core/support/file.h
59 - src/core/support/murmur_hash.h
60 - src/core/support/stack_lockfree.h
61 - src/core/support/string.h
62 - src/core/support/string_win32.h
63 - src/core/support/thd_internal.h
64 - src/core/support/time_precise.h
65 src:
66 - src/core/profiling/basic_timers.c
67 - src/core/profiling/stap_timers.c
68 - src/core/support/alloc.c
69 - src/core/support/avl.c
70 - src/core/support/cmdline.c
71 - src/core/support/cpu_iphone.c
72 - src/core/support/cpu_linux.c
73 - src/core/support/cpu_posix.c
74 - src/core/support/cpu_windows.c
75 - src/core/support/env_linux.c
76 - src/core/support/env_posix.c
77 - src/core/support/env_win32.c
78 - src/core/support/file.c
79 - src/core/support/file_posix.c
80 - src/core/support/file_win32.c
81 - src/core/support/histogram.c
82 - src/core/support/host_port.c
83 - src/core/support/log.c
84 - src/core/support/log_android.c
85 - src/core/support/log_linux.c
86 - src/core/support/log_posix.c
87 - src/core/support/log_win32.c
88 - src/core/support/murmur_hash.c
89 - src/core/support/slice.c
90 - src/core/support/slice_buffer.c
91 - src/core/support/stack_lockfree.c
92 - src/core/support/string.c
93 - src/core/support/string_posix.c
94 - src/core/support/string_win32.c
95 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010096 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010097 - src/core/support/sync.c
98 - src/core/support/sync_posix.c
99 - src/core/support/sync_win32.c
100 - src/core/support/thd.c
101 - src/core/support/thd_posix.c
102 - src/core/support/thd_win32.c
103 - src/core/support/time.c
104 - src/core/support/time_posix.c
105 - src/core/support/time_precise.c
106 - src/core/support/time_win32.c
107 - src/core/support/tls_pthread.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100108 - src/core/support/wrap_memcpy.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700109- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700110 public_headers:
111 - include/grpc++/channel.h
112 - include/grpc++/client_context.h
113 - include/grpc++/completion_queue.h
114 - include/grpc++/create_channel.h
115 - include/grpc++/generic/async_generic_service.h
116 - include/grpc++/generic/generic_stub.h
117 - include/grpc++/grpc++.h
118 - include/grpc++/impl/call.h
119 - include/grpc++/impl/client_unary_call.h
120 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800121 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700122 - include/grpc++/impl/proto_utils.h
123 - include/grpc++/impl/rpc_method.h
124 - include/grpc++/impl/rpc_service_method.h
125 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800126 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700127 - include/grpc++/impl/service_type.h
128 - include/grpc++/impl/sync.h
129 - include/grpc++/impl/sync_cxx11.h
130 - include/grpc++/impl/sync_no_cxx11.h
131 - include/grpc++/impl/thd.h
132 - include/grpc++/impl/thd_cxx11.h
133 - include/grpc++/impl/thd_no_cxx11.h
134 - include/grpc++/security/auth_context.h
135 - include/grpc++/security/auth_metadata_processor.h
136 - include/grpc++/security/credentials.h
137 - include/grpc++/security/server_credentials.h
138 - include/grpc++/server.h
139 - include/grpc++/server_builder.h
140 - include/grpc++/server_context.h
141 - include/grpc++/support/async_stream.h
142 - include/grpc++/support/async_unary_call.h
143 - include/grpc++/support/byte_buffer.h
144 - include/grpc++/support/channel_arguments.h
145 - include/grpc++/support/config.h
146 - include/grpc++/support/config_protobuf.h
147 - include/grpc++/support/slice.h
148 - include/grpc++/support/status.h
149 - include/grpc++/support/status_code_enum.h
150 - include/grpc++/support/string_ref.h
151 - include/grpc++/support/stub_options.h
152 - include/grpc++/support/sync_stream.h
153 - include/grpc++/support/time.h
154 headers:
155 - src/cpp/client/create_channel_internal.h
156 - src/cpp/common/create_auth_context.h
157 - src/cpp/server/dynamic_thread_pool.h
158 - src/cpp/server/fixed_size_thread_pool.h
159 - src/cpp/server/thread_pool_interface.h
160 src:
161 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700162 - src/cpp/client/client_context.cc
163 - src/cpp/client/create_channel.cc
164 - src/cpp/client/create_channel_internal.cc
165 - src/cpp/client/credentials.cc
166 - src/cpp/client/generic_stub.cc
167 - src/cpp/client/insecure_credentials.cc
168 - src/cpp/common/call.cc
yang-g52705592015-11-25 11:45:33 -0800169 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700170 - src/cpp/common/completion_queue.cc
171 - src/cpp/common/rpc_method.cc
172 - src/cpp/proto/proto_utils.cc
173 - src/cpp/server/async_generic_service.cc
174 - src/cpp/server/create_default_thread_pool.cc
175 - src/cpp/server/dynamic_thread_pool.cc
176 - src/cpp/server/fixed_size_thread_pool.cc
177 - src/cpp/server/insecure_server_credentials.cc
178 - src/cpp/server/server.cc
179 - src/cpp/server/server_builder.cc
180 - src/cpp/server/server_context.cc
181 - src/cpp/server/server_credentials.cc
182 - src/cpp/util/byte_buffer.cc
183 - src/cpp/util/slice.cc
184 - src/cpp/util/status.cc
185 - src/cpp/util/string_ref.cc
186 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800187- name: grpc++_codegen
188 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800189 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800190 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800191 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800192 - include/grpc++/impl/codegen/call_hook.h
193 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800194 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800195 - include/grpc++/impl/codegen/client_unary_call.h
196 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800197 - include/grpc++/impl/codegen/completion_queue_tag.h
198 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800199 - include/grpc++/impl/codegen/config_protobuf.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800200 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800201 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800202 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800203 - include/grpc++/impl/codegen/rpc_method.h
204 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800205 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800206 - include/grpc++/impl/codegen/serialization_traits.h
207 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800208 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800209 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800210 - include/grpc++/impl/codegen/status.h
211 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800212 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800213 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800214 - include/grpc++/impl/codegen/sync.h
215 - include/grpc++/impl/codegen/sync_cxx11.h
216 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800217 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800218 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800219 src:
220 - src/cpp/codegen/grpc_library.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700221- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700222 public_headers:
223 - include/grpc/byte_buffer.h
224 - include/grpc/byte_buffer_reader.h
225 - include/grpc/compression.h
226 - include/grpc/grpc.h
227 - include/grpc/status.h
228 headers:
229 - src/core/census/grpc_filter.h
230 - src/core/channel/channel_args.h
231 - src/core/channel/channel_stack.h
232 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700233 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700234 - src/core/channel/compress_filter.h
235 - src/core/channel/connected_channel.h
236 - src/core/channel/context.h
237 - src/core/channel/http_client_filter.h
238 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800239 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700240 - src/core/client_config/client_config.h
241 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800242 - src/core/client_config/initial_connect_string.h
Craig Tiller25834342015-09-25 08:08:24 -0700243 - src/core/client_config/lb_policies/pick_first.h
244 - src/core/client_config/lb_policies/round_robin.h
245 - src/core/client_config/lb_policy.h
246 - src/core/client_config/lb_policy_factory.h
247 - src/core/client_config/lb_policy_registry.h
248 - src/core/client_config/resolver.h
249 - src/core/client_config/resolver_factory.h
250 - src/core/client_config/resolver_registry.h
251 - src/core/client_config/resolvers/dns_resolver.h
252 - src/core/client_config/resolvers/sockaddr_resolver.h
253 - src/core/client_config/subchannel.h
254 - src/core/client_config/subchannel_factory.h
Craig Tiller25834342015-09-25 08:08:24 -0700255 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800256 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700257 - src/core/compression/message_compress.h
258 - src/core/debug/trace.h
259 - src/core/httpcli/format_request.h
260 - src/core/httpcli/httpcli.h
261 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700262 - src/core/iomgr/closure.h
263 - src/core/iomgr/endpoint.h
264 - src/core/iomgr/endpoint_pair.h
265 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700266 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700267 - src/core/iomgr/fd_posix.h
268 - src/core/iomgr/iocp_windows.h
269 - src/core/iomgr/iomgr.h
270 - src/core/iomgr/iomgr_internal.h
271 - src/core/iomgr/iomgr_posix.h
272 - src/core/iomgr/pollset.h
273 - src/core/iomgr/pollset_posix.h
274 - src/core/iomgr/pollset_set.h
275 - src/core/iomgr/pollset_set_posix.h
276 - src/core/iomgr/pollset_set_windows.h
277 - src/core/iomgr/pollset_windows.h
278 - src/core/iomgr/resolve_address.h
279 - src/core/iomgr/sockaddr.h
280 - src/core/iomgr/sockaddr_posix.h
281 - src/core/iomgr/sockaddr_utils.h
282 - src/core/iomgr/sockaddr_win32.h
283 - src/core/iomgr/socket_utils_posix.h
284 - src/core/iomgr/socket_windows.h
285 - src/core/iomgr/tcp_client.h
286 - src/core/iomgr/tcp_posix.h
287 - src/core/iomgr/tcp_server.h
288 - src/core/iomgr/tcp_windows.h
289 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700290 - src/core/iomgr/timer.h
291 - src/core/iomgr/timer_heap.h
292 - src/core/iomgr/timer_internal.h
Craig Tiller25834342015-09-25 08:08:24 -0700293 - src/core/iomgr/udp_server.h
294 - src/core/iomgr/wakeup_fd_pipe.h
295 - src/core/iomgr/wakeup_fd_posix.h
296 - src/core/iomgr/workqueue.h
297 - src/core/iomgr/workqueue_posix.h
298 - src/core/iomgr/workqueue_windows.h
299 - src/core/json/json.h
300 - src/core/json/json_common.h
301 - src/core/json/json_reader.h
302 - src/core/json/json_writer.h
Craig Tiller25834342015-09-25 08:08:24 -0700303 - src/core/statistics/census_interface.h
304 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700305 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700306 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700307 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700308 - src/core/surface/channel.h
309 - src/core/surface/completion_queue.h
310 - src/core/surface/event_string.h
311 - src/core/surface/init.h
312 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700313 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800314 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700315 - src/core/transport/chttp2/alpn.h
316 - src/core/transport/chttp2/bin_encoder.h
317 - src/core/transport/chttp2/frame.h
318 - src/core/transport/chttp2/frame_data.h
319 - src/core/transport/chttp2/frame_goaway.h
320 - src/core/transport/chttp2/frame_ping.h
321 - src/core/transport/chttp2/frame_rst_stream.h
322 - src/core/transport/chttp2/frame_settings.h
323 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800324 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700325 - src/core/transport/chttp2/hpack_parser.h
326 - src/core/transport/chttp2/hpack_table.h
327 - src/core/transport/chttp2/http2_errors.h
328 - src/core/transport/chttp2/huffsyms.h
329 - src/core/transport/chttp2/incoming_metadata.h
330 - src/core/transport/chttp2/internal.h
331 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700332 - src/core/transport/chttp2/stream_map.h
333 - src/core/transport/chttp2/timeout_encoding.h
334 - src/core/transport/chttp2/varint.h
335 - src/core/transport/chttp2_transport.h
336 - src/core/transport/connectivity_state.h
337 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800338 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800339 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700340 - src/core/transport/transport.h
341 - src/core/transport/transport_impl.h
342 src:
343 - src/core/census/grpc_context.c
344 - src/core/census/grpc_filter.c
345 - src/core/channel/channel_args.c
346 - src/core/channel/channel_stack.c
347 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700348 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700349 - src/core/channel/compress_filter.c
350 - src/core/channel/connected_channel.c
351 - src/core/channel/http_client_filter.c
352 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800353 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700354 - src/core/client_config/client_config.c
355 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800356 - src/core/client_config/default_initial_connect_string.c
357 - src/core/client_config/initial_connect_string.c
Craig Tiller25834342015-09-25 08:08:24 -0700358 - src/core/client_config/lb_policies/pick_first.c
359 - src/core/client_config/lb_policies/round_robin.c
360 - src/core/client_config/lb_policy.c
361 - src/core/client_config/lb_policy_factory.c
362 - src/core/client_config/lb_policy_registry.c
363 - src/core/client_config/resolver.c
364 - src/core/client_config/resolver_factory.c
365 - src/core/client_config/resolver_registry.c
366 - src/core/client_config/resolvers/dns_resolver.c
367 - src/core/client_config/resolvers/sockaddr_resolver.c
368 - src/core/client_config/subchannel.c
369 - src/core/client_config/subchannel_factory.c
Craig Tiller25834342015-09-25 08:08:24 -0700370 - src/core/client_config/uri_parser.c
371 - src/core/compression/algorithm.c
372 - src/core/compression/message_compress.c
373 - src/core/debug/trace.c
374 - src/core/httpcli/format_request.c
375 - src/core/httpcli/httpcli.c
376 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700377 - src/core/iomgr/closure.c
378 - src/core/iomgr/endpoint.c
379 - src/core/iomgr/endpoint_pair_posix.c
380 - src/core/iomgr/endpoint_pair_windows.c
381 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700382 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700383 - src/core/iomgr/fd_posix.c
384 - src/core/iomgr/iocp_windows.c
385 - src/core/iomgr/iomgr.c
386 - src/core/iomgr/iomgr_posix.c
387 - src/core/iomgr/iomgr_windows.c
388 - src/core/iomgr/pollset_multipoller_with_epoll.c
389 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
390 - src/core/iomgr/pollset_posix.c
391 - src/core/iomgr/pollset_set_posix.c
392 - src/core/iomgr/pollset_set_windows.c
393 - src/core/iomgr/pollset_windows.c
394 - src/core/iomgr/resolve_address_posix.c
395 - src/core/iomgr/resolve_address_windows.c
396 - src/core/iomgr/sockaddr_utils.c
397 - src/core/iomgr/socket_utils_common_posix.c
398 - src/core/iomgr/socket_utils_linux.c
399 - src/core/iomgr/socket_utils_posix.c
400 - src/core/iomgr/socket_windows.c
401 - src/core/iomgr/tcp_client_posix.c
402 - src/core/iomgr/tcp_client_windows.c
403 - src/core/iomgr/tcp_posix.c
404 - src/core/iomgr/tcp_server_posix.c
405 - src/core/iomgr/tcp_server_windows.c
406 - src/core/iomgr/tcp_windows.c
407 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700408 - src/core/iomgr/timer.c
409 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700410 - src/core/iomgr/udp_server.c
411 - src/core/iomgr/wakeup_fd_eventfd.c
412 - src/core/iomgr/wakeup_fd_nospecial.c
413 - src/core/iomgr/wakeup_fd_pipe.c
414 - src/core/iomgr/wakeup_fd_posix.c
415 - src/core/iomgr/workqueue_posix.c
416 - src/core/iomgr/workqueue_windows.c
417 - src/core/json/json.c
418 - src/core/json/json_reader.c
419 - src/core/json/json_string.c
420 - src/core/json/json_writer.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100421 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700422 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700423 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700424 - src/core/surface/byte_buffer_reader.c
425 - src/core/surface/call.c
426 - src/core/surface/call_details.c
427 - src/core/surface/call_log_batch.c
428 - src/core/surface/channel.c
429 - src/core/surface/channel_connectivity.c
430 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800431 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700432 - src/core/surface/completion_queue.c
433 - src/core/surface/event_string.c
434 - src/core/surface/init.c
435 - src/core/surface/lame_client.c
436 - src/core/surface/metadata_array.c
437 - src/core/surface/server.c
438 - src/core/surface/server_chttp2.c
439 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800440 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700441 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800442 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700443 - src/core/transport/chttp2/alpn.c
444 - src/core/transport/chttp2/bin_encoder.c
445 - src/core/transport/chttp2/frame_data.c
446 - src/core/transport/chttp2/frame_goaway.c
447 - src/core/transport/chttp2/frame_ping.c
448 - src/core/transport/chttp2/frame_rst_stream.c
449 - src/core/transport/chttp2/frame_settings.c
450 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800451 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700452 - src/core/transport/chttp2/hpack_parser.c
453 - src/core/transport/chttp2/hpack_table.c
454 - src/core/transport/chttp2/huffsyms.c
455 - src/core/transport/chttp2/incoming_metadata.c
456 - src/core/transport/chttp2/parsing.c
457 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700458 - src/core/transport/chttp2/stream_lists.c
459 - src/core/transport/chttp2/stream_map.c
460 - src/core/transport/chttp2/timeout_encoding.c
461 - src/core/transport/chttp2/varint.c
462 - src/core/transport/chttp2/writing.c
463 - src/core/transport/chttp2_transport.c
464 - src/core/transport/connectivity_state.c
465 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800466 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800467 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700468 - src/core/transport/transport.c
469 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800470- name: grpc_codegen
471 public_headers:
David Garcia Quintasb523c732016-01-25 18:22:28 -0800472 - include/grpc/impl/codegen/alloc.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800473 - include/grpc/impl/codegen/atm.h
474 - include/grpc/impl/codegen/atm_gcc_atomic.h
475 - include/grpc/impl/codegen/atm_gcc_sync.h
476 - include/grpc/impl/codegen/atm_win32.h
477 - include/grpc/impl/codegen/byte_buffer.h
478 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800479 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800480 - include/grpc/impl/codegen/grpc_types.h
481 - include/grpc/impl/codegen/log.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800482 - include/grpc/impl/codegen/port_platform.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800483 - include/grpc/impl/codegen/propagation_bits.h
484 - include/grpc/impl/codegen/slice.h
485 - include/grpc/impl/codegen/slice_buffer.h
486 - include/grpc/impl/codegen/status.h
487 - include/grpc/impl/codegen/sync.h
488 - include/grpc/impl/codegen/sync_generic.h
489 - include/grpc/impl/codegen/sync_posix.h
490 - include/grpc/impl/codegen/sync_win32.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800491 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700492- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700493 headers:
494 - test/core/end2end/cq_verifier.h
495 - test/core/end2end/fixtures/proxy.h
496 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700497 - test/core/util/grpc_profiler.h
498 - test/core/util/parse_hexstring.h
499 - test/core/util/port.h
500 - test/core/util/slice_splitter.h
501 src:
502 - test/core/end2end/cq_verifier.c
503 - test/core/end2end/fixtures/proxy.c
504 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700505 - test/core/util/grpc_profiler.c
506 - test/core/util/parse_hexstring.c
507 - test/core/util/port_posix.c
508 - test/core/util/port_windows.c
509 - test/core/util/slice_splitter.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100510libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800511- name: gpr
512 build: all
513 language: c
514 public_headers:
515 - include/grpc/support/alloc.h
516 - include/grpc/support/atm.h
517 - include/grpc/support/atm_gcc_atomic.h
518 - include/grpc/support/atm_gcc_sync.h
519 - include/grpc/support/atm_win32.h
520 - include/grpc/support/avl.h
521 - include/grpc/support/cmdline.h
522 - include/grpc/support/cpu.h
523 - include/grpc/support/histogram.h
524 - include/grpc/support/host_port.h
525 - include/grpc/support/log.h
526 - include/grpc/support/log_win32.h
527 - include/grpc/support/port_platform.h
528 - include/grpc/support/slice.h
529 - include/grpc/support/slice_buffer.h
530 - include/grpc/support/string_util.h
531 - include/grpc/support/subprocess.h
532 - include/grpc/support/sync.h
533 - include/grpc/support/sync_generic.h
534 - include/grpc/support/sync_posix.h
535 - include/grpc/support/sync_win32.h
536 - include/grpc/support/thd.h
537 - include/grpc/support/time.h
538 - include/grpc/support/tls.h
539 - include/grpc/support/tls_gcc.h
540 - include/grpc/support/tls_msvc.h
541 - include/grpc/support/tls_pthread.h
542 - include/grpc/support/useful.h
543 headers:
544 - src/core/profiling/timers.h
545 - src/core/support/block_annotate.h
546 - src/core/support/env.h
547 - src/core/support/file.h
548 - src/core/support/murmur_hash.h
549 - src/core/support/stack_lockfree.h
550 - src/core/support/string.h
551 - src/core/support/string_win32.h
552 - src/core/support/thd_internal.h
553 - src/core/support/time_precise.h
554 src:
555 - src/core/profiling/basic_timers.c
556 - src/core/profiling/stap_timers.c
557 - src/core/support/alloc.c
558 - src/core/support/avl.c
559 - src/core/support/cmdline.c
560 - src/core/support/cpu_iphone.c
561 - src/core/support/cpu_linux.c
562 - src/core/support/cpu_posix.c
563 - src/core/support/cpu_windows.c
564 - src/core/support/env_linux.c
565 - src/core/support/env_posix.c
566 - src/core/support/env_win32.c
567 - src/core/support/file.c
568 - src/core/support/file_posix.c
569 - src/core/support/file_win32.c
570 - src/core/support/histogram.c
571 - src/core/support/host_port.c
572 - src/core/support/log.c
573 - src/core/support/log_android.c
574 - src/core/support/log_linux.c
575 - src/core/support/log_posix.c
576 - src/core/support/log_win32.c
577 - src/core/support/murmur_hash.c
578 - src/core/support/slice.c
579 - src/core/support/slice_buffer.c
580 - src/core/support/stack_lockfree.c
581 - src/core/support/string.c
582 - src/core/support/string_posix.c
583 - src/core/support/string_win32.c
584 - src/core/support/subprocess_posix.c
585 - src/core/support/sync.c
586 - src/core/support/sync_posix.c
587 - src/core/support/sync_win32.c
588 - src/core/support/thd.c
589 - src/core/support/thd_posix.c
590 - src/core/support/thd_win32.c
591 - src/core/support/time.c
592 - src/core/support/time_posix.c
593 - src/core/support/time_precise.c
594 - src/core/support/time_win32.c
595 - src/core/support/tls_pthread.c
596 filegroups:
597 - grpc_codegen
598 secure: false
599 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
600- name: gpr_test_util
601 build: private
602 language: c
603 headers:
604 - test/core/util/test_config.h
605 src:
606 - test/core/util/test_config.c
607 deps:
608 - gpr
609 secure: false
610 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700611- name: grpc
612 build: all
613 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700614 public_headers:
615 - include/grpc/grpc_security.h
616 headers:
617 - src/core/security/auth_filters.h
618 - src/core/security/base64.h
619 - src/core/security/credentials.h
620 - src/core/security/handshake.h
621 - src/core/security/json_token.h
622 - src/core/security/jwt_verifier.h
623 - src/core/security/secure_endpoint.h
624 - src/core/security/security_connector.h
625 - src/core/security/security_context.h
626 - src/core/tsi/fake_transport_security.h
627 - src/core/tsi/ssl_transport_security.h
Craig Tiller0fe5ee72015-12-22 12:50:36 -0800628 - src/core/tsi/ssl_types.h
Craig Tiller25834342015-09-25 08:08:24 -0700629 - src/core/tsi/transport_security.h
630 - src/core/tsi/transport_security_interface.h
631 src:
632 - src/core/httpcli/httpcli_security_connector.c
633 - src/core/security/base64.c
634 - src/core/security/client_auth_filter.c
635 - src/core/security/credentials.c
636 - src/core/security/credentials_metadata.c
637 - src/core/security/credentials_posix.c
638 - src/core/security/credentials_win32.c
639 - src/core/security/google_default_credentials.c
640 - src/core/security/handshake.c
641 - src/core/security/json_token.c
642 - src/core/security/jwt_verifier.c
643 - src/core/security/secure_endpoint.c
644 - src/core/security/security_connector.c
645 - src/core/security/security_context.c
646 - src/core/security/server_auth_filter.c
647 - src/core/security/server_secure_chttp2.c
648 - src/core/surface/init_secure.c
649 - src/core/surface/secure_channel_create.c
650 - src/core/tsi/fake_transport_security.c
651 - src/core/tsi/ssl_transport_security.c
652 - src/core/tsi/transport_security.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800653 deps:
654 - gpr
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
659 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700660 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700661 vs_packages:
662 - grpc.dependencies.openssl
663 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700664 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
665- name: grpc_test_util
666 build: private
667 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700668 headers:
669 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800670 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700671 src:
672 - test/core/end2end/data/server1_cert.c
673 - test/core/end2end/data/server1_key.c
674 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800675 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700676 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800677 - gpr
678 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -0700679 - grpc
680 filegroups:
681 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700682 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
683- name: grpc_test_util_unsecure
684 build: private
685 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700686 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800687 - gpr
688 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800689 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700690 filegroups:
691 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700692 secure: false
693 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
694- name: grpc_unsecure
695 build: all
696 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700697 src:
698 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800699 deps:
700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700701 baselib: true
702 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700703 filegroups:
704 - grpc_base
705 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700706 secure: false
707 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
708- name: grpc_zookeeper
709 build: all
710 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700711 public_headers:
712 - include/grpc/grpc_zookeeper.h
713 headers:
714 - src/core/client_config/resolvers/zookeeper_resolver.h
715 src:
716 - src/core/client_config/resolvers/zookeeper_resolver.c
717 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800718 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700719 - grpc
720 external_deps:
721 - zookeeper
722 platforms:
723 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700724 secure: false
725- name: reconnect_server
726 build: private
727 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700728 headers:
729 - test/core/util/reconnect_server.h
730 src:
731 - test/core/util/reconnect_server.c
732 deps:
yang-gc9fca182015-11-06 16:41:33 -0800733 - test_tcp_server
734 - grpc_test_util
735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800736 - gpr_test_util
737 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800738- name: test_tcp_server
739 build: private
740 language: c
741 headers:
742 - test/core/util/test_tcp_server.h
743 src:
744 - test/core/util/test_tcp_server.c
745 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700746 - grpc_test_util
747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800748 - gpr_test_util
749 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700750- name: grpc++
751 build: all
752 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700753 headers:
754 - src/cpp/client/secure_credentials.h
755 - src/cpp/common/secure_auth_context.h
756 - src/cpp/server/secure_server_credentials.h
757 src:
Craig Tiller25834342015-09-25 08:08:24 -0700758 - src/cpp/client/secure_credentials.cc
759 - src/cpp/common/auth_property_iterator.cc
760 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800761 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700762 - src/cpp/common/secure_create_auth_context.cc
763 - src/cpp/server/secure_server_credentials.cc
764 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800765 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700766 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700767 baselib: true
768 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700769 filegroups:
770 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800771 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700772 secure: check
773 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
774- name: grpc++_test_config
775 build: private
776 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700777 headers:
778 - test/cpp/util/test_config.h
779 src:
780 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700781- name: grpc++_test_util
782 build: private
783 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700784 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800785 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800786 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700787 - test/cpp/util/cli_call.h
788 - test/cpp/util/create_test_channel.h
789 - test/cpp/util/string_ref_helper.h
790 - test/cpp/util/subprocess.h
791 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800792 - src/proto/grpc/testing/echo_messages.proto
793 - src/proto/grpc/testing/echo.proto
794 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800795 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800796 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700797 - test/cpp/util/cli_call.cc
798 - test/cpp/util/create_test_channel.cc
799 - test/cpp/util/string_ref_helper.cc
800 - test/cpp/util/subprocess.cc
801 deps:
802 - grpc++
803 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700804- name: grpc++_unsecure
805 build: all
806 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700807 src:
808 - src/cpp/common/insecure_create_auth_context.cc
809 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800810 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700811 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700812 baselib: true
813 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700814 filegroups:
815 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800816 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700817 secure: false
818 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
819- name: grpc_plugin_support
820 build: protoc
821 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700822 headers:
823 - include/grpc++/support/config.h
824 - include/grpc++/support/config_protobuf.h
825 - src/compiler/config.h
826 - src/compiler/cpp_generator.h
827 - src/compiler/cpp_generator_helpers.h
828 - src/compiler/csharp_generator.h
829 - src/compiler/csharp_generator_helpers.h
830 - src/compiler/generator_helpers.h
831 - src/compiler/objective_c_generator.h
832 - src/compiler/objective_c_generator_helpers.h
833 - src/compiler/python_generator.h
834 - src/compiler/ruby_generator.h
835 - src/compiler/ruby_generator_helpers-inl.h
836 - src/compiler/ruby_generator_map-inl.h
837 - src/compiler/ruby_generator_string-inl.h
838 src:
839 - src/compiler/cpp_generator.cc
840 - src/compiler/csharp_generator.cc
841 - src/compiler/objective_c_generator.cc
842 - src/compiler/python_generator.cc
843 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700844 deps: []
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800845 filegroups:
846 - grpc++_codegen
847 - grpc_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700848 secure: false
849 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
850- name: interop_client_helper
851 build: private
852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700853 headers:
854 - test/cpp/interop/client_helper.h
855 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800856 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700857 - test/cpp/interop/client_helper.cc
858 deps:
859 - grpc++_test_util
860 - grpc_test_util
861 - grpc++
862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800863 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700864- name: interop_client_main
865 build: private
866 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700867 headers:
868 - test/cpp/interop/interop_client.h
869 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800870 - src/proto/grpc/testing/empty.proto
871 - src/proto/grpc/testing/messages.proto
872 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700873 - test/cpp/interop/client.cc
874 - test/cpp/interop/interop_client.cc
875 deps:
876 - interop_client_helper
877 - grpc++_test_util
878 - grpc_test_util
879 - grpc++
880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800881 - gpr_test_util
882 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700883 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700884- name: interop_server_helper
885 build: private
886 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700887 headers:
888 - test/cpp/interop/server_helper.h
889 src:
890 - test/cpp/interop/server_helper.cc
891 deps:
892 - grpc_test_util
893 - grpc++
894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700896- name: interop_server_main
897 build: private
898 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700899 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800900 - src/proto/grpc/testing/empty.proto
901 - src/proto/grpc/testing/messages.proto
902 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700903 - test/cpp/interop/server.cc
904 deps:
905 - interop_server_helper
906 - grpc++_test_util
907 - grpc_test_util
908 - grpc++
909 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800910 - gpr_test_util
911 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700912 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700913- name: qps
914 build: private
915 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700916 headers:
917 - test/cpp/qps/client.h
918 - test/cpp/qps/driver.h
919 - test/cpp/qps/histogram.h
920 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800921 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700922 - test/cpp/qps/perf_db_client.h
923 - test/cpp/qps/qps_worker.h
924 - test/cpp/qps/report.h
925 - test/cpp/qps/server.h
926 - test/cpp/qps/stats.h
927 - test/cpp/qps/timer.h
928 - test/cpp/util/benchmark_config.h
929 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800930 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800931 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800932 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800933 - src/proto/grpc/testing/control.proto
934 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800935 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700936 - test/cpp/qps/client_async.cc
937 - test/cpp/qps/client_sync.cc
938 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800939 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700940 - test/cpp/qps/perf_db_client.cc
941 - test/cpp/qps/qps_worker.cc
942 - test/cpp/qps/report.cc
943 - test/cpp/qps/server_async.cc
944 - test/cpp/qps/server_sync.cc
945 - test/cpp/qps/timer.cc
946 - test/cpp/util/benchmark_config.cc
947 deps:
948 - grpc_test_util
949 - grpc++_test_util
950 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700951- name: grpc_csharp_ext
952 build: all
953 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700954 src:
955 - src/csharp/ext/grpc_csharp_ext.c
956 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800958 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800959 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800960 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700961 dll: only
962 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700963 vs_packages:
964 - grpc.dependencies.openssl
965 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700966 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700967 vs_props:
968 - zlib
969 - openssl
970 - winsock
971 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100973- name: alarm_test
974 build: test
975 language: c
976 src:
977 - test/core/surface/alarm_test.c
978 deps:
979 - grpc_test_util
980 - grpc
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800981- name: algorithm_test
982 build: test
983 language: c
984 src:
985 - test/core/compression/algorithm_test.c
986 deps:
987 - grpc_test_util
988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800989 - gpr_test_util
990 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800991- name: alloc_test
992 build: test
993 language: c
994 src:
995 - test/core/support/alloc_test.c
996 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800997 - gpr_test_util
998 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700999- name: alpn_test
1000 build: test
1001 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001002 src:
1003 - test/core/transport/chttp2/alpn_test.c
1004 deps:
1005 - grpc_test_util
1006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001007 - gpr_test_util
1008 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001009- name: bin_encoder_test
1010 build: test
1011 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001012 src:
1013 - test/core/transport/chttp2/bin_encoder_test.c
1014 deps:
1015 - grpc_test_util
1016 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001017- name: census_context_test
1018 build: test
1019 language: c
1020 src:
1021 - test/core/census/context_test.c
1022 deps:
1023 - grpc_test_util
1024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001025 - gpr_test_util
1026 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001027- name: channel_create_test
1028 build: test
1029 language: c
1030 src:
1031 - test/core/surface/channel_create_test.c
1032 deps:
1033 - grpc_test_util
1034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001035 - gpr_test_util
1036 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001037- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038 build: test
1039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001040 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001041 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001042 deps:
1043 - grpc_test_util
1044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001045 - gpr_test_util
1046 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001047- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048 build: test
1049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001050 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001051 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001052 deps:
1053 - grpc_test_util
1054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001055 - gpr_test_util
1056 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001057- name: chttp2_stream_map_test
1058 build: test
1059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001060 src:
1061 - test/core/transport/chttp2/stream_map_test.c
1062 deps:
1063 - grpc_test_util
1064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001065 - gpr_test_util
1066 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001067- name: chttp2_varint_test
1068 build: test
1069 language: c
1070 src:
1071 - test/core/transport/chttp2/varint_test.c
1072 deps:
1073 - grpc_test_util
1074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001075 - gpr_test_util
1076 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077- name: compression_test
1078 build: test
1079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001080 src:
1081 - test/core/compression/compression_test.c
1082 deps:
1083 - grpc_test_util
1084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001085 - gpr_test_util
1086 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001087- name: dns_resolver_test
1088 build: test
1089 language: c
1090 src:
1091 - test/core/client_config/resolvers/dns_resolver_test.c
1092 deps:
1093 - grpc_test_util
1094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001095 - gpr_test_util
1096 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001097- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001098 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001099 build: test
1100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001101 src:
1102 - test/core/end2end/dualstack_socket_test.c
1103 deps:
1104 - grpc_test_util
1105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001106 - gpr_test_util
1107 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001108 platforms:
1109 - mac
1110 - linux
1111 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001112- name: endpoint_pair_test
1113 build: test
1114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001115 src:
1116 - test/core/iomgr/endpoint_pair_test.c
1117 deps:
1118 - grpc_test_util
1119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001120 - gpr_test_util
1121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001122- name: fd_conservation_posix_test
1123 build: test
1124 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001125 src:
1126 - test/core/iomgr/fd_conservation_posix_test.c
1127 deps:
1128 - grpc_test_util
1129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001130 - gpr_test_util
1131 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001132 platforms:
1133 - mac
1134 - linux
1135 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001136- name: fd_posix_test
1137 build: test
1138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001139 src:
1140 - test/core/iomgr/fd_posix_test.c
1141 deps:
1142 - grpc_test_util
1143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001144 - gpr_test_util
1145 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001146 platforms:
1147 - mac
1148 - linux
1149 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150- name: fling_client
1151 build: test
1152 run: false
1153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001154 src:
1155 - test/core/fling/client.c
1156 deps:
1157 - grpc_test_util
1158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 - gpr_test_util
1160 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001161- name: fling_server
1162 build: test
1163 run: false
1164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001165 src:
1166 - test/core/fling/server.c
1167 deps:
1168 - grpc_test_util
1169 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001170 - gpr_test_util
1171 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001172- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001173 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174 build: test
1175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001176 src:
1177 - test/core/fling/fling_stream_test.c
1178 deps:
1179 - grpc_test_util
1180 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001181 - gpr_test_util
1182 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001183 platforms:
1184 - mac
1185 - linux
1186 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001187- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001188 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001189 build: test
1190 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001191 src:
1192 - test/core/fling/fling_test.c
1193 deps:
1194 - grpc_test_util
1195 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001196 - gpr_test_util
1197 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001198 platforms:
1199 - mac
1200 - linux
1201 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001202- name: gen_hpack_tables
1203 build: tool
1204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001205 src:
1206 - tools/codegen/core/gen_hpack_tables.c
1207 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001208 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001209 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001210- name: gen_legal_metadata_characters
1211 build: tool
1212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001213 src:
1214 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001215 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001216- name: gpr_avl_test
1217 build: test
1218 language: c
1219 src:
1220 - test/core/support/avl_test.c
1221 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001222 - gpr_test_util
1223 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001224- name: gpr_cmdline_test
1225 build: test
1226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001227 src:
1228 - test/core/support/cmdline_test.c
1229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr_test_util
1231 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001232- name: gpr_cpu_test
1233 build: test
1234 language: c
1235 src:
1236 - test/core/support/cpu_test.c
1237 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001238 - gpr_test_util
1239 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240- name: gpr_env_test
1241 build: test
1242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001243 src:
1244 - test/core/support/env_test.c
1245 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001246 - gpr_test_util
1247 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001248- name: gpr_file_test
1249 build: test
1250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001251 src:
1252 - test/core/support/file_test.c
1253 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 - gpr_test_util
1255 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256- name: gpr_histogram_test
1257 build: test
1258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001259 src:
1260 - test/core/support/histogram_test.c
1261 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001262 - gpr_test_util
1263 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264- name: gpr_host_port_test
1265 build: test
1266 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001267 src:
1268 - test/core/support/host_port_test.c
1269 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001270 - gpr_test_util
1271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272- name: gpr_log_test
1273 build: test
1274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001275 src:
1276 - test/core/support/log_test.c
1277 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001278 - gpr_test_util
1279 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280- name: gpr_slice_buffer_test
1281 build: test
1282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001283 src:
1284 - test/core/support/slice_buffer_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_slice_test
1289 build: test
1290 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001291 src:
1292 - test/core/support/slice_test.c
1293 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001294 - gpr_test_util
1295 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001297 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001298 build: test
1299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001300 src:
1301 - test/core/support/stack_lockfree_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_string_test
1306 build: test
1307 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001308 src:
1309 - test/core/support/string_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_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001314 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001315 build: test
1316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001317 src:
1318 - test/core/support/sync_test.c
1319 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001320 - gpr_test_util
1321 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001323 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324 build: test
1325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001326 src:
1327 - test/core/support/thd_test.c
1328 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001329 - gpr_test_util
1330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331- name: gpr_time_test
1332 build: test
1333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001334 src:
1335 - test/core/support/time_test.c
1336 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001337 - gpr_test_util
1338 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001339- name: gpr_tls_test
1340 build: test
1341 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001342 src:
1343 - test/core/support/tls_test.c
1344 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001345 - gpr_test_util
1346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001347- name: gpr_useful_test
1348 build: test
1349 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001350 src:
1351 - test/core/support/useful_test.c
1352 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr_test_util
1354 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355- name: grpc_auth_context_test
1356 build: test
1357 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001358 src:
1359 - test/core/security/auth_context_test.c
1360 deps:
1361 - grpc_test_util
1362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 - gpr_test_util
1364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: grpc_base64_test
1366 build: test
1367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001368 src:
1369 - test/core/security/base64_test.c
1370 deps:
1371 - grpc_test_util
1372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr_test_util
1374 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375- name: grpc_byte_buffer_reader_test
1376 build: test
1377 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001378 src:
1379 - test/core/surface/byte_buffer_reader_test.c
1380 deps:
1381 - grpc_test_util
1382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001383 - gpr_test_util
1384 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: grpc_channel_args_test
1386 build: test
1387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001388 src:
1389 - test/core/channel/channel_args_test.c
1390 deps:
1391 - grpc_test_util
1392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001393 - gpr_test_util
1394 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001395- name: grpc_channel_stack_test
1396 build: test
1397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001398 src:
1399 - test/core/channel/channel_stack_test.c
1400 deps:
1401 - grpc_test_util
1402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001403 - gpr_test_util
1404 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001405- name: grpc_completion_queue_test
1406 build: test
1407 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001408 src:
1409 - test/core/surface/completion_queue_test.c
1410 deps:
1411 - grpc_test_util
1412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001413 - gpr_test_util
1414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: grpc_create_jwt
1416 build: tool
1417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001418 src:
1419 - test/core/security/create_jwt.c
1420 deps:
1421 - grpc_test_util
1422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001423 - gpr_test_util
1424 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425- name: grpc_credentials_test
1426 build: test
1427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001428 src:
1429 - test/core/security/credentials_test.c
1430 deps:
1431 - grpc_test_util
1432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001433 - gpr_test_util
1434 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001435- name: grpc_fetch_oauth2
1436 build: tool
1437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001438 src:
1439 - test/core/security/fetch_oauth2.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001443 - gpr_test_util
1444 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001445- name: grpc_invalid_channel_args_test
1446 build: test
1447 language: c
1448 src:
1449 - test/core/surface/invalid_channel_args_test.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_json_token_test
1456 build: test
1457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001458 src:
1459 - test/core/security/json_token_test.c
1460 deps:
1461 - grpc_test_util
1462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001465 platforms:
1466 - linux
1467 - posix
1468 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001469- name: grpc_jwt_verifier_test
1470 build: test
1471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001472 src:
1473 - test/core/security/jwt_verifier_test.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr_test_util
1478 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001479- name: grpc_print_google_default_creds_token
1480 build: tool
1481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001482 src:
1483 - test/core/security/print_google_default_creds_token.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr_test_util
1488 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489- name: grpc_security_connector_test
1490 build: test
1491 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001492 src:
1493 - test/core/security/security_connector_test.c
1494 deps:
1495 - grpc_test_util
1496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001497 - gpr_test_util
1498 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001499- name: grpc_verify_jwt
1500 build: tool
1501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001502 src:
1503 - test/core/security/verify_jwt.c
1504 deps:
1505 - grpc_test_util
1506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: hpack_parser_test
1510 build: test
1511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
1513 - test/core/transport/chttp2/hpack_parser_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001519- name: hpack_table_test
1520 build: test
1521 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001522 src:
1523 - test/core/transport/chttp2/hpack_table_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001527 - gpr_test_util
1528 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001529- name: httpcli_format_request_test
1530 build: test
1531 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001532 src:
1533 - test/core/httpcli/format_request_test.c
1534 deps:
1535 - grpc_test_util
1536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001539- name: httpcli_parser_test
1540 build: test
1541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001542 src:
1543 - test/core/httpcli/parser_test.c
1544 deps:
1545 - grpc_test_util
1546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001547 - gpr_test_util
1548 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001550 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001551 build: test
1552 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001553 src:
1554 - test/core/httpcli/httpcli_test.c
1555 deps:
1556 - grpc_test_util
1557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001558 - gpr_test_util
1559 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001560 platforms:
1561 - mac
1562 - linux
1563 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001564- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001565 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001566 build: test
1567 language: c
1568 src:
1569 - test/core/httpcli/httpscli_test.c
1570 deps:
1571 - grpc_test_util
1572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001573 - gpr_test_util
1574 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001575 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001576 - linux
yang-gf1183302015-12-07 16:02:05 -08001577- name: init_test
1578 build: test
1579 language: c
1580 src:
1581 - test/core/surface/init_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001587- name: invalid_call_argument_test
1588 build: test
1589 language: c
1590 src:
1591 - test/core/end2end/invalid_call_argument_test.c
1592 deps:
1593 - grpc_test_util
1594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr_test_util
1596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001597- name: json_rewrite
1598 build: test
1599 run: false
1600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001601 src:
1602 - test/core/json/json_rewrite.c
1603 deps:
1604 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001605 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606- name: json_rewrite_test
1607 build: test
1608 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001609 src:
1610 - test/core/json/json_rewrite_test.c
1611 deps:
1612 - grpc_test_util
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001616- name: json_stream_error_test
1617 build: test
1618 language: c
1619 src:
1620 - test/core/json/json_stream_error_test.c
1621 deps:
1622 - grpc_test_util
1623 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001624 - gpr_test_util
1625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001626- name: json_test
1627 build: test
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - test/core/json/json_test.c
1631 deps:
1632 - grpc_test_util
1633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001634 - gpr_test_util
1635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001636- name: lame_client_test
1637 build: test
1638 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
1640 - test/core/surface/lame_client_test.c
1641 deps:
1642 - grpc_test_util
1643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001644 - gpr_test_util
1645 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001646- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001647 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001648 build: test
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/client_config/lb_policies_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: low_level_ping_pong_benchmark
1658 build: benchmark
1659 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001660 src:
1661 - test/core/network_benchmarks/low_level_ping_pong.c
1662 deps:
1663 - grpc_test_util
1664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001665 - gpr_test_util
1666 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001667 platforms:
1668 - mac
1669 - linux
1670 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001671- name: message_compress_test
1672 build: test
1673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001674 src:
1675 - test/core/compression/message_compress_test.c
1676 deps:
1677 - grpc_test_util
1678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 - gpr_test_util
1680 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001681- name: multiple_server_queues_test
1682 build: test
1683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001684 src:
1685 - test/core/end2end/multiple_server_queues_test.c
1686 deps:
1687 - grpc_test_util
1688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001689 - gpr_test_util
1690 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001691- name: murmur_hash_test
1692 build: test
1693 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001694 src:
1695 - test/core/support/murmur_hash_test.c
1696 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 - gpr_test_util
1698 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001700 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001701 build: test
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - test/core/end2end/no_server_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710- name: resolve_address_test
1711 build: test
1712 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001713 src:
1714 - test/core/iomgr/resolve_address_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
yang-gd482e592015-12-10 14:04:00 -08001720- name: secure_channel_create_test
1721 build: test
1722 language: c
1723 src:
1724 - test/core/surface/secure_channel_create_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001728 - gpr_test_util
1729 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001730- name: secure_endpoint_test
1731 build: test
1732 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001733 src:
1734 - test/core/security/secure_endpoint_test.c
1735 deps:
1736 - grpc_test_util
1737 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001738 - gpr_test_util
1739 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001740- name: server_chttp2_test
1741 build: test
1742 language: c
1743 src:
1744 - test/core/surface/server_chttp2_test.c
1745 deps:
1746 - grpc_test_util
1747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001750- name: server_test
1751 build: test
1752 language: c
1753 src:
1754 - test/core/surface/server_test.c
1755 deps:
1756 - grpc_test_util
1757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001758 - gpr_test_util
1759 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001760- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001761 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001762 build: test
1763 language: c
1764 src:
1765 - test/core/client_config/set_initial_connect_string_test.c
1766 deps:
1767 - test_tcp_server
1768 - grpc_test_util
1769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001770 - gpr_test_util
1771 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001772- name: sockaddr_resolver_test
1773 build: test
1774 language: c
1775 src:
1776 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1777 deps:
1778 - grpc_test_util
1779 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001780 - gpr_test_util
1781 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001782- name: sockaddr_utils_test
1783 build: test
1784 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001785 src:
1786 - test/core/iomgr/sockaddr_utils_test.c
1787 deps:
1788 - grpc_test_util
1789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001790 - gpr_test_util
1791 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001792- name: socket_utils_test
1793 build: test
1794 language: c
1795 src:
1796 - test/core/iomgr/socket_utils_test.c
1797 deps:
1798 - grpc_test_util
1799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001800 - gpr_test_util
1801 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001802 platforms:
1803 - mac
1804 - linux
1805 - posix
Craig Tillerda179ce2016-02-09 12:01:53 -08001806- name: tag_set_test
1807 build: test
1808 language: c
1809 src:
1810 - test/core/census/tag_set_test.c
1811 deps:
1812 - grpc_test_util
1813 - grpc
1814 - gpr_test_util
1815 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001816- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001817 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001818 build: test
1819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001820 src:
1821 - test/core/iomgr/tcp_client_posix_test.c
1822 deps:
1823 - grpc_test_util
1824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 - gpr_test_util
1826 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001827 platforms:
1828 - mac
1829 - linux
1830 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001831- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001832 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833 build: test
1834 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001835 src:
1836 - test/core/iomgr/tcp_posix_test.c
1837 deps:
1838 - grpc_test_util
1839 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001840 - gpr_test_util
1841 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001842 platforms:
1843 - mac
1844 - linux
1845 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: tcp_server_posix_test
1847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/iomgr/tcp_server_posix_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001856 platforms:
1857 - mac
1858 - linux
1859 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001860- name: time_averaged_stats_test
1861 build: test
1862 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001863 src:
1864 - test/core/iomgr/time_averaged_stats_test.c
1865 deps:
1866 - grpc_test_util
1867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: timeout_encoding_test
1871 build: test
1872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
1874 - test/core/transport/chttp2/timeout_encoding_test.c
1875 deps:
1876 - grpc_test_util
1877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001880- name: timer_heap_test
1881 build: test
1882 language: c
1883 src:
1884 - test/core/iomgr/timer_heap_test.c
1885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001890- name: timer_list_test
1891 build: test
1892 language: c
1893 src:
1894 - test/core/iomgr/timer_list_test.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900- name: timers_test
1901 build: test
1902 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001903 src:
1904 - test/core/profiling/timers_test.c
1905 deps:
1906 - grpc_test_util
1907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001910- name: transport_connectivity_state_test
1911 build: test
1912 language: c
1913 src:
1914 - test/core/transport/connectivity_state_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001920- name: transport_metadata_test
1921 build: test
1922 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001923 src:
1924 - test/core/transport/metadata_test.c
1925 deps:
1926 - grpc_test_util
1927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001928 - gpr_test_util
1929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001930- name: transport_security_test
1931 build: test
1932 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001933 src:
1934 - test/core/tsi/transport_security_test.c
1935 deps:
1936 - grpc_test_util
1937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001938 - gpr_test_util
1939 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001940 platforms:
1941 - linux
1942 - posix
1943 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001944- name: udp_server_test
1945 build: test
1946 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/core/iomgr/udp_server_test.c
1949 deps:
1950 - grpc_test_util
1951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr_test_util
1953 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001954 platforms:
1955 - mac
1956 - linux
1957 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001958- name: uri_parser_test
1959 build: test
1960 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/core/client_config/uri_parser_test.c
1963 deps:
1964 - grpc_test_util
1965 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001966 - gpr_test_util
1967 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001968- name: workqueue_test
1969 build: test
1970 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001971 src:
1972 - test/core/iomgr/workqueue_test.c
1973 deps:
1974 - grpc_test_util
1975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001976 - gpr_test_util
1977 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001978 platforms:
1979 - mac
1980 - linux
1981 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001982- name: async_end2end_test
1983 build: test
1984 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001985 src:
1986 - test/cpp/end2end/async_end2end_test.cc
1987 deps:
1988 - grpc++_test_util
1989 - grpc_test_util
1990 - grpc++
1991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001992 - gpr_test_util
1993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994- name: async_streaming_ping_pong_test
1995 build: test
1996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/cpp/qps/async_streaming_ping_pong_test.cc
1999 deps:
2000 - qps
2001 - grpc++_test_util
2002 - grpc_test_util
2003 - grpc++
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002007 platforms:
2008 - mac
2009 - linux
2010 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011- name: async_unary_ping_pong_test
2012 build: test
2013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002014 src:
2015 - test/cpp/qps/async_unary_ping_pong_test.cc
2016 deps:
2017 - qps
2018 - grpc++_test_util
2019 - grpc_test_util
2020 - grpc++
2021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002022 - gpr_test_util
2023 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002024 platforms:
2025 - mac
2026 - linux
2027 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002028- name: auth_property_iterator_test
2029 build: test
2030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002031 src:
2032 - test/cpp/common/auth_property_iterator_test.cc
2033 deps:
2034 - grpc++_test_util
2035 - grpc_test_util
2036 - grpc++
2037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002038 - gpr_test_util
2039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040- name: channel_arguments_test
2041 build: test
2042 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002043 src:
yang-g52705592015-11-25 11:45:33 -08002044 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002045 deps:
2046 - grpc++
2047 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049- name: cli_call_test
2050 build: test
2051 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
2053 - test/cpp/util/cli_call_test.cc
2054 deps:
2055 - grpc++_test_util
2056 - grpc_test_util
2057 - grpc++
2058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002059 - gpr_test_util
2060 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: client_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002062 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063 build: test
2064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002065 src:
2066 - test/cpp/end2end/client_crash_test.cc
2067 deps:
2068 - grpc++_test_util
2069 - grpc_test_util
2070 - grpc++
2071 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002072 - gpr_test_util
2073 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002074 platforms:
2075 - mac
2076 - linux
2077 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002078- name: client_crash_test_server
2079 build: test
2080 run: false
2081 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002082 src:
2083 - test/cpp/end2end/client_crash_test_server.cc
2084 deps:
2085 - grpc++_test_util
2086 - grpc_test_util
2087 - grpc++
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: credentials_test
2092 build: test
2093 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/cpp/client/credentials_test.cc
2096 deps:
2097 - grpc++
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100- name: cxx_byte_buffer_test
2101 build: test
2102 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
2104 - test/cpp/util/byte_buffer_test.cc
2105 deps:
2106 - grpc_test_util
2107 - grpc++
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111- name: cxx_slice_test
2112 build: test
2113 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002114 src:
2115 - test/cpp/util/slice_test.cc
2116 deps:
2117 - grpc_test_util
2118 - grpc++
2119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002120 - gpr_test_util
2121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002122- name: cxx_string_ref_test
2123 build: test
2124 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002125 src:
2126 - test/cpp/util/string_ref_test.cc
2127 deps:
2128 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: cxx_time_test
2130 build: test
2131 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - test/cpp/util/time_test.cc
2134 deps:
2135 - grpc_test_util
2136 - grpc++
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: end2end_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002141 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002142 build: test
2143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
2145 - test/cpp/end2end/end2end_test.cc
2146 deps:
2147 - grpc++_test_util
2148 - grpc_test_util
2149 - grpc++
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
vjpai083dc622016-01-11 09:41:17 -08002153- name: generic_async_streaming_ping_pong_test
2154 build: test
2155 language: c++
2156 src:
2157 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2158 deps:
2159 - qps
2160 - grpc++_test_util
2161 - grpc_test_util
2162 - grpc++
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
vjpai083dc622016-01-11 09:41:17 -08002166 platforms:
2167 - mac
2168 - linux
2169 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170- name: generic_end2end_test
2171 build: test
2172 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002173 src:
2174 - test/cpp/end2end/generic_end2end_test.cc
2175 deps:
2176 - grpc++_test_util
2177 - grpc_test_util
2178 - grpc++
2179 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 - gpr_test_util
2181 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002182- name: grpc_cli
2183 build: test
2184 run: false
2185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002186 src:
2187 - test/cpp/util/grpc_cli.cc
2188 deps:
2189 - grpc++_test_util
2190 - grpc_test_util
2191 - grpc++
2192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002193 - gpr_test_util
2194 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002195 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002196- name: grpc_cpp_plugin
2197 build: protoc
2198 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002199 src:
2200 - src/compiler/cpp_plugin.cc
2201 deps:
2202 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203 secure: false
2204 vs_config_type: Application
2205 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2206- name: grpc_csharp_plugin
2207 build: protoc
2208 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002209 src:
2210 - src/compiler/csharp_plugin.cc
2211 deps:
2212 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002213 secure: false
2214 vs_config_type: Application
2215 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2216- name: grpc_objective_c_plugin
2217 build: protoc
2218 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
2220 - src/compiler/objective_c_plugin.cc
2221 deps:
2222 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002223 secure: false
2224 vs_config_type: Application
2225 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2226- name: grpc_python_plugin
2227 build: protoc
2228 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002229 src:
2230 - src/compiler/python_plugin.cc
2231 deps:
2232 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233 secure: false
2234 vs_config_type: Application
2235 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2236- name: grpc_ruby_plugin
2237 build: protoc
2238 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002239 src:
2240 - src/compiler/ruby_plugin.cc
2241 deps:
2242 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243 secure: false
2244 vs_config_type: Application
2245 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
yang-gbe5a2c42016-01-14 13:11:15 -08002246- name: hybrid_end2end_test
2247 build: test
2248 language: c++
2249 src:
2250 - test/cpp/end2end/hybrid_end2end_test.cc
2251 deps:
2252 - grpc++_test_util
2253 - grpc_test_util
2254 - grpc++
2255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258- name: interop_client
2259 build: test
2260 run: false
2261 language: c++
2262 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002263 deps:
2264 - interop_client_main
2265 - interop_client_helper
2266 - grpc++_test_util
2267 - grpc_test_util
2268 - grpc++
2269 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002270 - gpr_test_util
2271 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002272 - grpc++_test_config
2273 platforms:
2274 - mac
2275 - linux
2276 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002277- name: interop_server
2278 build: test
2279 run: false
2280 language: c++
2281 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002282 deps:
2283 - interop_server_main
2284 - interop_server_helper
2285 - grpc++_test_util
2286 - grpc_test_util
2287 - grpc++
2288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002291 - grpc++_test_config
2292 platforms:
2293 - mac
2294 - linux
2295 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002297 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002298 build: test
2299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/cpp/interop/interop_test.cc
2302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002307 platforms:
2308 - mac
2309 - linux
2310 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002311- name: metrics_client
2312 build: test
2313 run: false
2314 language: c++
2315 headers:
2316 - test/cpp/util/metrics_server.h
2317 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002318 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002319 - test/cpp/interop/metrics_client.cc
2320 deps:
2321 - grpc++
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002324 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002325- name: mock_test
2326 build: test
2327 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
2329 - test/cpp/end2end/mock_test.cc
2330 deps:
2331 - grpc++_test_util
2332 - grpc_test_util
2333 - grpc++
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr_test_util
2336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: qps_driver
2338 build: benchmark
2339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/cpp/qps/qps_driver.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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: qps_interarrival_test
2352 build: test
2353 run: false
2354 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002355 src:
2356 - test/cpp/qps/qps_interarrival_test.cc
2357 deps:
2358 - qps
2359 - grpc++_test_util
2360 - grpc_test_util
2361 - grpc++
2362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002363 - gpr_test_util
2364 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002365 platforms:
2366 - mac
2367 - linux
2368 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: qps_openloop_test
2370 build: test
Nicolas "Pixel" Noble895a2df2015-10-27 21:27:10 +01002371 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002373 src:
2374 - test/cpp/qps/qps_openloop_test.cc
2375 deps:
2376 - qps
2377 - grpc++_test_util
2378 - grpc_test_util
2379 - grpc++
2380 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002381 - gpr_test_util
2382 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002383 - grpc++_test_config
2384 platforms:
2385 - mac
2386 - linux
2387 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002388- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002389 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390 build: test
2391 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002392 src:
2393 - test/cpp/qps/qps_test.cc
2394 deps:
2395 - qps
2396 - grpc++_test_util
2397 - grpc_test_util
2398 - grpc++
2399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002400 - gpr_test_util
2401 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002402 - grpc++_test_config
2403 exclude_configs:
2404 - tsan
2405 platforms:
2406 - mac
2407 - linux
2408 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002409- name: qps_worker
2410 build: benchmark
2411 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002412 headers:
2413 - test/cpp/qps/client.h
2414 - test/cpp/qps/server.h
2415 src:
2416 - test/cpp/qps/worker.cc
2417 deps:
2418 - qps
2419 - grpc++_test_util
2420 - grpc_test_util
2421 - grpc++
2422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002423 - gpr_test_util
2424 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002425 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426- name: reconnect_interop_client
2427 build: test
2428 run: false
2429 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002431 - src/proto/grpc/testing/empty.proto
2432 - src/proto/grpc/testing/messages.proto
2433 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002434 - test/cpp/interop/reconnect_interop_client.cc
2435 deps:
2436 - grpc++_test_util
2437 - grpc_test_util
2438 - grpc++
2439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002440 - gpr_test_util
2441 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002442 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443- name: reconnect_interop_server
2444 build: test
2445 run: false
2446 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002448 - src/proto/grpc/testing/empty.proto
2449 - src/proto/grpc/testing/messages.proto
2450 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002451 - test/cpp/interop/reconnect_interop_server.cc
2452 deps:
2453 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002454 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002455 - grpc++_test_util
2456 - grpc_test_util
2457 - grpc++
2458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002459 - gpr_test_util
2460 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002461 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462- name: secure_auth_context_test
2463 build: test
2464 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002465 src:
2466 - test/cpp/common/secure_auth_context_test.cc
2467 deps:
2468 - grpc++_test_util
2469 - grpc_test_util
2470 - grpc++
2471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr_test_util
2473 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002474- name: secure_sync_unary_ping_pong_test
2475 build: test
2476 language: c++
2477 src:
2478 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2479 deps:
2480 - qps
2481 - grpc++_test_util
2482 - grpc_test_util
2483 - grpc++
2484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002485 - gpr_test_util
2486 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002487 platforms:
2488 - mac
2489 - linux
2490 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491- name: server_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002492 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002493 build: test
2494 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002495 src:
2496 - test/cpp/end2end/server_crash_test.cc
2497 deps:
2498 - grpc++_test_util
2499 - grpc_test_util
2500 - grpc++
2501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002502 - gpr_test_util
2503 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002504 platforms:
2505 - mac
2506 - linux
2507 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002508- name: server_crash_test_client
2509 build: test
2510 run: false
2511 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002512 src:
2513 - test/cpp/end2end/server_crash_test_client.cc
2514 deps:
2515 - grpc++_test_util
2516 - grpc_test_util
2517 - grpc++
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr_test_util
2520 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002521- name: shutdown_test
2522 build: test
2523 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002524 src:
2525 - test/cpp/end2end/shutdown_test.cc
2526 deps:
2527 - grpc++_test_util
2528 - grpc_test_util
2529 - grpc++
2530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002531 - gpr_test_util
2532 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002533- name: status_test
2534 build: test
2535 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002536 src:
2537 - test/cpp/util/status_test.cc
2538 deps:
2539 - grpc_test_util
2540 - grpc++
2541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002542 - gpr_test_util
2543 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002544- name: streaming_throughput_test
2545 build: test
2546 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002547 src:
2548 - test/cpp/end2end/streaming_throughput_test.cc
2549 deps:
2550 - grpc++_test_util
2551 - grpc_test_util
2552 - grpc++
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002556 platforms:
2557 - mac
2558 - linux
2559 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002560- name: stress_test
2561 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002562 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002563 language: c++
2564 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002565 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002566 - test/cpp/interop/interop_client.h
2567 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002568 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002569 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002570 - src/proto/grpc/testing/empty.proto
2571 - src/proto/grpc/testing/messages.proto
2572 - src/proto/grpc/testing/metrics.proto
2573 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002574 - test/cpp/interop/interop_client.cc
2575 - test/cpp/interop/stress_interop_client.cc
2576 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002577 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002578 deps:
2579 - grpc++_test_util
2580 - grpc_test_util
2581 - grpc++
2582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002583 - gpr_test_util
2584 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002585 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002586- name: sync_streaming_ping_pong_test
2587 build: test
2588 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002589 src:
2590 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2591 deps:
2592 - qps
2593 - grpc++_test_util
2594 - grpc_test_util
2595 - grpc++
2596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002597 - gpr_test_util
2598 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002599 platforms:
2600 - mac
2601 - linux
2602 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002603- name: sync_unary_ping_pong_test
2604 build: test
2605 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002606 src:
2607 - test/cpp/qps/sync_unary_ping_pong_test.cc
2608 deps:
2609 - qps
2610 - grpc++_test_util
2611 - grpc_test_util
2612 - grpc++
2613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002614 - gpr_test_util
2615 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002616 platforms:
2617 - mac
2618 - linux
2619 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002620- name: thread_stress_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002621 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622 build: test
2623 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002624 src:
2625 - test/cpp/end2end/thread_stress_test.cc
2626 deps:
2627 - grpc++_test_util
2628 - grpc_test_util
2629 - grpc++
2630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002631 - gpr_test_util
2632 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002633- name: zookeeper_test
2634 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002635 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002636 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002637 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002638 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002639 - test/cpp/end2end/zookeeper_test.cc
2640 deps:
2641 - grpc++_test_util
2642 - grpc_test_util
2643 - grpc++
2644 - grpc_zookeeper
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002648 external_deps:
2649 - zookeeper
2650 platforms:
2651 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002652- name: public_headers_must_be_c89
2653 build: test
2654 language: c89
2655 src:
2656 - test/core/surface/public_headers_must_be_c89.c
2657 deps:
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002660vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002661- linkage: static
2662 name: grpc.dependencies.zlib
2663 props: false
2664 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002665 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002666- linkage: static
2667 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002668 props: true
2669 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002670 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002671- name: gflags
2672 props: false
2673 redist: false
2674 version: 2.1.2.1
2675- name: gtest
2676 props: false
2677 redist: false
2678 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002679configs:
2680 asan:
2681 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002682 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002683 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002684 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002685 LD: clang
2686 LDFLAGS: -fsanitize=address
2687 LDXX: clang++
2688 compile_the_world: true
2689 test_environ:
2690 ASAN_OPTIONS: suppressions=tools/asan_suppressions.txt:detect_leaks=1:color=always
2691 LSAN_OPTIONS: suppressions=tools/asan_suppressions.txt:report_objects=1
Craig Tiller81df68d2016-01-21 13:59:50 -08002692 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002693 asan-noleaks:
2694 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002695 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002696 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002697 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002698 LD: clang
2699 LDFLAGS: -fsanitize=address
2700 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002701 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002702 test_environ:
2703 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tiller81df68d2016-01-21 13:59:50 -08002704 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002705 basicprof:
2706 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2707 DEFINES: NDEBUG
2708 dbg:
2709 CPPFLAGS: -O0
2710 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002711 gcov:
2712 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002713 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002714 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002715 DEFINES: _DEBUG DEBUG GPR_GCOV
2716 LD: gcc
2717 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2718 LDXX: g++
2719 helgrind:
2720 CPPFLAGS: -O0
2721 DEFINES: _DEBUG DEBUG
2722 LDFLAGS: -rdynamic
2723 timeout_multiplier: 20
2724 valgrind: --tool=helgrind
2725 memcheck:
2726 CPPFLAGS: -O0
2727 DEFINES: _DEBUG DEBUG
2728 LDFLAGS: -rdynamic
2729 timeout_multiplier: 10
2730 valgrind: --tool=memcheck --leak-check=full
2731 msan:
2732 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002733 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002734 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002735 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
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=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2740 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2741 LDXX: clang++
2742 compile_the_world: true
Craig Tiller3e301a32016-01-27 15:36:52 -08002743 timeout_multiplier: 2
Craig Tillera0f85172016-01-20 15:56:06 -08002744 mutrace:
2745 CPPFLAGS: -O0
2746 DEFINES: _DEBUG DEBUG
2747 LDFLAGS: -rdynamic
2748 opt:
2749 CPPFLAGS: -O2
2750 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002751 stapprof:
2752 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2753 DEFINES: NDEBUG
2754 tsan:
2755 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002756 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002757 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002758 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002759 LD: clang
2760 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2761 LDXX: clang++
2762 compile_the_world: true
2763 test_environ:
2764 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2765 timeout_multiplier: 2
2766 ubsan:
2767 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002768 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002769 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002770 DEFINES: NDEBUG
2771 LD: clang
2772 LDFLAGS: -fsanitize=undefined
2773 LDXX: clang++
2774 compile_the_world: true
2775 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002776defaults:
2777 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002778 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002779 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002780 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002781 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002782 global:
2783 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2784 LDFLAGS: -g
2785 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002786 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002787 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002788node_modules:
2789- deps:
2790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002791 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002792 - boringssl
2793 - z
murgatroid9994a75412015-11-19 14:04:53 -08002794 headers:
2795 - src/node/ext/byte_buffer.h
2796 - src/node/ext/call.h
2797 - src/node/ext/call_credentials.h
2798 - src/node/ext/channel.h
2799 - src/node/ext/channel_credentials.h
2800 - src/node/ext/completion_queue_async_worker.h
2801 - src/node/ext/server.h
2802 - src/node/ext/server_credentials.h
2803 - src/node/ext/timeval.h
2804 js:
2805 - src/node/index.js
2806 - src/node/src/client.js
2807 - src/node/src/common.js
2808 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002809 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002810 - src/node/src/metadata.js
2811 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002812 name: grpc_node
2813 src:
2814 - src/node/ext/byte_buffer.cc
2815 - src/node/ext/call.cc
2816 - src/node/ext/call_credentials.cc
2817 - src/node/ext/channel.cc
2818 - src/node/ext/channel_credentials.cc
2819 - src/node/ext/completion_queue_async_worker.cc
2820 - src/node/ext/node_grpc.cc
2821 - src/node/ext/server.cc
2822 - src/node/ext/server_credentials.cc
2823 - src/node/ext/timeval.cc
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002824python_dependencies:
2825 deps:
2826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002827 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002828 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002829 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002830ruby_gem:
2831 deps:
2832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002833 - gpr
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002834 - boringssl
2835 - z