blob: ffa16675d82fb12a95eaa075bbc8c53e85c1d51d [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 Tiller1298afd2016-02-09 12:29:17 -0800109- name: gpr_codegen
110 public_headers:
111 - include/grpc/impl/codegen/alloc.h
112 - include/grpc/impl/codegen/atm.h
113 - include/grpc/impl/codegen/atm_gcc_atomic.h
114 - include/grpc/impl/codegen/atm_gcc_sync.h
115 - include/grpc/impl/codegen/atm_win32.h
116 - include/grpc/impl/codegen/log.h
117 - include/grpc/impl/codegen/port_platform.h
118 - include/grpc/impl/codegen/slice.h
119 - include/grpc/impl/codegen/slice_buffer.h
120 - include/grpc/impl/codegen/sync.h
121 - include/grpc/impl/codegen/sync_generic.h
122 - include/grpc/impl/codegen/sync_posix.h
123 - include/grpc/impl/codegen/sync_win32.h
124 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700125- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700126 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800127 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700128 - include/grpc++/channel.h
129 - include/grpc++/client_context.h
130 - include/grpc++/completion_queue.h
131 - include/grpc++/create_channel.h
132 - include/grpc++/generic/async_generic_service.h
133 - include/grpc++/generic/generic_stub.h
134 - include/grpc++/grpc++.h
135 - include/grpc++/impl/call.h
136 - include/grpc++/impl/client_unary_call.h
137 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800138 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700139 - include/grpc++/impl/proto_utils.h
140 - include/grpc++/impl/rpc_method.h
141 - include/grpc++/impl/rpc_service_method.h
142 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800143 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700144 - include/grpc++/impl/service_type.h
145 - include/grpc++/impl/sync.h
146 - include/grpc++/impl/sync_cxx11.h
147 - include/grpc++/impl/sync_no_cxx11.h
148 - include/grpc++/impl/thd.h
149 - include/grpc++/impl/thd_cxx11.h
150 - include/grpc++/impl/thd_no_cxx11.h
151 - include/grpc++/security/auth_context.h
152 - include/grpc++/security/auth_metadata_processor.h
153 - include/grpc++/security/credentials.h
154 - include/grpc++/security/server_credentials.h
155 - include/grpc++/server.h
156 - include/grpc++/server_builder.h
157 - include/grpc++/server_context.h
158 - include/grpc++/support/async_stream.h
159 - include/grpc++/support/async_unary_call.h
160 - include/grpc++/support/byte_buffer.h
161 - include/grpc++/support/channel_arguments.h
162 - include/grpc++/support/config.h
163 - include/grpc++/support/config_protobuf.h
164 - include/grpc++/support/slice.h
165 - include/grpc++/support/status.h
166 - include/grpc++/support/status_code_enum.h
167 - include/grpc++/support/string_ref.h
168 - include/grpc++/support/stub_options.h
169 - include/grpc++/support/sync_stream.h
170 - include/grpc++/support/time.h
171 headers:
172 - src/cpp/client/create_channel_internal.h
173 - src/cpp/common/create_auth_context.h
174 - src/cpp/server/dynamic_thread_pool.h
175 - src/cpp/server/fixed_size_thread_pool.h
176 - src/cpp/server/thread_pool_interface.h
177 src:
178 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700179 - src/cpp/client/client_context.cc
180 - src/cpp/client/create_channel.cc
181 - src/cpp/client/create_channel_internal.cc
182 - src/cpp/client/credentials.cc
183 - src/cpp/client/generic_stub.cc
184 - src/cpp/client/insecure_credentials.cc
vjpai04e992a2016-02-10 16:58:38 -0800185 - src/cpp/common/alarm.cc
Craig Tiller25834342015-09-25 08:08:24 -0700186 - src/cpp/common/call.cc
yang-g52705592015-11-25 11:45:33 -0800187 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700188 - src/cpp/common/completion_queue.cc
189 - src/cpp/common/rpc_method.cc
190 - src/cpp/proto/proto_utils.cc
191 - src/cpp/server/async_generic_service.cc
192 - src/cpp/server/create_default_thread_pool.cc
193 - src/cpp/server/dynamic_thread_pool.cc
194 - src/cpp/server/fixed_size_thread_pool.cc
195 - src/cpp/server/insecure_server_credentials.cc
196 - src/cpp/server/server.cc
197 - src/cpp/server/server_builder.cc
198 - src/cpp/server/server_context.cc
199 - src/cpp/server/server_credentials.cc
200 - src/cpp/util/byte_buffer.cc
201 - src/cpp/util/slice.cc
202 - src/cpp/util/status.cc
203 - src/cpp/util/string_ref.cc
204 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800205- name: grpc++_codegen
206 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800207 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800208 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800209 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800210 - include/grpc++/impl/codegen/call_hook.h
211 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800212 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800213 - include/grpc++/impl/codegen/client_unary_call.h
214 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800215 - include/grpc++/impl/codegen/completion_queue_tag.h
216 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800217 - include/grpc++/impl/codegen/config_protobuf.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800218 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800219 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800220 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800221 - include/grpc++/impl/codegen/rpc_method.h
222 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800223 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800224 - include/grpc++/impl/codegen/serialization_traits.h
225 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800226 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800227 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800228 - include/grpc++/impl/codegen/status.h
229 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800230 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800231 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800232 - include/grpc++/impl/codegen/sync.h
233 - include/grpc++/impl/codegen/sync_cxx11.h
234 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800235 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800236 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800237 src:
238 - src/cpp/codegen/grpc_library.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700239- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700240 public_headers:
241 - include/grpc/byte_buffer.h
242 - include/grpc/byte_buffer_reader.h
243 - include/grpc/compression.h
244 - include/grpc/grpc.h
245 - include/grpc/status.h
246 headers:
247 - src/core/census/grpc_filter.h
248 - src/core/channel/channel_args.h
249 - src/core/channel/channel_stack.h
250 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700251 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/channel/compress_filter.h
253 - src/core/channel/connected_channel.h
254 - src/core/channel/context.h
255 - src/core/channel/http_client_filter.h
256 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800257 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700258 - src/core/client_config/client_config.h
259 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800260 - src/core/client_config/initial_connect_string.h
Craig Tillereb841e22016-02-11 15:49:16 -0800261 - src/core/client_config/lb_policies/load_balancer_api.h
Craig Tiller25834342015-09-25 08:08:24 -0700262 - src/core/client_config/lb_policies/pick_first.h
263 - src/core/client_config/lb_policies/round_robin.h
264 - src/core/client_config/lb_policy.h
265 - src/core/client_config/lb_policy_factory.h
266 - src/core/client_config/lb_policy_registry.h
267 - src/core/client_config/resolver.h
268 - src/core/client_config/resolver_factory.h
269 - src/core/client_config/resolver_registry.h
270 - src/core/client_config/resolvers/dns_resolver.h
271 - src/core/client_config/resolvers/sockaddr_resolver.h
272 - src/core/client_config/subchannel.h
273 - src/core/client_config/subchannel_factory.h
Craig Tiller25834342015-09-25 08:08:24 -0700274 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800275 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700276 - src/core/compression/message_compress.h
277 - src/core/debug/trace.h
278 - src/core/httpcli/format_request.h
279 - src/core/httpcli/httpcli.h
280 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700281 - src/core/iomgr/closure.h
282 - src/core/iomgr/endpoint.h
283 - src/core/iomgr/endpoint_pair.h
284 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700285 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700286 - src/core/iomgr/fd_posix.h
287 - src/core/iomgr/iocp_windows.h
288 - src/core/iomgr/iomgr.h
289 - src/core/iomgr/iomgr_internal.h
290 - src/core/iomgr/iomgr_posix.h
291 - src/core/iomgr/pollset.h
292 - src/core/iomgr/pollset_posix.h
293 - src/core/iomgr/pollset_set.h
294 - src/core/iomgr/pollset_set_posix.h
295 - src/core/iomgr/pollset_set_windows.h
296 - src/core/iomgr/pollset_windows.h
297 - src/core/iomgr/resolve_address.h
298 - src/core/iomgr/sockaddr.h
299 - src/core/iomgr/sockaddr_posix.h
300 - src/core/iomgr/sockaddr_utils.h
301 - src/core/iomgr/sockaddr_win32.h
302 - src/core/iomgr/socket_utils_posix.h
303 - src/core/iomgr/socket_windows.h
304 - src/core/iomgr/tcp_client.h
305 - src/core/iomgr/tcp_posix.h
306 - src/core/iomgr/tcp_server.h
307 - src/core/iomgr/tcp_windows.h
308 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700309 - src/core/iomgr/timer.h
310 - src/core/iomgr/timer_heap.h
311 - src/core/iomgr/timer_internal.h
Craig Tiller25834342015-09-25 08:08:24 -0700312 - src/core/iomgr/udp_server.h
313 - src/core/iomgr/wakeup_fd_pipe.h
314 - src/core/iomgr/wakeup_fd_posix.h
315 - src/core/iomgr/workqueue.h
316 - src/core/iomgr/workqueue_posix.h
317 - src/core/iomgr/workqueue_windows.h
318 - src/core/json/json.h
319 - src/core/json/json_common.h
320 - src/core/json/json_reader.h
321 - src/core/json/json_writer.h
Craig Tillereb841e22016-02-11 15:49:16 -0800322 - src/core/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller25834342015-09-25 08:08:24 -0700323 - src/core/statistics/census_interface.h
324 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700325 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700326 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700327 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700328 - src/core/surface/channel.h
329 - src/core/surface/completion_queue.h
330 - src/core/surface/event_string.h
331 - src/core/surface/init.h
332 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700333 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800334 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700335 - src/core/transport/chttp2/alpn.h
336 - src/core/transport/chttp2/bin_encoder.h
337 - src/core/transport/chttp2/frame.h
338 - src/core/transport/chttp2/frame_data.h
339 - src/core/transport/chttp2/frame_goaway.h
340 - src/core/transport/chttp2/frame_ping.h
341 - src/core/transport/chttp2/frame_rst_stream.h
342 - src/core/transport/chttp2/frame_settings.h
343 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800344 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700345 - src/core/transport/chttp2/hpack_parser.h
346 - src/core/transport/chttp2/hpack_table.h
347 - src/core/transport/chttp2/http2_errors.h
348 - src/core/transport/chttp2/huffsyms.h
349 - src/core/transport/chttp2/incoming_metadata.h
350 - src/core/transport/chttp2/internal.h
351 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700352 - src/core/transport/chttp2/stream_map.h
353 - src/core/transport/chttp2/timeout_encoding.h
354 - src/core/transport/chttp2/varint.h
355 - src/core/transport/chttp2_transport.h
356 - src/core/transport/connectivity_state.h
357 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800358 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800359 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700360 - src/core/transport/transport.h
361 - src/core/transport/transport_impl.h
362 src:
363 - src/core/census/grpc_context.c
364 - src/core/census/grpc_filter.c
365 - src/core/channel/channel_args.c
366 - src/core/channel/channel_stack.c
367 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700368 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700369 - src/core/channel/compress_filter.c
370 - src/core/channel/connected_channel.c
371 - src/core/channel/http_client_filter.c
372 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800373 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700374 - src/core/client_config/client_config.c
375 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800376 - src/core/client_config/default_initial_connect_string.c
377 - src/core/client_config/initial_connect_string.c
Craig Tillereb841e22016-02-11 15:49:16 -0800378 - src/core/client_config/lb_policies/load_balancer_api.c
Craig Tiller25834342015-09-25 08:08:24 -0700379 - src/core/client_config/lb_policies/pick_first.c
380 - src/core/client_config/lb_policies/round_robin.c
381 - src/core/client_config/lb_policy.c
382 - src/core/client_config/lb_policy_factory.c
383 - src/core/client_config/lb_policy_registry.c
384 - src/core/client_config/resolver.c
385 - src/core/client_config/resolver_factory.c
386 - src/core/client_config/resolver_registry.c
387 - src/core/client_config/resolvers/dns_resolver.c
388 - src/core/client_config/resolvers/sockaddr_resolver.c
389 - src/core/client_config/subchannel.c
390 - src/core/client_config/subchannel_factory.c
Craig Tiller25834342015-09-25 08:08:24 -0700391 - src/core/client_config/uri_parser.c
392 - src/core/compression/algorithm.c
393 - src/core/compression/message_compress.c
394 - src/core/debug/trace.c
395 - src/core/httpcli/format_request.c
396 - src/core/httpcli/httpcli.c
397 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700398 - src/core/iomgr/closure.c
399 - src/core/iomgr/endpoint.c
400 - src/core/iomgr/endpoint_pair_posix.c
401 - src/core/iomgr/endpoint_pair_windows.c
402 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700403 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700404 - src/core/iomgr/fd_posix.c
405 - src/core/iomgr/iocp_windows.c
406 - src/core/iomgr/iomgr.c
407 - src/core/iomgr/iomgr_posix.c
408 - src/core/iomgr/iomgr_windows.c
409 - src/core/iomgr/pollset_multipoller_with_epoll.c
410 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
411 - src/core/iomgr/pollset_posix.c
412 - src/core/iomgr/pollset_set_posix.c
413 - src/core/iomgr/pollset_set_windows.c
414 - src/core/iomgr/pollset_windows.c
415 - src/core/iomgr/resolve_address_posix.c
416 - src/core/iomgr/resolve_address_windows.c
417 - src/core/iomgr/sockaddr_utils.c
418 - src/core/iomgr/socket_utils_common_posix.c
419 - src/core/iomgr/socket_utils_linux.c
420 - src/core/iomgr/socket_utils_posix.c
421 - src/core/iomgr/socket_windows.c
422 - src/core/iomgr/tcp_client_posix.c
423 - src/core/iomgr/tcp_client_windows.c
424 - src/core/iomgr/tcp_posix.c
425 - src/core/iomgr/tcp_server_posix.c
426 - src/core/iomgr/tcp_server_windows.c
427 - src/core/iomgr/tcp_windows.c
428 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700429 - src/core/iomgr/timer.c
430 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700431 - src/core/iomgr/udp_server.c
432 - src/core/iomgr/wakeup_fd_eventfd.c
433 - src/core/iomgr/wakeup_fd_nospecial.c
434 - src/core/iomgr/wakeup_fd_pipe.c
435 - src/core/iomgr/wakeup_fd_posix.c
436 - src/core/iomgr/workqueue_posix.c
437 - src/core/iomgr/workqueue_windows.c
438 - src/core/json/json.c
439 - src/core/json/json_reader.c
440 - src/core/json/json_string.c
441 - src/core/json/json_writer.c
Craig Tillereb841e22016-02-11 15:49:16 -0800442 - src/core/proto/grpc/lb/v0/load_balancer.pb.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100443 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700444 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700445 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700446 - src/core/surface/byte_buffer_reader.c
447 - src/core/surface/call.c
448 - src/core/surface/call_details.c
449 - src/core/surface/call_log_batch.c
450 - src/core/surface/channel.c
451 - src/core/surface/channel_connectivity.c
452 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800453 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700454 - src/core/surface/completion_queue.c
455 - src/core/surface/event_string.c
456 - src/core/surface/init.c
457 - src/core/surface/lame_client.c
458 - src/core/surface/metadata_array.c
459 - src/core/surface/server.c
460 - src/core/surface/server_chttp2.c
461 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800462 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700463 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800464 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700465 - src/core/transport/chttp2/alpn.c
466 - src/core/transport/chttp2/bin_encoder.c
467 - src/core/transport/chttp2/frame_data.c
468 - src/core/transport/chttp2/frame_goaway.c
469 - src/core/transport/chttp2/frame_ping.c
470 - src/core/transport/chttp2/frame_rst_stream.c
471 - src/core/transport/chttp2/frame_settings.c
472 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800473 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700474 - src/core/transport/chttp2/hpack_parser.c
475 - src/core/transport/chttp2/hpack_table.c
476 - src/core/transport/chttp2/huffsyms.c
477 - src/core/transport/chttp2/incoming_metadata.c
478 - src/core/transport/chttp2/parsing.c
479 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700480 - src/core/transport/chttp2/stream_lists.c
481 - src/core/transport/chttp2/stream_map.c
482 - src/core/transport/chttp2/timeout_encoding.c
483 - src/core/transport/chttp2/varint.c
484 - src/core/transport/chttp2/writing.c
485 - src/core/transport/chttp2_transport.c
486 - src/core/transport/connectivity_state.c
487 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800488 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800489 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700490 - src/core/transport/transport.c
491 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800492- name: grpc_codegen
493 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800494 - include/grpc/impl/codegen/byte_buffer.h
495 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800496 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800497 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800498 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800499 - include/grpc/impl/codegen/status.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700500- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700501 headers:
502 - test/core/end2end/cq_verifier.h
503 - test/core/end2end/fixtures/proxy.h
504 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700505 - test/core/util/grpc_profiler.h
506 - test/core/util/parse_hexstring.h
507 - test/core/util/port.h
508 - test/core/util/slice_splitter.h
509 src:
510 - test/core/end2end/cq_verifier.c
511 - test/core/end2end/fixtures/proxy.c
512 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700513 - test/core/util/grpc_profiler.c
514 - test/core/util/parse_hexstring.c
515 - test/core/util/port_posix.c
516 - test/core/util/port_windows.c
517 - test/core/util/slice_splitter.c
Craig Tillereb841e22016-02-11 15:49:16 -0800518- name: nanopb
519 headers:
520 - third_party/nanopb/pb.h
521 - third_party/nanopb/pb_common.h
522 - third_party/nanopb/pb_decode.h
523 - third_party/nanopb/pb_encode.h
524 src:
525 - third_party/nanopb/pb_common.c
526 - third_party/nanopb/pb_decode.c
527 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100528libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800529- name: gpr
530 build: all
531 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800532 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800533 - gpr
534 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800535 secure: false
536 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
537- name: gpr_test_util
538 build: private
539 language: c
540 headers:
541 - test/core/util/test_config.h
542 src:
543 - test/core/util/test_config.c
544 deps:
545 - gpr
546 secure: false
547 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700548- name: grpc
549 build: all
550 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700551 public_headers:
552 - include/grpc/grpc_security.h
553 headers:
554 - src/core/security/auth_filters.h
555 - src/core/security/base64.h
556 - src/core/security/credentials.h
557 - src/core/security/handshake.h
558 - src/core/security/json_token.h
559 - src/core/security/jwt_verifier.h
560 - src/core/security/secure_endpoint.h
561 - src/core/security/security_connector.h
562 - src/core/security/security_context.h
563 - src/core/tsi/fake_transport_security.h
564 - src/core/tsi/ssl_transport_security.h
Craig Tiller0fe5ee72015-12-22 12:50:36 -0800565 - src/core/tsi/ssl_types.h
Craig Tiller25834342015-09-25 08:08:24 -0700566 - src/core/tsi/transport_security.h
567 - src/core/tsi/transport_security_interface.h
568 src:
569 - src/core/httpcli/httpcli_security_connector.c
570 - src/core/security/base64.c
571 - src/core/security/client_auth_filter.c
572 - src/core/security/credentials.c
573 - src/core/security/credentials_metadata.c
574 - src/core/security/credentials_posix.c
575 - src/core/security/credentials_win32.c
576 - src/core/security/google_default_credentials.c
577 - src/core/security/handshake.c
578 - src/core/security/json_token.c
579 - src/core/security/jwt_verifier.c
580 - src/core/security/secure_endpoint.c
581 - src/core/security/security_connector.c
582 - src/core/security/security_context.c
583 - src/core/security/server_auth_filter.c
584 - src/core/security/server_secure_chttp2.c
585 - src/core/surface/init_secure.c
586 - src/core/surface/secure_channel_create.c
587 - src/core/tsi/fake_transport_security.c
588 - src/core/tsi/ssl_transport_security.c
589 - src/core/tsi/transport_security.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800590 deps:
591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700592 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800593 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700594 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700595 filegroups:
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100596 - grpc_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700597 - grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700598 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800599 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700600 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700601 vs_packages:
602 - grpc.dependencies.openssl
603 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700604 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
605- name: grpc_test_util
606 build: private
607 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700608 headers:
609 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800610 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700611 src:
612 - test/core/end2end/data/server1_cert.c
613 - test/core/end2end/data/server1_key.c
614 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800615 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700616 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800617 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800618 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700619 - grpc
620 filegroups:
621 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700622 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
623- name: grpc_test_util_unsecure
624 build: private
625 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700626 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800627 - gpr
628 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800629 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700630 filegroups:
631 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700632 secure: false
633 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
634- name: grpc_unsecure
635 build: all
636 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700637 src:
638 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800639 deps:
640 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700641 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800642 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700643 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700644 filegroups:
645 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800646 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700647 - census
Craig Tillereb841e22016-02-11 15:49:16 -0800648 - nanopb
Craig Tillerbf4b2242015-08-31 15:53:53 -0700649 secure: false
650 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
651- name: grpc_zookeeper
652 build: all
653 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700654 public_headers:
655 - include/grpc/grpc_zookeeper.h
656 headers:
657 - src/core/client_config/resolvers/zookeeper_resolver.h
658 src:
659 - src/core/client_config/resolvers/zookeeper_resolver.c
660 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800661 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700662 - grpc
663 external_deps:
664 - zookeeper
665 platforms:
666 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700667 secure: false
668- name: reconnect_server
669 build: private
670 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700671 headers:
672 - test/core/util/reconnect_server.h
673 src:
674 - test/core/util/reconnect_server.c
675 deps:
yang-gc9fca182015-11-06 16:41:33 -0800676 - test_tcp_server
677 - grpc_test_util
678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800679 - gpr_test_util
680 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800681- name: test_tcp_server
682 build: private
683 language: c
684 headers:
685 - test/core/util/test_tcp_server.h
686 src:
687 - test/core/util/test_tcp_server.c
688 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700689 - grpc_test_util
690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800691 - gpr_test_util
692 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700693- name: grpc++
694 build: all
695 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700696 headers:
697 - src/cpp/client/secure_credentials.h
698 - src/cpp/common/secure_auth_context.h
699 - src/cpp/server/secure_server_credentials.h
700 src:
Craig Tiller25834342015-09-25 08:08:24 -0700701 - src/cpp/client/secure_credentials.cc
702 - src/cpp/common/auth_property_iterator.cc
703 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800704 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700705 - src/cpp/common/secure_create_auth_context.cc
706 - src/cpp/server/secure_server_credentials.cc
707 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700708 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700709 baselib: true
710 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700711 filegroups:
712 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800713 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700714 secure: check
715 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
716- name: grpc++_test_config
717 build: private
718 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700719 headers:
720 - test/cpp/util/test_config.h
721 src:
722 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700723- name: grpc++_test_util
724 build: private
725 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700726 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800727 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800728 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700729 - test/cpp/util/cli_call.h
730 - test/cpp/util/create_test_channel.h
731 - test/cpp/util/string_ref_helper.h
732 - test/cpp/util/subprocess.h
733 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800734 - src/proto/grpc/testing/echo_messages.proto
735 - src/proto/grpc/testing/echo.proto
736 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800737 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800738 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700739 - test/cpp/util/cli_call.cc
740 - test/cpp/util/create_test_channel.cc
741 - test/cpp/util/string_ref_helper.cc
742 - test/cpp/util/subprocess.cc
743 deps:
744 - grpc++
745 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700746- name: grpc++_unsecure
747 build: all
748 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700749 src:
750 - src/cpp/common/insecure_create_auth_context.cc
751 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800752 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700753 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700754 baselib: true
755 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700756 filegroups:
757 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800758 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700759 secure: false
760 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
761- name: grpc_plugin_support
762 build: protoc
763 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700764 headers:
765 - include/grpc++/support/config.h
766 - include/grpc++/support/config_protobuf.h
767 - src/compiler/config.h
768 - src/compiler/cpp_generator.h
769 - src/compiler/cpp_generator_helpers.h
770 - src/compiler/csharp_generator.h
771 - src/compiler/csharp_generator_helpers.h
772 - src/compiler/generator_helpers.h
773 - src/compiler/objective_c_generator.h
774 - src/compiler/objective_c_generator_helpers.h
775 - src/compiler/python_generator.h
776 - src/compiler/ruby_generator.h
777 - src/compiler/ruby_generator_helpers-inl.h
778 - src/compiler/ruby_generator_map-inl.h
779 - src/compiler/ruby_generator_string-inl.h
780 src:
781 - src/compiler/cpp_generator.cc
782 - src/compiler/csharp_generator.cc
783 - src/compiler/objective_c_generator.cc
784 - src/compiler/python_generator.cc
785 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700786 deps: []
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800787 filegroups:
788 - grpc++_codegen
789 - grpc_codegen
Craig Tillerad095982016-02-09 12:45:04 -0800790 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700791 secure: false
792 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
793- name: interop_client_helper
794 build: private
795 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700796 headers:
797 - test/cpp/interop/client_helper.h
798 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800799 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700800 - test/cpp/interop/client_helper.cc
801 deps:
802 - grpc++_test_util
803 - grpc_test_util
804 - grpc++
805 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800806 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700807- name: interop_client_main
808 build: private
809 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700810 headers:
811 - test/cpp/interop/interop_client.h
812 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800813 - src/proto/grpc/testing/empty.proto
814 - src/proto/grpc/testing/messages.proto
815 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700816 - test/cpp/interop/client.cc
817 - test/cpp/interop/interop_client.cc
818 deps:
819 - interop_client_helper
820 - grpc++_test_util
821 - grpc_test_util
822 - grpc++
823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800824 - gpr_test_util
825 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700826 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700827- name: interop_server_helper
828 build: private
829 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700830 headers:
831 - test/cpp/interop/server_helper.h
832 src:
833 - test/cpp/interop/server_helper.cc
834 deps:
835 - grpc_test_util
836 - grpc++
837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700839- name: interop_server_main
840 build: private
841 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700842 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800843 - src/proto/grpc/testing/empty.proto
844 - src/proto/grpc/testing/messages.proto
845 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700846 - test/cpp/interop/server.cc
847 deps:
848 - interop_server_helper
849 - grpc++_test_util
850 - grpc_test_util
851 - grpc++
852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800853 - gpr_test_util
854 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700855 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700856- name: qps
857 build: private
858 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700859 headers:
860 - test/cpp/qps/client.h
861 - test/cpp/qps/driver.h
862 - test/cpp/qps/histogram.h
863 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800864 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700865 - test/cpp/qps/perf_db_client.h
866 - test/cpp/qps/qps_worker.h
867 - test/cpp/qps/report.h
868 - test/cpp/qps/server.h
869 - test/cpp/qps/stats.h
870 - test/cpp/qps/timer.h
871 - test/cpp/util/benchmark_config.h
872 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800873 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800874 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800875 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800876 - src/proto/grpc/testing/control.proto
877 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800878 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700879 - test/cpp/qps/client_async.cc
880 - test/cpp/qps/client_sync.cc
881 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800882 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700883 - test/cpp/qps/perf_db_client.cc
884 - test/cpp/qps/qps_worker.cc
885 - test/cpp/qps/report.cc
886 - test/cpp/qps/server_async.cc
887 - test/cpp/qps/server_sync.cc
888 - test/cpp/qps/timer.cc
889 - test/cpp/util/benchmark_config.cc
890 deps:
891 - grpc_test_util
892 - grpc++_test_util
893 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700894- name: grpc_csharp_ext
895 build: all
896 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700897 src:
898 - src/csharp/ext/grpc_csharp_ext.c
899 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800901 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800902 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800903 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700904 dll: only
905 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700906 vs_packages:
907 - grpc.dependencies.openssl
908 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700909 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700910 vs_props:
911 - zlib
912 - openssl
913 - winsock
914 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700915targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100916- name: alarm_test
917 build: test
918 language: c
919 src:
920 - test/core/surface/alarm_test.c
921 deps:
922 - grpc_test_util
923 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800924 - gpr_test_util
925 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800926- name: algorithm_test
927 build: test
928 language: c
929 src:
930 - test/core/compression/algorithm_test.c
931 deps:
932 - grpc_test_util
933 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800934 - gpr_test_util
935 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800936- name: alloc_test
937 build: test
938 language: c
939 src:
940 - test/core/support/alloc_test.c
941 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800942 - gpr_test_util
943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700944- name: alpn_test
945 build: test
946 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700947 src:
948 - test/core/transport/chttp2/alpn_test.c
949 deps:
950 - grpc_test_util
951 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800952 - gpr_test_util
953 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700954- name: bin_encoder_test
955 build: test
956 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700957 src:
958 - test/core/transport/chttp2/bin_encoder_test.c
959 deps:
960 - grpc_test_util
961 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800962- name: census_context_test
963 build: test
964 language: c
965 src:
966 - test/core/census/context_test.c
967 deps:
968 - grpc_test_util
969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800970 - gpr_test_util
971 - gpr
yang-gc0ed5092015-12-09 08:48:08 -0800972- name: channel_create_test
973 build: test
974 language: c
975 src:
976 - test/core/surface/channel_create_test.c
977 deps:
978 - grpc_test_util
979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800980 - gpr_test_util
981 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800982- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983 build: test
984 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700985 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800986 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700987 deps:
988 - grpc_test_util
989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800990 - gpr_test_util
991 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800992- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700993 build: test
994 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700995 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800996 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700997 deps:
998 - grpc_test_util
999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001000 - gpr_test_util
1001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001002- name: chttp2_stream_map_test
1003 build: test
1004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001005 src:
1006 - test/core/transport/chttp2/stream_map_test.c
1007 deps:
1008 - grpc_test_util
1009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001010 - gpr_test_util
1011 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001012- name: chttp2_varint_test
1013 build: test
1014 language: c
1015 src:
1016 - test/core/transport/chttp2/varint_test.c
1017 deps:
1018 - grpc_test_util
1019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001020 - gpr_test_util
1021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001022- name: compression_test
1023 build: test
1024 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001025 src:
1026 - test/core/compression/compression_test.c
1027 deps:
1028 - grpc_test_util
1029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001030 - gpr_test_util
1031 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001032- name: dns_resolver_test
1033 build: test
1034 language: c
1035 src:
1036 - test/core/client_config/resolvers/dns_resolver_test.c
1037 deps:
1038 - grpc_test_util
1039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001040 - gpr_test_util
1041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001042- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001043 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001044 build: test
1045 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001046 src:
1047 - test/core/end2end/dualstack_socket_test.c
1048 deps:
1049 - grpc_test_util
1050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001051 - gpr_test_util
1052 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001053 platforms:
1054 - mac
1055 - linux
1056 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001057- name: endpoint_pair_test
1058 build: test
1059 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001060 src:
1061 - test/core/iomgr/endpoint_pair_test.c
1062 deps:
1063 - grpc_test_util
1064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001065 - gpr_test_util
1066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001067- name: fd_conservation_posix_test
1068 build: test
1069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001070 src:
1071 - test/core/iomgr/fd_conservation_posix_test.c
1072 deps:
1073 - grpc_test_util
1074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001075 - gpr_test_util
1076 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001077 platforms:
1078 - mac
1079 - linux
1080 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001081- name: fd_posix_test
1082 build: test
1083 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001084 src:
1085 - test/core/iomgr/fd_posix_test.c
1086 deps:
1087 - grpc_test_util
1088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001089 - gpr_test_util
1090 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001091 platforms:
1092 - mac
1093 - linux
1094 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001095- name: fling_client
1096 build: test
1097 run: false
1098 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001099 src:
1100 - test/core/fling/client.c
1101 deps:
1102 - grpc_test_util
1103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001104 - gpr_test_util
1105 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001106- name: fling_server
1107 build: test
1108 run: false
1109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001110 src:
1111 - test/core/fling/server.c
1112 deps:
1113 - grpc_test_util
1114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001115 - gpr_test_util
1116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001118 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001119 build: test
1120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001121 src:
1122 - test/core/fling/fling_stream_test.c
1123 deps:
1124 - grpc_test_util
1125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001126 - gpr_test_util
1127 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001128 platforms:
1129 - mac
1130 - linux
1131 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001132- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001133 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134 build: test
1135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001136 src:
1137 - test/core/fling/fling_test.c
1138 deps:
1139 - grpc_test_util
1140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001141 - gpr_test_util
1142 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001143 platforms:
1144 - mac
1145 - linux
1146 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147- name: gen_hpack_tables
1148 build: tool
1149 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001150 src:
1151 - tools/codegen/core/gen_hpack_tables.c
1152 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001153 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001154 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155- name: gen_legal_metadata_characters
1156 build: tool
1157 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001158 src:
1159 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001160 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001161- name: gpr_avl_test
1162 build: test
1163 language: c
1164 src:
1165 - test/core/support/avl_test.c
1166 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001167 - gpr_test_util
1168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169- name: gpr_cmdline_test
1170 build: test
1171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001172 src:
1173 - test/core/support/cmdline_test.c
1174 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001175 - gpr_test_util
1176 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001177- name: gpr_cpu_test
1178 build: test
1179 language: c
1180 src:
1181 - test/core/support/cpu_test.c
1182 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001183 - gpr_test_util
1184 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185- name: gpr_env_test
1186 build: test
1187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001188 src:
1189 - test/core/support/env_test.c
1190 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001191 - gpr_test_util
1192 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001193- name: gpr_file_test
1194 build: test
1195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001196 src:
1197 - test/core/support/file_test.c
1198 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001199 - gpr_test_util
1200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: gpr_histogram_test
1202 build: test
1203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001204 src:
1205 - test/core/support/histogram_test.c
1206 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr_test_util
1208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209- name: gpr_host_port_test
1210 build: test
1211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001212 src:
1213 - test/core/support/host_port_test.c
1214 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001215 - gpr_test_util
1216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217- name: gpr_log_test
1218 build: test
1219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001220 src:
1221 - test/core/support/log_test.c
1222 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001223 - gpr_test_util
1224 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001225- name: gpr_slice_buffer_test
1226 build: test
1227 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001228 src:
1229 - test/core/support/slice_buffer_test.c
1230 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001231 - gpr_test_util
1232 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001233- name: gpr_slice_test
1234 build: test
1235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001236 src:
1237 - test/core/support/slice_test.c
1238 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr_test_util
1240 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001242 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001243 build: test
1244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001245 src:
1246 - test/core/support/stack_lockfree_test.c
1247 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001248 - gpr_test_util
1249 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001250- name: gpr_string_test
1251 build: test
1252 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001253 src:
1254 - test/core/support/string_test.c
1255 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001256 - gpr_test_util
1257 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001259 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260 build: test
1261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001262 src:
1263 - test/core/support/sync_test.c
1264 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001265 - gpr_test_util
1266 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001267- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001268 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001269 build: test
1270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001271 src:
1272 - test/core/support/thd_test.c
1273 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001274 - gpr_test_util
1275 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001276- name: gpr_time_test
1277 build: test
1278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001279 src:
1280 - test/core/support/time_test.c
1281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr_test_util
1283 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284- name: gpr_tls_test
1285 build: test
1286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001287 src:
1288 - test/core/support/tls_test.c
1289 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001290 - gpr_test_util
1291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292- name: gpr_useful_test
1293 build: test
1294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001295 src:
1296 - test/core/support/useful_test.c
1297 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001300- name: grpc_auth_context_test
1301 build: test
1302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001303 src:
1304 - test/core/security/auth_context_test.c
1305 deps:
1306 - grpc_test_util
1307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr_test_util
1309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: grpc_base64_test
1311 build: test
1312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001313 src:
1314 - test/core/security/base64_test.c
1315 deps:
1316 - grpc_test_util
1317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001318 - gpr_test_util
1319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001320- name: grpc_byte_buffer_reader_test
1321 build: test
1322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001323 src:
1324 - test/core/surface/byte_buffer_reader_test.c
1325 deps:
1326 - grpc_test_util
1327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001328 - gpr_test_util
1329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001330- name: grpc_channel_args_test
1331 build: test
1332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001333 src:
1334 - test/core/channel/channel_args_test.c
1335 deps:
1336 - grpc_test_util
1337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001338 - gpr_test_util
1339 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001340- name: grpc_channel_stack_test
1341 build: test
1342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001343 src:
1344 - test/core/channel/channel_stack_test.c
1345 deps:
1346 - grpc_test_util
1347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001348 - gpr_test_util
1349 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001350- name: grpc_completion_queue_test
1351 build: test
1352 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001353 src:
1354 - test/core/surface/completion_queue_test.c
1355 deps:
1356 - grpc_test_util
1357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001358 - gpr_test_util
1359 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001360- name: grpc_create_jwt
1361 build: tool
1362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001363 src:
1364 - test/core/security/create_jwt.c
1365 deps:
1366 - grpc_test_util
1367 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001368 - gpr_test_util
1369 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001370- name: grpc_credentials_test
1371 build: test
1372 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001373 src:
1374 - test/core/security/credentials_test.c
1375 deps:
1376 - grpc_test_util
1377 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001378 - gpr_test_util
1379 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001380- name: grpc_fetch_oauth2
1381 build: tool
1382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001383 src:
1384 - test/core/security/fetch_oauth2.c
1385 deps:
1386 - grpc_test_util
1387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001388 - gpr_test_util
1389 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001390- name: grpc_invalid_channel_args_test
1391 build: test
1392 language: c
1393 src:
1394 - test/core/surface/invalid_channel_args_test.c
1395 deps:
1396 - grpc_test_util
1397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001398 - gpr_test_util
1399 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001400- name: grpc_json_token_test
1401 build: test
1402 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001403 src:
1404 - test/core/security/json_token_test.c
1405 deps:
1406 - grpc_test_util
1407 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001408 - gpr_test_util
1409 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001410 platforms:
1411 - linux
1412 - posix
1413 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001414- name: grpc_jwt_verifier_test
1415 build: test
1416 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001417 src:
1418 - test/core/security/jwt_verifier_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001422 - gpr_test_util
1423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001424- name: grpc_print_google_default_creds_token
1425 build: tool
1426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001427 src:
1428 - test/core/security/print_google_default_creds_token.c
1429 deps:
1430 - grpc_test_util
1431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001432 - gpr_test_util
1433 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001434- name: grpc_security_connector_test
1435 build: test
1436 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001437 src:
1438 - test/core/security/security_connector_test.c
1439 deps:
1440 - grpc_test_util
1441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001442 - gpr_test_util
1443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001444- name: grpc_verify_jwt
1445 build: tool
1446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001447 src:
1448 - test/core/security/verify_jwt.c
1449 deps:
1450 - grpc_test_util
1451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001452 - gpr_test_util
1453 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001454- name: hpack_parser_test
1455 build: test
1456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001457 src:
1458 - test/core/transport/chttp2/hpack_parser_test.c
1459 deps:
1460 - grpc_test_util
1461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: hpack_table_test
1465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/transport/chttp2/hpack_table_test.c
1469 deps:
1470 - grpc_test_util
1471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474- name: httpcli_format_request_test
1475 build: test
1476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001477 src:
1478 - test/core/httpcli/format_request_test.c
1479 deps:
1480 - grpc_test_util
1481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001482 - gpr_test_util
1483 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001484- name: httpcli_parser_test
1485 build: test
1486 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001487 src:
1488 - test/core/httpcli/parser_test.c
1489 deps:
1490 - grpc_test_util
1491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001492 - gpr_test_util
1493 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001494- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001495 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001496 build: test
1497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001498 src:
1499 - test/core/httpcli/httpcli_test.c
1500 deps:
1501 - grpc_test_util
1502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr_test_util
1504 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001505 platforms:
1506 - mac
1507 - linux
1508 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001509- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001510 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001511 build: test
1512 language: c
1513 src:
1514 - test/core/httpcli/httpscli_test.c
1515 deps:
1516 - grpc_test_util
1517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001518 - gpr_test_util
1519 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001520 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001521 - linux
yang-gf1183302015-12-07 16:02:05 -08001522- name: init_test
1523 build: test
1524 language: c
1525 src:
1526 - test/core/surface/init_test.c
1527 deps:
1528 - grpc_test_util
1529 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001530 - gpr_test_util
1531 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001532- name: invalid_call_argument_test
1533 build: test
1534 language: c
1535 src:
1536 - test/core/end2end/invalid_call_argument_test.c
1537 deps:
1538 - grpc_test_util
1539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001540 - gpr_test_util
1541 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001542- name: json_rewrite
1543 build: test
1544 run: false
1545 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001546 src:
1547 - test/core/json/json_rewrite.c
1548 deps:
1549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001550 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001551- name: json_rewrite_test
1552 build: test
1553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001554 src:
1555 - test/core/json/json_rewrite_test.c
1556 deps:
1557 - grpc_test_util
1558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001559 - gpr_test_util
1560 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001561- name: json_stream_error_test
1562 build: test
1563 language: c
1564 src:
1565 - test/core/json/json_stream_error_test.c
1566 deps:
1567 - grpc_test_util
1568 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001569 - gpr_test_util
1570 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001571- name: json_test
1572 build: test
1573 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001574 src:
1575 - test/core/json/json_test.c
1576 deps:
1577 - grpc_test_util
1578 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001579 - gpr_test_util
1580 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001581- name: lame_client_test
1582 build: test
1583 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001584 src:
1585 - test/core/surface/lame_client_test.c
1586 deps:
1587 - grpc_test_util
1588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001589 - gpr_test_util
1590 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001591- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001592 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001593 build: test
1594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001595 src:
1596 - test/core/client_config/lb_policies_test.c
1597 deps:
1598 - grpc_test_util
1599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001602- name: low_level_ping_pong_benchmark
1603 build: benchmark
1604 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001605 src:
1606 - test/core/network_benchmarks/low_level_ping_pong.c
1607 deps:
1608 - grpc_test_util
1609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001610 - gpr_test_util
1611 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001612 platforms:
1613 - mac
1614 - linux
1615 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616- name: message_compress_test
1617 build: test
1618 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001619 src:
1620 - test/core/compression/message_compress_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: multiple_server_queues_test
1627 build: test
1628 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001629 src:
1630 - test/core/end2end/multiple_server_queues_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: murmur_hash_test
1637 build: test
1638 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001639 src:
1640 - test/core/support/murmur_hash_test.c
1641 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001642 - gpr_test_util
1643 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001644- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001645 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001646 build: test
1647 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001648 src:
1649 - test/core/end2end/no_server_test.c
1650 deps:
1651 - grpc_test_util
1652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001655- name: resolve_address_test
1656 build: test
1657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001658 src:
1659 - test/core/iomgr/resolve_address_test.c
1660 deps:
1661 - grpc_test_util
1662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001663 - gpr_test_util
1664 - gpr
yang-gd482e592015-12-10 14:04:00 -08001665- name: secure_channel_create_test
1666 build: test
1667 language: c
1668 src:
1669 - test/core/surface/secure_channel_create_test.c
1670 deps:
1671 - grpc_test_util
1672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001673 - gpr_test_util
1674 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675- name: secure_endpoint_test
1676 build: test
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
1679 - test/core/security/secure_endpoint_test.c
1680 deps:
1681 - grpc_test_util
1682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001685- name: server_chttp2_test
1686 build: test
1687 language: c
1688 src:
1689 - test/core/surface/server_chttp2_test.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001693 - gpr_test_util
1694 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001695- name: server_test
1696 build: test
1697 language: c
1698 src:
1699 - test/core/surface/server_test.c
1700 deps:
1701 - grpc_test_util
1702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001703 - gpr_test_util
1704 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001705- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001706 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001707 build: test
1708 language: c
1709 src:
1710 - test/core/client_config/set_initial_connect_string_test.c
1711 deps:
1712 - test_tcp_server
1713 - grpc_test_util
1714 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001715 - gpr_test_util
1716 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001717- name: sockaddr_resolver_test
1718 build: test
1719 language: c
1720 src:
1721 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1722 deps:
1723 - grpc_test_util
1724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001725 - gpr_test_util
1726 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001727- name: sockaddr_utils_test
1728 build: test
1729 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001730 src:
1731 - test/core/iomgr/sockaddr_utils_test.c
1732 deps:
1733 - grpc_test_util
1734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001737- name: socket_utils_test
1738 build: test
1739 language: c
1740 src:
1741 - test/core/iomgr/socket_utils_test.c
1742 deps:
1743 - grpc_test_util
1744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001745 - gpr_test_util
1746 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001747 platforms:
1748 - mac
1749 - linux
1750 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001752 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001753 build: test
1754 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001755 src:
1756 - test/core/iomgr/tcp_client_posix_test.c
1757 deps:
1758 - grpc_test_util
1759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001760 - gpr_test_util
1761 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001762 platforms:
1763 - mac
1764 - linux
1765 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001766- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001767 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768 build: test
1769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001770 src:
1771 - test/core/iomgr/tcp_posix_test.c
1772 deps:
1773 - grpc_test_util
1774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001777 platforms:
1778 - mac
1779 - linux
1780 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001781- name: tcp_server_posix_test
1782 build: test
1783 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001784 src:
1785 - test/core/iomgr/tcp_server_posix_test.c
1786 deps:
1787 - grpc_test_util
1788 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001789 - gpr_test_util
1790 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001791 platforms:
1792 - mac
1793 - linux
1794 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001795- name: time_averaged_stats_test
1796 build: test
1797 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001798 src:
1799 - test/core/iomgr/time_averaged_stats_test.c
1800 deps:
1801 - grpc_test_util
1802 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001803 - gpr_test_util
1804 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805- name: timeout_encoding_test
1806 build: test
1807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001808 src:
1809 - test/core/transport/chttp2/timeout_encoding_test.c
1810 deps:
1811 - grpc_test_util
1812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001813 - gpr_test_util
1814 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001815- name: timer_heap_test
1816 build: test
1817 language: c
1818 src:
1819 - test/core/iomgr/timer_heap_test.c
1820 deps:
1821 - grpc_test_util
1822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr_test_util
1824 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001825- name: timer_list_test
1826 build: test
1827 language: c
1828 src:
1829 - test/core/iomgr/timer_list_test.c
1830 deps:
1831 - grpc_test_util
1832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001833 - gpr_test_util
1834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001835- name: timers_test
1836 build: test
1837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001838 src:
1839 - test/core/profiling/timers_test.c
1840 deps:
1841 - grpc_test_util
1842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001845- name: transport_connectivity_state_test
1846 build: test
1847 language: c
1848 src:
1849 - test/core/transport/connectivity_state_test.c
1850 deps:
1851 - grpc_test_util
1852 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001853 - gpr_test_util
1854 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001855- name: transport_metadata_test
1856 build: test
1857 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001858 src:
1859 - test/core/transport/metadata_test.c
1860 deps:
1861 - grpc_test_util
1862 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001863 - gpr_test_util
1864 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001865- name: transport_security_test
1866 build: test
1867 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001868 src:
1869 - test/core/tsi/transport_security_test.c
1870 deps:
1871 - grpc_test_util
1872 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001873 - gpr_test_util
1874 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001875 platforms:
1876 - linux
1877 - posix
1878 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001879- name: udp_server_test
1880 build: test
1881 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001882 src:
1883 - test/core/iomgr/udp_server_test.c
1884 deps:
1885 - grpc_test_util
1886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001887 - gpr_test_util
1888 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001889 platforms:
1890 - mac
1891 - linux
1892 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: uri_parser_test
1894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
1897 - test/core/client_config/uri_parser_test.c
1898 deps:
1899 - grpc_test_util
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001903- name: workqueue_test
1904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
1907 - test/core/iomgr/workqueue_test.c
1908 deps:
1909 - grpc_test_util
1910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001911 - gpr_test_util
1912 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001913 platforms:
1914 - mac
1915 - linux
1916 - posix
vjpai04e992a2016-02-10 16:58:38 -08001917- name: alarm_cpp_test
1918 build: test
1919 language: c++
1920 src:
1921 - test/cpp/common/alarm_cpp_test.cc
1922 deps:
1923 - grpc++_test_util
1924 - grpc_test_util
1925 - grpc++
1926 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001927 - gpr_test_util
1928 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001929- name: async_end2end_test
1930 build: test
1931 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001932 src:
1933 - test/cpp/end2end/async_end2end_test.cc
1934 deps:
1935 - grpc++_test_util
1936 - grpc_test_util
1937 - grpc++
1938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001939 - gpr_test_util
1940 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001941- name: async_streaming_ping_pong_test
1942 build: test
1943 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001944 src:
1945 - test/cpp/qps/async_streaming_ping_pong_test.cc
1946 deps:
1947 - qps
1948 - grpc++_test_util
1949 - grpc_test_util
1950 - grpc++
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: async_unary_ping_pong_test
1959 build: test
1960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001961 src:
1962 - test/cpp/qps/async_unary_ping_pong_test.cc
1963 deps:
1964 - qps
1965 - grpc++_test_util
1966 - grpc_test_util
1967 - grpc++
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001971 platforms:
1972 - mac
1973 - linux
1974 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001975- name: auth_property_iterator_test
1976 build: test
1977 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001978 src:
1979 - test/cpp/common/auth_property_iterator_test.cc
1980 deps:
1981 - grpc++_test_util
1982 - grpc_test_util
1983 - grpc++
1984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: channel_arguments_test
1988 build: test
1989 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
yang-g52705592015-11-25 11:45:33 -08001991 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001992 deps:
1993 - grpc++
1994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001995 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: cli_call_test
1997 build: test
1998 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/cpp/util/cli_call_test.cc
2001 deps:
2002 - grpc++_test_util
2003 - grpc_test_util
2004 - grpc++
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr_test_util
2007 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008- name: client_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002009 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002010 build: test
2011 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002012 src:
2013 - test/cpp/end2end/client_crash_test.cc
2014 deps:
2015 - grpc++_test_util
2016 - grpc_test_util
2017 - grpc++
2018 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002019 - gpr_test_util
2020 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002021 platforms:
2022 - mac
2023 - linux
2024 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025- name: client_crash_test_server
2026 build: test
2027 run: false
2028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
2030 - test/cpp/end2end/client_crash_test_server.cc
2031 deps:
2032 - grpc++_test_util
2033 - grpc_test_util
2034 - grpc++
2035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002038- name: credentials_test
2039 build: test
2040 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002041 src:
2042 - test/cpp/client/credentials_test.cc
2043 deps:
2044 - grpc++
2045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002047- name: cxx_byte_buffer_test
2048 build: test
2049 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002050 src:
2051 - test/cpp/util/byte_buffer_test.cc
2052 deps:
2053 - grpc_test_util
2054 - grpc++
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058- name: cxx_slice_test
2059 build: test
2060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002061 src:
2062 - test/cpp/util/slice_test.cc
2063 deps:
2064 - grpc_test_util
2065 - grpc++
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002069- name: cxx_string_ref_test
2070 build: test
2071 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002072 src:
2073 - test/cpp/util/string_ref_test.cc
2074 deps:
2075 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002076- name: cxx_time_test
2077 build: test
2078 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
2080 - test/cpp/util/time_test.cc
2081 deps:
2082 - grpc_test_util
2083 - grpc++
2084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: end2end_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002088 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089 build: test
2090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002091 src:
2092 - test/cpp/end2end/end2end_test.cc
2093 deps:
2094 - grpc++_test_util
2095 - grpc_test_util
2096 - grpc++
2097 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002098 - gpr_test_util
2099 - gpr
vjpai083dc622016-01-11 09:41:17 -08002100- name: generic_async_streaming_ping_pong_test
2101 build: test
2102 language: c++
2103 src:
2104 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2105 deps:
2106 - qps
2107 - grpc++_test_util
2108 - grpc_test_util
2109 - grpc++
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
vjpai083dc622016-01-11 09:41:17 -08002113 platforms:
2114 - mac
2115 - linux
2116 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002117- name: generic_end2end_test
2118 build: test
2119 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002120 src:
2121 - test/cpp/end2end/generic_end2end_test.cc
2122 deps:
2123 - grpc++_test_util
2124 - grpc_test_util
2125 - grpc++
2126 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002127 - gpr_test_util
2128 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002129- name: grpc_cli
2130 build: test
2131 run: false
2132 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002133 src:
2134 - test/cpp/util/grpc_cli.cc
2135 deps:
2136 - grpc++_test_util
2137 - grpc_test_util
2138 - grpc++
2139 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002140 - gpr_test_util
2141 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002142 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: grpc_cpp_plugin
2144 build: protoc
2145 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
2147 - src/compiler/cpp_plugin.cc
2148 deps:
2149 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150 secure: false
2151 vs_config_type: Application
2152 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2153- name: grpc_csharp_plugin
2154 build: protoc
2155 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002156 src:
2157 - src/compiler/csharp_plugin.cc
2158 deps:
2159 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002160 secure: false
2161 vs_config_type: Application
2162 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2163- name: grpc_objective_c_plugin
2164 build: protoc
2165 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002166 src:
2167 - src/compiler/objective_c_plugin.cc
2168 deps:
2169 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002170 secure: false
2171 vs_config_type: Application
2172 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2173- name: grpc_python_plugin
2174 build: protoc
2175 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002176 src:
2177 - src/compiler/python_plugin.cc
2178 deps:
2179 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180 secure: false
2181 vs_config_type: Application
2182 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2183- name: grpc_ruby_plugin
2184 build: protoc
2185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002186 src:
2187 - src/compiler/ruby_plugin.cc
2188 deps:
2189 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002190 secure: false
2191 vs_config_type: Application
2192 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002193- name: grpclb_api_test
2194 build: test
2195 language: c++
2196 src:
2197 - src/proto/grpc/lb/v0/load_balancer.proto
2198 - test/cpp/grpclb/grpclb_api_test.cc
2199 deps:
2200 - grpc++_test_util
2201 - grpc_test_util
2202 - grpc++
2203 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002204- name: hybrid_end2end_test
2205 build: test
2206 language: c++
2207 src:
2208 - test/cpp/end2end/hybrid_end2end_test.cc
2209 deps:
2210 - grpc++_test_util
2211 - grpc_test_util
2212 - grpc++
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: interop_client
2217 build: test
2218 run: false
2219 language: c++
2220 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002221 deps:
2222 - interop_client_main
2223 - interop_client_helper
2224 - grpc++_test_util
2225 - grpc_test_util
2226 - grpc++
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002230 - grpc++_test_config
2231 platforms:
2232 - mac
2233 - linux
2234 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: interop_server
2236 build: test
2237 run: false
2238 language: c++
2239 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002240 deps:
2241 - interop_server_main
2242 - interop_server_helper
2243 - grpc++_test_util
2244 - grpc_test_util
2245 - grpc++
2246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002249 - grpc++_test_config
2250 platforms:
2251 - mac
2252 - linux
2253 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002255 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256 build: test
2257 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
2259 - test/cpp/interop/interop_test.cc
2260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002265 platforms:
2266 - mac
2267 - linux
2268 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002269- name: metrics_client
2270 build: test
2271 run: false
2272 language: c++
2273 headers:
2274 - test/cpp/util/metrics_server.h
2275 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002276 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002277 - test/cpp/interop/metrics_client.cc
2278 deps:
2279 - grpc++
2280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002282 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283- name: mock_test
2284 build: test
2285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
2287 - test/cpp/end2end/mock_test.cc
2288 deps:
2289 - grpc++_test_util
2290 - grpc_test_util
2291 - grpc++
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: qps_driver
2296 build: benchmark
2297 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
2299 - test/cpp/qps/qps_driver.cc
2300 deps:
2301 - qps
2302 - grpc++_test_util
2303 - grpc_test_util
2304 - grpc++
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002308 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: qps_interarrival_test
2310 build: test
2311 run: false
2312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/cpp/qps/qps_interarrival_test.cc
2315 deps:
2316 - qps
2317 - grpc++_test_util
2318 - grpc_test_util
2319 - grpc++
2320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002321 - gpr_test_util
2322 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002323 platforms:
2324 - mac
2325 - linux
2326 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002327- name: qps_openloop_test
2328 build: test
Nicolas "Pixel" Noble895a2df2015-10-27 21:27:10 +01002329 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002331 src:
2332 - test/cpp/qps/qps_openloop_test.cc
2333 deps:
2334 - qps
2335 - grpc++_test_util
2336 - grpc_test_util
2337 - grpc++
2338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002341 - grpc++_test_config
2342 platforms:
2343 - mac
2344 - linux
2345 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002346- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002347 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002348 build: test
2349 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002350 src:
2351 - test/cpp/qps/qps_test.cc
2352 deps:
2353 - qps
2354 - grpc++_test_util
2355 - grpc_test_util
2356 - grpc++
2357 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002358 - gpr_test_util
2359 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002360 - grpc++_test_config
2361 exclude_configs:
2362 - tsan
2363 platforms:
2364 - mac
2365 - linux
2366 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: qps_worker
2368 build: benchmark
2369 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002370 headers:
2371 - test/cpp/qps/client.h
2372 - test/cpp/qps/server.h
2373 src:
2374 - test/cpp/qps/worker.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
Craig Tillerbf4b2242015-08-31 15:53:53 -07002384- name: reconnect_interop_client
2385 build: test
2386 run: false
2387 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002388 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002389 - src/proto/grpc/testing/empty.proto
2390 - src/proto/grpc/testing/messages.proto
2391 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002392 - test/cpp/interop/reconnect_interop_client.cc
2393 deps:
2394 - grpc++_test_util
2395 - grpc_test_util
2396 - grpc++
2397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002398 - gpr_test_util
2399 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002400 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002401- name: reconnect_interop_server
2402 build: test
2403 run: false
2404 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002405 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002406 - src/proto/grpc/testing/empty.proto
2407 - src/proto/grpc/testing/messages.proto
2408 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002409 - test/cpp/interop/reconnect_interop_server.cc
2410 deps:
2411 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002412 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002413 - grpc++_test_util
2414 - grpc_test_util
2415 - grpc++
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002419 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: secure_auth_context_test
2421 build: test
2422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002423 src:
2424 - test/cpp/common/secure_auth_context_test.cc
2425 deps:
2426 - grpc++_test_util
2427 - grpc_test_util
2428 - grpc++
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002432- name: secure_sync_unary_ping_pong_test
2433 build: test
2434 language: c++
2435 src:
2436 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2437 deps:
2438 - qps
2439 - grpc++_test_util
2440 - grpc_test_util
2441 - grpc++
2442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002443 - gpr_test_util
2444 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002445 platforms:
2446 - mac
2447 - linux
2448 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449- name: server_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002450 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002451 build: test
2452 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002453 src:
2454 - test/cpp/end2end/server_crash_test.cc
2455 deps:
2456 - grpc++_test_util
2457 - grpc_test_util
2458 - grpc++
2459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002460 - gpr_test_util
2461 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002462 platforms:
2463 - mac
2464 - linux
2465 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: server_crash_test_client
2467 build: test
2468 run: false
2469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002470 src:
2471 - test/cpp/end2end/server_crash_test_client.cc
2472 deps:
2473 - grpc++_test_util
2474 - grpc_test_util
2475 - grpc++
2476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002477 - gpr_test_util
2478 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002479- name: shutdown_test
2480 build: test
2481 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002482 src:
2483 - test/cpp/end2end/shutdown_test.cc
2484 deps:
2485 - grpc++_test_util
2486 - grpc_test_util
2487 - grpc++
2488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002489 - gpr_test_util
2490 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002491- name: status_test
2492 build: test
2493 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002494 src:
2495 - test/cpp/util/status_test.cc
2496 deps:
2497 - grpc_test_util
2498 - grpc++
2499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr_test_util
2501 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002502- name: streaming_throughput_test
2503 build: test
2504 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002505 src:
2506 - test/cpp/end2end/streaming_throughput_test.cc
2507 deps:
2508 - grpc++_test_util
2509 - grpc_test_util
2510 - grpc++
2511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002512 - gpr_test_util
2513 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002514 platforms:
2515 - mac
2516 - linux
2517 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002518- name: stress_test
2519 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002520 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002521 language: c++
2522 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002523 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002524 - test/cpp/interop/interop_client.h
2525 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002526 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002527 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002528 - src/proto/grpc/testing/empty.proto
2529 - src/proto/grpc/testing/messages.proto
2530 - src/proto/grpc/testing/metrics.proto
2531 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002532 - test/cpp/interop/interop_client.cc
2533 - test/cpp/interop/stress_interop_client.cc
2534 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002535 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002536 deps:
2537 - grpc++_test_util
2538 - grpc_test_util
2539 - grpc++
2540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002541 - gpr_test_util
2542 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002543 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002544- name: sync_streaming_ping_pong_test
2545 build: test
2546 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002547 src:
2548 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2549 deps:
2550 - qps
2551 - grpc++_test_util
2552 - grpc_test_util
2553 - grpc++
2554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002555 - gpr_test_util
2556 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002557 platforms:
2558 - mac
2559 - linux
2560 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002561- name: sync_unary_ping_pong_test
2562 build: test
2563 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002564 src:
2565 - test/cpp/qps/sync_unary_ping_pong_test.cc
2566 deps:
2567 - qps
2568 - grpc++_test_util
2569 - grpc_test_util
2570 - grpc++
2571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002572 - gpr_test_util
2573 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002574 platforms:
2575 - mac
2576 - linux
2577 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578- name: thread_stress_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002579 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580 build: test
2581 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002582 src:
2583 - test/cpp/end2end/thread_stress_test.cc
2584 deps:
2585 - grpc++_test_util
2586 - grpc_test_util
2587 - grpc++
2588 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002589 - gpr_test_util
2590 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002591- name: zookeeper_test
2592 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002593 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002595 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002596 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002597 - test/cpp/end2end/zookeeper_test.cc
2598 deps:
2599 - grpc++_test_util
2600 - grpc_test_util
2601 - grpc++
2602 - grpc_zookeeper
2603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002604 - gpr_test_util
2605 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002606 external_deps:
2607 - zookeeper
2608 platforms:
2609 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002610- name: public_headers_must_be_c89
2611 build: test
2612 language: c89
2613 src:
2614 - test/core/surface/public_headers_must_be_c89.c
2615 deps:
2616 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002617 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002618vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002619- linkage: static
2620 name: grpc.dependencies.zlib
2621 props: false
2622 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002623 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002624- linkage: static
2625 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002626 props: true
2627 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002628 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002629- name: gflags
2630 props: false
2631 redist: false
2632 version: 2.1.2.1
2633- name: gtest
2634 props: false
2635 redist: false
2636 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002637configs:
2638 asan:
2639 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002640 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002641 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002642 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002643 LD: clang
2644 LDFLAGS: -fsanitize=address
2645 LDXX: clang++
2646 compile_the_world: true
2647 test_environ:
2648 ASAN_OPTIONS: suppressions=tools/asan_suppressions.txt:detect_leaks=1:color=always
2649 LSAN_OPTIONS: suppressions=tools/asan_suppressions.txt:report_objects=1
Craig Tiller81df68d2016-01-21 13:59:50 -08002650 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002651 asan-noleaks:
2652 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002653 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002654 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002655 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002656 LD: clang
2657 LDFLAGS: -fsanitize=address
2658 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002659 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002660 test_environ:
2661 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tiller81df68d2016-01-21 13:59:50 -08002662 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002663 basicprof:
2664 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2665 DEFINES: NDEBUG
2666 dbg:
2667 CPPFLAGS: -O0
2668 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002669 gcov:
2670 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002671 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002672 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002673 DEFINES: _DEBUG DEBUG GPR_GCOV
2674 LD: gcc
2675 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2676 LDXX: g++
2677 helgrind:
2678 CPPFLAGS: -O0
2679 DEFINES: _DEBUG DEBUG
2680 LDFLAGS: -rdynamic
2681 timeout_multiplier: 20
2682 valgrind: --tool=helgrind
2683 memcheck:
2684 CPPFLAGS: -O0
2685 DEFINES: _DEBUG DEBUG
2686 LDFLAGS: -rdynamic
2687 timeout_multiplier: 10
2688 valgrind: --tool=memcheck --leak-check=full
2689 msan:
2690 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002691 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002692 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002693 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002694 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002695 DEFINES: NDEBUG
2696 LD: clang
2697 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2698 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2699 LDXX: clang++
2700 compile_the_world: true
Craig Tiller3e301a32016-01-27 15:36:52 -08002701 timeout_multiplier: 2
Craig Tillera0f85172016-01-20 15:56:06 -08002702 mutrace:
2703 CPPFLAGS: -O0
2704 DEFINES: _DEBUG DEBUG
2705 LDFLAGS: -rdynamic
2706 opt:
2707 CPPFLAGS: -O2
2708 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002709 stapprof:
2710 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2711 DEFINES: NDEBUG
2712 tsan:
2713 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002714 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002715 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002716 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002717 LD: clang
2718 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2719 LDXX: clang++
2720 compile_the_world: true
2721 test_environ:
2722 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2723 timeout_multiplier: 2
2724 ubsan:
2725 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002726 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002727 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002728 DEFINES: NDEBUG
2729 LD: clang
2730 LDFLAGS: -fsanitize=undefined
2731 LDXX: clang++
2732 compile_the_world: true
2733 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002734defaults:
2735 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002736 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002737 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002738 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002739 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002740 global:
2741 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2742 LDFLAGS: -g
2743 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002744 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002745 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002746node_modules:
2747- deps:
2748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002749 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002750 - boringssl
2751 - z
murgatroid9994a75412015-11-19 14:04:53 -08002752 headers:
2753 - src/node/ext/byte_buffer.h
2754 - src/node/ext/call.h
2755 - src/node/ext/call_credentials.h
2756 - src/node/ext/channel.h
2757 - src/node/ext/channel_credentials.h
2758 - src/node/ext/completion_queue_async_worker.h
2759 - src/node/ext/server.h
2760 - src/node/ext/server_credentials.h
2761 - src/node/ext/timeval.h
2762 js:
2763 - src/node/index.js
2764 - src/node/src/client.js
2765 - src/node/src/common.js
2766 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002767 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002768 - src/node/src/metadata.js
2769 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002770 name: grpc_node
2771 src:
2772 - src/node/ext/byte_buffer.cc
2773 - src/node/ext/call.cc
2774 - src/node/ext/call_credentials.cc
2775 - src/node/ext/channel.cc
2776 - src/node/ext/channel_credentials.cc
2777 - src/node/ext/completion_queue_async_worker.cc
2778 - src/node/ext/node_grpc.cc
2779 - src/node/ext/server.cc
2780 - src/node/ext/server_credentials.cc
2781 - src/node/ext/timeval.cc
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002782python_dependencies:
2783 deps:
2784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002785 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002786 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002787 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002788ruby_gem:
2789 deps:
2790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002791 - gpr
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002792 - boringssl
2793 - z