blob: f3bd495a472a8b1f9daa35c2c484013363797c05 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
16 - src/core/census/aggregation.h
Alistair Veitch85afe712016-02-02 17:58:15 -080017 - src/core/census/log.h
Craig Tiller25834342015-09-25 08:08:24 -070018 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
Alistair Veitch85afe712016-02-02 17:58:15 -080022 - src/core/census/log.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010024 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070025 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010026- name: gpr
27 public_headers:
28 - include/grpc/support/alloc.h
29 - include/grpc/support/atm.h
30 - include/grpc/support/atm_gcc_atomic.h
31 - include/grpc/support/atm_gcc_sync.h
32 - include/grpc/support/atm_win32.h
33 - include/grpc/support/avl.h
34 - include/grpc/support/cmdline.h
35 - include/grpc/support/cpu.h
36 - include/grpc/support/histogram.h
37 - include/grpc/support/host_port.h
38 - include/grpc/support/log.h
39 - include/grpc/support/log_win32.h
40 - include/grpc/support/port_platform.h
41 - include/grpc/support/slice.h
42 - include/grpc/support/slice_buffer.h
43 - include/grpc/support/string_util.h
44 - include/grpc/support/subprocess.h
45 - include/grpc/support/sync.h
46 - include/grpc/support/sync_generic.h
47 - include/grpc/support/sync_posix.h
48 - include/grpc/support/sync_win32.h
49 - include/grpc/support/thd.h
50 - include/grpc/support/time.h
51 - include/grpc/support/tls.h
52 - include/grpc/support/tls_gcc.h
53 - include/grpc/support/tls_msvc.h
54 - include/grpc/support/tls_pthread.h
55 - include/grpc/support/useful.h
56 headers:
57 - src/core/profiling/timers.h
58 - src/core/support/block_annotate.h
59 - src/core/support/env.h
60 - src/core/support/file.h
61 - src/core/support/murmur_hash.h
62 - src/core/support/stack_lockfree.h
63 - src/core/support/string.h
64 - src/core/support/string_win32.h
65 - src/core/support/thd_internal.h
66 - src/core/support/time_precise.h
67 src:
68 - src/core/profiling/basic_timers.c
69 - src/core/profiling/stap_timers.c
70 - src/core/support/alloc.c
71 - src/core/support/avl.c
72 - src/core/support/cmdline.c
73 - src/core/support/cpu_iphone.c
74 - src/core/support/cpu_linux.c
75 - src/core/support/cpu_posix.c
76 - src/core/support/cpu_windows.c
77 - src/core/support/env_linux.c
78 - src/core/support/env_posix.c
79 - src/core/support/env_win32.c
80 - src/core/support/file.c
81 - src/core/support/file_posix.c
82 - src/core/support/file_win32.c
83 - src/core/support/histogram.c
84 - src/core/support/host_port.c
85 - src/core/support/log.c
86 - src/core/support/log_android.c
87 - src/core/support/log_linux.c
88 - src/core/support/log_posix.c
89 - src/core/support/log_win32.c
90 - src/core/support/murmur_hash.c
91 - src/core/support/slice.c
92 - src/core/support/slice_buffer.c
93 - src/core/support/stack_lockfree.c
94 - src/core/support/string.c
95 - src/core/support/string_posix.c
96 - src/core/support/string_win32.c
97 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010098 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010099 - src/core/support/sync.c
100 - src/core/support/sync_posix.c
101 - src/core/support/sync_win32.c
102 - src/core/support/thd.c
103 - src/core/support/thd_posix.c
104 - src/core/support/thd_win32.c
105 - src/core/support/time.c
106 - src/core/support/time_posix.c
107 - src/core/support/time_precise.c
108 - src/core/support/time_win32.c
109 - src/core/support/tls_pthread.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100110 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800111- name: gpr_codegen
112 public_headers:
113 - include/grpc/impl/codegen/alloc.h
114 - include/grpc/impl/codegen/atm.h
115 - include/grpc/impl/codegen/atm_gcc_atomic.h
116 - include/grpc/impl/codegen/atm_gcc_sync.h
117 - include/grpc/impl/codegen/atm_win32.h
118 - include/grpc/impl/codegen/log.h
119 - include/grpc/impl/codegen/port_platform.h
120 - include/grpc/impl/codegen/slice.h
121 - include/grpc/impl/codegen/slice_buffer.h
122 - include/grpc/impl/codegen/sync.h
123 - include/grpc/impl/codegen/sync_generic.h
124 - include/grpc/impl/codegen/sync_posix.h
125 - include/grpc/impl/codegen/sync_win32.h
126 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700127- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700128 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800129 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700130 - include/grpc++/channel.h
131 - include/grpc++/client_context.h
132 - include/grpc++/completion_queue.h
133 - include/grpc++/create_channel.h
134 - include/grpc++/generic/async_generic_service.h
135 - include/grpc++/generic/generic_stub.h
136 - include/grpc++/grpc++.h
137 - include/grpc++/impl/call.h
138 - include/grpc++/impl/client_unary_call.h
139 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800140 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700141 - include/grpc++/impl/proto_utils.h
142 - include/grpc++/impl/rpc_method.h
143 - include/grpc++/impl/rpc_service_method.h
144 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800145 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700146 - include/grpc++/impl/service_type.h
147 - include/grpc++/impl/sync.h
148 - include/grpc++/impl/sync_cxx11.h
149 - include/grpc++/impl/sync_no_cxx11.h
150 - include/grpc++/impl/thd.h
151 - include/grpc++/impl/thd_cxx11.h
152 - include/grpc++/impl/thd_no_cxx11.h
153 - include/grpc++/security/auth_context.h
154 - include/grpc++/security/auth_metadata_processor.h
155 - include/grpc++/security/credentials.h
156 - include/grpc++/security/server_credentials.h
157 - include/grpc++/server.h
158 - include/grpc++/server_builder.h
159 - include/grpc++/server_context.h
160 - include/grpc++/support/async_stream.h
161 - include/grpc++/support/async_unary_call.h
162 - include/grpc++/support/byte_buffer.h
163 - include/grpc++/support/channel_arguments.h
164 - include/grpc++/support/config.h
165 - include/grpc++/support/config_protobuf.h
166 - include/grpc++/support/slice.h
167 - include/grpc++/support/status.h
168 - include/grpc++/support/status_code_enum.h
169 - include/grpc++/support/string_ref.h
170 - include/grpc++/support/stub_options.h
171 - include/grpc++/support/sync_stream.h
172 - include/grpc++/support/time.h
173 headers:
174 - src/cpp/client/create_channel_internal.h
175 - src/cpp/common/create_auth_context.h
176 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700177 - src/cpp/server/thread_pool_interface.h
178 src:
179 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700180 - src/cpp/client/client_context.cc
181 - src/cpp/client/create_channel.cc
182 - src/cpp/client/create_channel_internal.cc
183 - src/cpp/client/credentials.cc
184 - src/cpp/client/generic_stub.cc
185 - src/cpp/client/insecure_credentials.cc
vjpai04e992a2016-02-10 16:58:38 -0800186 - src/cpp/common/alarm.cc
Craig Tiller25834342015-09-25 08:08:24 -0700187 - src/cpp/common/call.cc
yang-g52705592015-11-25 11:45:33 -0800188 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700189 - src/cpp/common/completion_queue.cc
190 - src/cpp/common/rpc_method.cc
191 - src/cpp/proto/proto_utils.cc
192 - src/cpp/server/async_generic_service.cc
193 - src/cpp/server/create_default_thread_pool.cc
194 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700195 - src/cpp/server/insecure_server_credentials.cc
196 - src/cpp/server/server.cc
197 - src/cpp/server/server_builder.cc
198 - src/cpp/server/server_context.cc
199 - src/cpp/server/server_credentials.cc
200 - src/cpp/util/byte_buffer.cc
201 - src/cpp/util/slice.cc
202 - src/cpp/util/status.cc
203 - src/cpp/util/string_ref.cc
204 - src/cpp/util/time.cc
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
Craig Tiller178edfa2016-02-17 20:54:46 -0800248 - src/core/census/grpc_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -0700249 - src/core/channel/channel_args.h
250 - src/core/channel/channel_stack.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800251 - src/core/channel/channel_stack_builder.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700253 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700254 - src/core/channel/compress_filter.h
255 - src/core/channel/connected_channel.h
256 - src/core/channel/context.h
257 - src/core/channel/http_client_filter.h
258 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800259 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700260 - src/core/client_config/client_config.h
261 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800262 - src/core/client_config/initial_connect_string.h
Craig Tiller25834342015-09-25 08:08:24 -0700263 - src/core/client_config/lb_policies/pick_first.h
264 - src/core/client_config/lb_policies/round_robin.h
265 - src/core/client_config/lb_policy.h
266 - src/core/client_config/lb_policy_factory.h
267 - src/core/client_config/lb_policy_registry.h
268 - src/core/client_config/resolver.h
269 - src/core/client_config/resolver_factory.h
270 - src/core/client_config/resolver_registry.h
271 - src/core/client_config/resolvers/dns_resolver.h
272 - src/core/client_config/resolvers/sockaddr_resolver.h
273 - src/core/client_config/subchannel.h
274 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800275 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700276 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800277 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700278 - src/core/compression/message_compress.h
279 - src/core/debug/trace.h
280 - src/core/httpcli/format_request.h
281 - src/core/httpcli/httpcli.h
282 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700283 - src/core/iomgr/closure.h
284 - src/core/iomgr/endpoint.h
285 - src/core/iomgr/endpoint_pair.h
286 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700287 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700288 - src/core/iomgr/fd_posix.h
289 - src/core/iomgr/iocp_windows.h
290 - src/core/iomgr/iomgr.h
291 - src/core/iomgr/iomgr_internal.h
292 - src/core/iomgr/iomgr_posix.h
293 - src/core/iomgr/pollset.h
294 - src/core/iomgr/pollset_posix.h
295 - src/core/iomgr/pollset_set.h
296 - src/core/iomgr/pollset_set_posix.h
297 - src/core/iomgr/pollset_set_windows.h
298 - src/core/iomgr/pollset_windows.h
299 - src/core/iomgr/resolve_address.h
300 - src/core/iomgr/sockaddr.h
301 - src/core/iomgr/sockaddr_posix.h
302 - src/core/iomgr/sockaddr_utils.h
303 - src/core/iomgr/sockaddr_win32.h
304 - src/core/iomgr/socket_utils_posix.h
305 - src/core/iomgr/socket_windows.h
306 - src/core/iomgr/tcp_client.h
307 - src/core/iomgr/tcp_posix.h
308 - src/core/iomgr/tcp_server.h
309 - src/core/iomgr/tcp_windows.h
310 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700311 - src/core/iomgr/timer.h
312 - src/core/iomgr/timer_heap.h
313 - src/core/iomgr/timer_internal.h
Craig Tiller25834342015-09-25 08:08:24 -0700314 - src/core/iomgr/udp_server.h
315 - src/core/iomgr/wakeup_fd_pipe.h
316 - src/core/iomgr/wakeup_fd_posix.h
317 - src/core/iomgr/workqueue.h
318 - src/core/iomgr/workqueue_posix.h
319 - src/core/iomgr/workqueue_windows.h
320 - src/core/json/json.h
321 - src/core/json/json_common.h
322 - src/core/json/json_reader.h
323 - src/core/json/json_writer.h
Craig Tiller25834342015-09-25 08:08:24 -0700324 - src/core/statistics/census_interface.h
325 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700326 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700327 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700328 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700329 - src/core/surface/channel.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800330 - src/core/surface/channel_init.h
331 - src/core/surface/channel_stack_type.h
Craig Tiller25834342015-09-25 08:08:24 -0700332 - src/core/surface/completion_queue.h
333 - src/core/surface/event_string.h
334 - src/core/surface/init.h
Craig Tiller178edfa2016-02-17 20:54:46 -0800335 - src/core/surface/lame_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700336 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700337 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800338 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700339 - src/core/transport/chttp2/alpn.h
340 - src/core/transport/chttp2/bin_encoder.h
341 - src/core/transport/chttp2/frame.h
342 - src/core/transport/chttp2/frame_data.h
343 - src/core/transport/chttp2/frame_goaway.h
344 - src/core/transport/chttp2/frame_ping.h
345 - src/core/transport/chttp2/frame_rst_stream.h
346 - src/core/transport/chttp2/frame_settings.h
347 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800348 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700349 - src/core/transport/chttp2/hpack_parser.h
350 - src/core/transport/chttp2/hpack_table.h
351 - src/core/transport/chttp2/http2_errors.h
352 - src/core/transport/chttp2/huffsyms.h
353 - src/core/transport/chttp2/incoming_metadata.h
354 - src/core/transport/chttp2/internal.h
355 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700356 - src/core/transport/chttp2/stream_map.h
357 - src/core/transport/chttp2/timeout_encoding.h
358 - src/core/transport/chttp2/varint.h
359 - src/core/transport/chttp2_transport.h
360 - src/core/transport/connectivity_state.h
361 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800362 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800363 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700364 - src/core/transport/transport.h
365 - src/core/transport/transport_impl.h
366 src:
367 - src/core/census/grpc_context.c
368 - src/core/census/grpc_filter.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800369 - src/core/census/grpc_plugin.c
Craig Tiller25834342015-09-25 08:08:24 -0700370 - src/core/channel/channel_args.c
371 - src/core/channel/channel_stack.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800372 - src/core/channel/channel_stack_builder.c
Craig Tiller25834342015-09-25 08:08:24 -0700373 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700374 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700375 - src/core/channel/compress_filter.c
376 - src/core/channel/connected_channel.c
377 - src/core/channel/http_client_filter.c
378 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800379 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700380 - src/core/client_config/client_config.c
381 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800382 - src/core/client_config/default_initial_connect_string.c
383 - src/core/client_config/initial_connect_string.c
Craig Tiller25834342015-09-25 08:08:24 -0700384 - src/core/client_config/lb_policies/pick_first.c
385 - src/core/client_config/lb_policies/round_robin.c
386 - src/core/client_config/lb_policy.c
387 - src/core/client_config/lb_policy_factory.c
388 - src/core/client_config/lb_policy_registry.c
389 - src/core/client_config/resolver.c
390 - src/core/client_config/resolver_factory.c
391 - src/core/client_config/resolver_registry.c
392 - src/core/client_config/resolvers/dns_resolver.c
393 - src/core/client_config/resolvers/sockaddr_resolver.c
394 - src/core/client_config/subchannel.c
395 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800396 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700397 - src/core/client_config/uri_parser.c
398 - src/core/compression/algorithm.c
399 - src/core/compression/message_compress.c
400 - src/core/debug/trace.c
401 - src/core/httpcli/format_request.c
402 - src/core/httpcli/httpcli.c
403 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700404 - src/core/iomgr/closure.c
405 - src/core/iomgr/endpoint.c
406 - src/core/iomgr/endpoint_pair_posix.c
407 - src/core/iomgr/endpoint_pair_windows.c
408 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700409 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700410 - src/core/iomgr/fd_posix.c
411 - src/core/iomgr/iocp_windows.c
412 - src/core/iomgr/iomgr.c
413 - src/core/iomgr/iomgr_posix.c
414 - src/core/iomgr/iomgr_windows.c
415 - src/core/iomgr/pollset_multipoller_with_epoll.c
416 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
417 - src/core/iomgr/pollset_posix.c
418 - src/core/iomgr/pollset_set_posix.c
419 - src/core/iomgr/pollset_set_windows.c
420 - src/core/iomgr/pollset_windows.c
421 - src/core/iomgr/resolve_address_posix.c
422 - src/core/iomgr/resolve_address_windows.c
423 - src/core/iomgr/sockaddr_utils.c
424 - src/core/iomgr/socket_utils_common_posix.c
425 - src/core/iomgr/socket_utils_linux.c
426 - src/core/iomgr/socket_utils_posix.c
427 - src/core/iomgr/socket_windows.c
428 - src/core/iomgr/tcp_client_posix.c
429 - src/core/iomgr/tcp_client_windows.c
430 - src/core/iomgr/tcp_posix.c
431 - src/core/iomgr/tcp_server_posix.c
432 - src/core/iomgr/tcp_server_windows.c
433 - src/core/iomgr/tcp_windows.c
434 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700435 - src/core/iomgr/timer.c
436 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700437 - src/core/iomgr/udp_server.c
438 - src/core/iomgr/wakeup_fd_eventfd.c
439 - src/core/iomgr/wakeup_fd_nospecial.c
440 - src/core/iomgr/wakeup_fd_pipe.c
441 - src/core/iomgr/wakeup_fd_posix.c
442 - src/core/iomgr/workqueue_posix.c
443 - src/core/iomgr/workqueue_windows.c
444 - src/core/json/json.c
445 - src/core/json/json_reader.c
446 - src/core/json/json_string.c
447 - src/core/json/json_writer.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100448 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700449 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700450 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700451 - src/core/surface/byte_buffer_reader.c
452 - src/core/surface/call.c
453 - src/core/surface/call_details.c
454 - src/core/surface/call_log_batch.c
455 - src/core/surface/channel.c
456 - src/core/surface/channel_connectivity.c
457 - src/core/surface/channel_create.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800458 - src/core/surface/channel_init.c
Craig Tiller26dab312015-12-07 14:43:47 -0800459 - src/core/surface/channel_ping.c
Craig Tiller178edfa2016-02-17 20:54:46 -0800460 - src/core/surface/channel_stack_type.c
Craig Tiller25834342015-09-25 08:08:24 -0700461 - src/core/surface/completion_queue.c
462 - src/core/surface/event_string.c
463 - src/core/surface/init.c
464 - src/core/surface/lame_client.c
465 - src/core/surface/metadata_array.c
466 - src/core/surface/server.c
467 - src/core/surface/server_chttp2.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800468 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700469 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800470 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700471 - src/core/transport/chttp2/alpn.c
472 - src/core/transport/chttp2/bin_encoder.c
473 - src/core/transport/chttp2/frame_data.c
474 - src/core/transport/chttp2/frame_goaway.c
475 - src/core/transport/chttp2/frame_ping.c
476 - src/core/transport/chttp2/frame_rst_stream.c
477 - src/core/transport/chttp2/frame_settings.c
478 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800479 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700480 - src/core/transport/chttp2/hpack_parser.c
481 - src/core/transport/chttp2/hpack_table.c
482 - src/core/transport/chttp2/huffsyms.c
483 - src/core/transport/chttp2/incoming_metadata.c
484 - src/core/transport/chttp2/parsing.c
485 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700486 - src/core/transport/chttp2/stream_lists.c
487 - src/core/transport/chttp2/stream_map.c
488 - src/core/transport/chttp2/timeout_encoding.c
489 - src/core/transport/chttp2/varint.c
490 - src/core/transport/chttp2/writing.c
491 - src/core/transport/chttp2_transport.c
492 - src/core/transport/connectivity_state.c
493 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800494 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800495 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700496 - src/core/transport/transport.c
497 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800498- name: grpc_codegen
499 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800500 - include/grpc/impl/codegen/byte_buffer.h
501 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800502 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800503 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800504 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800505 - include/grpc/impl/codegen/status.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700506- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700507 headers:
508 - test/core/end2end/cq_verifier.h
509 - test/core/end2end/fixtures/proxy.h
510 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700511 - test/core/util/grpc_profiler.h
512 - test/core/util/parse_hexstring.h
513 - test/core/util/port.h
514 - test/core/util/slice_splitter.h
515 src:
516 - test/core/end2end/cq_verifier.c
517 - test/core/end2end/fixtures/proxy.c
518 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700519 - test/core/util/grpc_profiler.c
520 - test/core/util/parse_hexstring.c
521 - test/core/util/port_posix.c
522 - test/core/util/port_windows.c
523 - test/core/util/slice_splitter.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100524libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800525- name: gpr
526 build: all
527 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800528 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800529 - gpr
530 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800531 secure: false
532 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
533- name: gpr_test_util
534 build: private
535 language: c
536 headers:
537 - test/core/util/test_config.h
538 src:
539 - test/core/util/test_config.c
540 deps:
541 - gpr
542 secure: false
543 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700544- name: grpc
545 build: all
546 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700547 public_headers:
548 - include/grpc/grpc_security.h
549 headers:
550 - src/core/security/auth_filters.h
551 - src/core/security/base64.h
552 - src/core/security/credentials.h
553 - src/core/security/handshake.h
554 - src/core/security/json_token.h
555 - src/core/security/jwt_verifier.h
556 - src/core/security/secure_endpoint.h
557 - src/core/security/security_connector.h
558 - src/core/security/security_context.h
559 - src/core/tsi/fake_transport_security.h
560 - src/core/tsi/ssl_transport_security.h
Craig Tiller0fe5ee72015-12-22 12:50:36 -0800561 - src/core/tsi/ssl_types.h
Craig Tiller25834342015-09-25 08:08:24 -0700562 - src/core/tsi/transport_security.h
563 - src/core/tsi/transport_security_interface.h
564 src:
565 - src/core/httpcli/httpcli_security_connector.c
566 - src/core/security/base64.c
567 - src/core/security/client_auth_filter.c
568 - src/core/security/credentials.c
569 - src/core/security/credentials_metadata.c
570 - src/core/security/credentials_posix.c
571 - src/core/security/credentials_win32.c
572 - src/core/security/google_default_credentials.c
573 - src/core/security/handshake.c
574 - src/core/security/json_token.c
575 - src/core/security/jwt_verifier.c
576 - src/core/security/secure_endpoint.c
577 - src/core/security/security_connector.c
578 - src/core/security/security_context.c
579 - src/core/security/server_auth_filter.c
580 - src/core/security/server_secure_chttp2.c
581 - src/core/surface/init_secure.c
582 - src/core/surface/secure_channel_create.c
583 - src/core/tsi/fake_transport_security.c
584 - src/core/tsi/ssl_transport_security.c
585 - src/core/tsi/transport_security.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800586 deps:
587 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700588 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800589 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700590 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700591 filegroups:
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100592 - grpc_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700593 - grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700594 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700595 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700596 vs_packages:
597 - grpc.dependencies.openssl
598 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700599 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
600- name: grpc_test_util
601 build: private
602 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700603 headers:
604 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800605 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700606 src:
607 - test/core/end2end/data/server1_cert.c
608 - test/core/end2end/data/server1_key.c
609 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800610 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700611 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800612 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800613 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700614 - grpc
615 filegroups:
616 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700617 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
618- name: grpc_test_util_unsecure
619 build: private
620 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700621 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800622 - gpr
623 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800624 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700625 filegroups:
626 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700627 secure: false
628 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
629- name: grpc_unsecure
630 build: all
631 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700632 src:
633 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800634 deps:
635 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700636 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800637 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700638 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700639 filegroups:
640 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800641 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700642 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700643 secure: false
644 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
645- name: grpc_zookeeper
646 build: all
647 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700648 public_headers:
649 - include/grpc/grpc_zookeeper.h
650 headers:
651 - src/core/client_config/resolvers/zookeeper_resolver.h
652 src:
653 - src/core/client_config/resolvers/zookeeper_resolver.c
654 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800655 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700656 - grpc
657 external_deps:
658 - zookeeper
659 platforms:
660 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700661 secure: false
662- name: reconnect_server
663 build: private
664 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700665 headers:
666 - test/core/util/reconnect_server.h
667 src:
668 - test/core/util/reconnect_server.c
669 deps:
yang-gc9fca182015-11-06 16:41:33 -0800670 - test_tcp_server
671 - grpc_test_util
672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800673 - gpr_test_util
674 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800675- name: test_tcp_server
676 build: private
677 language: c
678 headers:
679 - test/core/util/test_tcp_server.h
680 src:
681 - test/core/util/test_tcp_server.c
682 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700683 - grpc_test_util
684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800685 - gpr_test_util
686 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700687- name: grpc++
688 build: all
689 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700690 headers:
691 - src/cpp/client/secure_credentials.h
692 - src/cpp/common/secure_auth_context.h
693 - src/cpp/server/secure_server_credentials.h
694 src:
Craig Tiller25834342015-09-25 08:08:24 -0700695 - src/cpp/client/secure_credentials.cc
696 - src/cpp/common/auth_property_iterator.cc
697 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800698 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700699 - src/cpp/common/secure_create_auth_context.cc
700 - src/cpp/server/secure_server_credentials.cc
701 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700702 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700703 baselib: true
704 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700705 filegroups:
706 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800707 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700708 secure: check
709 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
710- name: grpc++_test_config
711 build: private
712 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700713 headers:
714 - test/cpp/util/test_config.h
715 src:
716 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700717- name: grpc++_test_util
718 build: private
719 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700720 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800721 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800722 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700723 - test/cpp/util/cli_call.h
724 - test/cpp/util/create_test_channel.h
725 - test/cpp/util/string_ref_helper.h
726 - test/cpp/util/subprocess.h
727 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800728 - src/proto/grpc/testing/echo_messages.proto
729 - src/proto/grpc/testing/echo.proto
730 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800731 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800732 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700733 - test/cpp/util/cli_call.cc
734 - test/cpp/util/create_test_channel.cc
735 - test/cpp/util/string_ref_helper.cc
736 - test/cpp/util/subprocess.cc
737 deps:
738 - grpc++
739 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700740- name: grpc++_unsecure
741 build: all
742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700743 src:
744 - src/cpp/common/insecure_create_auth_context.cc
745 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800746 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700747 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700748 baselib: true
749 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700750 filegroups:
751 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800752 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700753 secure: false
754 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
755- name: grpc_plugin_support
756 build: protoc
757 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700758 headers:
759 - include/grpc++/support/config.h
760 - include/grpc++/support/config_protobuf.h
761 - src/compiler/config.h
762 - src/compiler/cpp_generator.h
763 - src/compiler/cpp_generator_helpers.h
764 - src/compiler/csharp_generator.h
765 - src/compiler/csharp_generator_helpers.h
766 - src/compiler/generator_helpers.h
767 - src/compiler/objective_c_generator.h
768 - src/compiler/objective_c_generator_helpers.h
769 - src/compiler/python_generator.h
770 - src/compiler/ruby_generator.h
771 - src/compiler/ruby_generator_helpers-inl.h
772 - src/compiler/ruby_generator_map-inl.h
773 - src/compiler/ruby_generator_string-inl.h
774 src:
775 - src/compiler/cpp_generator.cc
776 - src/compiler/csharp_generator.cc
777 - src/compiler/objective_c_generator.cc
778 - src/compiler/python_generator.cc
779 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700780 deps: []
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800781 filegroups:
782 - grpc++_codegen
783 - grpc_codegen
Craig Tillerad095982016-02-09 12:45:04 -0800784 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700785 secure: false
786 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
787- name: interop_client_helper
788 build: private
789 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700790 headers:
791 - test/cpp/interop/client_helper.h
792 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800793 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700794 - test/cpp/interop/client_helper.cc
795 deps:
796 - grpc++_test_util
797 - grpc_test_util
798 - grpc++
799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800800 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700801- name: interop_client_main
802 build: private
803 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700804 headers:
805 - test/cpp/interop/interop_client.h
806 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800807 - src/proto/grpc/testing/empty.proto
808 - src/proto/grpc/testing/messages.proto
809 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700810 - test/cpp/interop/client.cc
811 - test/cpp/interop/interop_client.cc
812 deps:
813 - interop_client_helper
814 - grpc++_test_util
815 - grpc_test_util
816 - grpc++
817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800818 - gpr_test_util
819 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700820 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700821- name: interop_server_helper
822 build: private
823 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700824 headers:
825 - test/cpp/interop/server_helper.h
826 src:
827 - test/cpp/interop/server_helper.cc
828 deps:
829 - grpc_test_util
830 - grpc++
831 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700833- name: interop_server_main
834 build: private
835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700836 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800837 - src/proto/grpc/testing/empty.proto
838 - src/proto/grpc/testing/messages.proto
839 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700840 - test/cpp/interop/server.cc
841 deps:
842 - interop_server_helper
843 - grpc++_test_util
844 - grpc_test_util
845 - grpc++
846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800847 - gpr_test_util
848 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700849 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700850- name: qps
851 build: private
852 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700853 headers:
854 - test/cpp/qps/client.h
855 - test/cpp/qps/driver.h
856 - test/cpp/qps/histogram.h
857 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800858 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700859 - test/cpp/qps/perf_db_client.h
860 - test/cpp/qps/qps_worker.h
861 - test/cpp/qps/report.h
862 - test/cpp/qps/server.h
863 - test/cpp/qps/stats.h
864 - test/cpp/qps/timer.h
865 - test/cpp/util/benchmark_config.h
866 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800867 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800868 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800869 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800870 - src/proto/grpc/testing/control.proto
871 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800872 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700873 - test/cpp/qps/client_async.cc
874 - test/cpp/qps/client_sync.cc
875 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800876 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700877 - test/cpp/qps/perf_db_client.cc
878 - test/cpp/qps/qps_worker.cc
879 - test/cpp/qps/report.cc
880 - test/cpp/qps/server_async.cc
881 - test/cpp/qps/server_sync.cc
882 - test/cpp/qps/timer.cc
883 - test/cpp/util/benchmark_config.cc
884 deps:
885 - grpc_test_util
886 - grpc++_test_util
887 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700888- name: grpc_csharp_ext
889 build: all
890 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700891 src:
892 - src/csharp/ext/grpc_csharp_ext.c
893 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800895 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800896 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800897 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700898 dll: only
899 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700900 vs_packages:
901 - grpc.dependencies.openssl
902 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700904 vs_props:
905 - zlib
906 - openssl
907 - winsock
908 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700909targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100910- name: alarm_test
911 build: test
912 language: c
913 src:
914 - test/core/surface/alarm_test.c
915 deps:
916 - grpc_test_util
917 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800918 - gpr_test_util
919 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800920- name: algorithm_test
921 build: test
922 language: c
923 src:
924 - test/core/compression/algorithm_test.c
925 deps:
926 - grpc_test_util
927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800928 - gpr_test_util
929 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800930- name: alloc_test
931 build: test
932 language: c
933 src:
934 - test/core/support/alloc_test.c
935 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800936 - gpr_test_util
937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700938- name: alpn_test
939 build: test
940 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700941 src:
942 - test/core/transport/chttp2/alpn_test.c
943 deps:
944 - grpc_test_util
945 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800946 - gpr_test_util
947 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948- name: bin_encoder_test
949 build: test
950 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700951 src:
952 - test/core/transport/chttp2/bin_encoder_test.c
953 deps:
954 - grpc_test_util
955 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800956- name: census_context_test
957 build: test
958 language: c
959 src:
960 - test/core/census/context_test.c
961 deps:
962 - grpc_test_util
963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800964 - gpr_test_util
965 - gpr
Alistair Veitch85afe712016-02-02 17:58:15 -0800966- name: census_log_test
967 build: test
968 language: c
969 src:
970 - test/core/census/log_test.c
971 deps:
972 - grpc_test_util
973 - grpc
Alistair Veitch749250f2016-02-11 09:23:20 -0800974 - gpr_test_util
975 - gpr
yang-gc0ed5092015-12-09 08:48:08 -0800976- name: channel_create_test
977 build: test
978 language: c
979 src:
980 - test/core/surface/channel_create_test.c
981 deps:
982 - grpc_test_util
983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800984 - gpr_test_util
985 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800986- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700987 build: test
988 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700989 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800990 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700991 deps:
992 - grpc_test_util
993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800994 - gpr_test_util
995 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800996- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700997 build: test
998 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700999 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001000 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001001 deps:
1002 - grpc_test_util
1003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001004 - gpr_test_util
1005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: chttp2_stream_map_test
1007 build: test
1008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001009 src:
1010 - test/core/transport/chttp2/stream_map_test.c
1011 deps:
1012 - grpc_test_util
1013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001014 - gpr_test_util
1015 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001016- name: chttp2_varint_test
1017 build: test
1018 language: c
1019 src:
1020 - test/core/transport/chttp2/varint_test.c
1021 deps:
1022 - grpc_test_util
1023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001024 - gpr_test_util
1025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001026- name: compression_test
1027 build: test
1028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001029 src:
1030 - test/core/compression/compression_test.c
1031 deps:
1032 - grpc_test_util
1033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001034 - gpr_test_util
1035 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001036- name: dns_resolver_test
1037 build: test
1038 language: c
1039 src:
1040 - test/core/client_config/resolvers/dns_resolver_test.c
1041 deps:
1042 - grpc_test_util
1043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001044 - gpr_test_util
1045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001046- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001047 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048 build: test
1049 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001050 src:
1051 - test/core/end2end/dualstack_socket_test.c
1052 deps:
1053 - grpc_test_util
1054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001055 - gpr_test_util
1056 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001057 platforms:
1058 - mac
1059 - linux
1060 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001061- name: endpoint_pair_test
1062 build: test
1063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001064 src:
1065 - test/core/iomgr/endpoint_pair_test.c
1066 deps:
1067 - grpc_test_util
1068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001069 - gpr_test_util
1070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071- name: fd_conservation_posix_test
1072 build: test
1073 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001074 src:
1075 - test/core/iomgr/fd_conservation_posix_test.c
1076 deps:
1077 - grpc_test_util
1078 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001079 - gpr_test_util
1080 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001081 platforms:
1082 - mac
1083 - linux
1084 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001085- name: fd_posix_test
1086 build: test
1087 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001088 src:
1089 - test/core/iomgr/fd_posix_test.c
1090 deps:
1091 - grpc_test_util
1092 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001093 - gpr_test_util
1094 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001095 platforms:
1096 - mac
1097 - linux
1098 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001099- name: fling_client
1100 build: test
1101 run: false
1102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001103 src:
1104 - test/core/fling/client.c
1105 deps:
1106 - grpc_test_util
1107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001108 - gpr_test_util
1109 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110- name: fling_server
1111 build: test
1112 run: false
1113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001114 src:
1115 - test/core/fling/server.c
1116 deps:
1117 - grpc_test_util
1118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001119 - gpr_test_util
1120 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001121- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001122 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001123 build: test
1124 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001125 src:
1126 - test/core/fling/fling_stream_test.c
1127 deps:
1128 - grpc_test_util
1129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001130 - gpr_test_util
1131 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001132 platforms:
1133 - mac
1134 - linux
1135 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001136- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001137 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001138 build: test
1139 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001140 src:
1141 - test/core/fling/fling_test.c
1142 deps:
1143 - grpc_test_util
1144 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001145 - gpr_test_util
1146 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001147 platforms:
1148 - mac
1149 - linux
1150 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: gen_hpack_tables
1152 build: tool
1153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001154 src:
1155 - tools/codegen/core/gen_hpack_tables.c
1156 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001157 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001158 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159- name: gen_legal_metadata_characters
1160 build: tool
1161 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001162 src:
1163 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001164 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001165- name: gpr_avl_test
1166 build: test
1167 language: c
1168 src:
1169 - test/core/support/avl_test.c
1170 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001171 - gpr_test_util
1172 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001173- name: gpr_cmdline_test
1174 build: test
1175 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001176 src:
1177 - test/core/support/cmdline_test.c
1178 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001179 - gpr_test_util
1180 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001181- name: gpr_cpu_test
1182 build: test
1183 language: c
1184 src:
1185 - test/core/support/cpu_test.c
1186 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001187 - gpr_test_util
1188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001189- name: gpr_env_test
1190 build: test
1191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001192 src:
1193 - test/core/support/env_test.c
1194 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001195 - gpr_test_util
1196 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001197- name: gpr_file_test
1198 build: test
1199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001200 src:
1201 - test/core/support/file_test.c
1202 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001203 - gpr_test_util
1204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001205- name: gpr_histogram_test
1206 build: test
1207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001208 src:
1209 - test/core/support/histogram_test.c
1210 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001211 - gpr_test_util
1212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001213- name: gpr_host_port_test
1214 build: test
1215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001216 src:
1217 - test/core/support/host_port_test.c
1218 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr_test_util
1220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: gpr_log_test
1222 build: test
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 src:
1225 - test/core/support/log_test.c
1226 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr_test_util
1228 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001229- name: gpr_slice_buffer_test
1230 build: test
1231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001232 src:
1233 - test/core/support/slice_buffer_test.c
1234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr_test_util
1236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237- name: gpr_slice_test
1238 build: test
1239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001240 src:
1241 - test/core/support/slice_test.c
1242 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001243 - gpr_test_util
1244 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001245- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001246 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001247 build: test
1248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001249 src:
1250 - test/core/support/stack_lockfree_test.c
1251 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001252 - gpr_test_util
1253 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254- name: gpr_string_test
1255 build: test
1256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001257 src:
1258 - test/core/support/string_test.c
1259 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001260 - gpr_test_util
1261 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001263 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264 build: test
1265 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001266 src:
1267 - test/core/support/sync_test.c
1268 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001269 - gpr_test_util
1270 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001272 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001273 build: test
1274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001275 src:
1276 - test/core/support/thd_test.c
1277 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001278 - gpr_test_util
1279 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280- name: gpr_time_test
1281 build: test
1282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001283 src:
1284 - test/core/support/time_test.c
1285 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001286 - gpr_test_util
1287 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288- name: gpr_tls_test
1289 build: test
1290 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001291 src:
1292 - test/core/support/tls_test.c
1293 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001294 - gpr_test_util
1295 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: gpr_useful_test
1297 build: test
1298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
1300 - test/core/support/useful_test.c
1301 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001302 - gpr_test_util
1303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001304- name: grpc_auth_context_test
1305 build: test
1306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001307 src:
1308 - test/core/security/auth_context_test.c
1309 deps:
1310 - grpc_test_util
1311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001312 - gpr_test_util
1313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314- name: grpc_base64_test
1315 build: test
1316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001317 src:
1318 - test/core/security/base64_test.c
1319 deps:
1320 - grpc_test_util
1321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr_test_util
1323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: grpc_byte_buffer_reader_test
1325 build: test
1326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001327 src:
1328 - test/core/surface/byte_buffer_reader_test.c
1329 deps:
1330 - grpc_test_util
1331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001332 - gpr_test_util
1333 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334- name: grpc_channel_args_test
1335 build: test
1336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001337 src:
1338 - test/core/channel/channel_args_test.c
1339 deps:
1340 - grpc_test_util
1341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001342 - gpr_test_util
1343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001344- name: grpc_channel_stack_test
1345 build: test
1346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001347 src:
1348 - test/core/channel/channel_stack_test.c
1349 deps:
1350 - grpc_test_util
1351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001352 - gpr_test_util
1353 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001354- name: grpc_completion_queue_test
1355 build: test
1356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001357 src:
1358 - test/core/surface/completion_queue_test.c
1359 deps:
1360 - grpc_test_util
1361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr_test_util
1363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364- name: grpc_create_jwt
1365 build: tool
1366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001367 src:
1368 - test/core/security/create_jwt.c
1369 deps:
1370 - grpc_test_util
1371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001372 - gpr_test_util
1373 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001374- name: grpc_credentials_test
1375 build: test
1376 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001377 src:
1378 - test/core/security/credentials_test.c
1379 deps:
1380 - grpc_test_util
1381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001384- name: grpc_fetch_oauth2
1385 build: tool
1386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001387 src:
1388 - test/core/security/fetch_oauth2.c
1389 deps:
1390 - grpc_test_util
1391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001392 - gpr_test_util
1393 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001394- name: grpc_invalid_channel_args_test
1395 build: test
1396 language: c
1397 src:
1398 - test/core/surface/invalid_channel_args_test.c
1399 deps:
1400 - grpc_test_util
1401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001402 - gpr_test_util
1403 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001404- name: grpc_json_token_test
1405 build: test
1406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001407 src:
1408 - test/core/security/json_token_test.c
1409 deps:
1410 - grpc_test_util
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001414 platforms:
1415 - linux
1416 - posix
1417 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418- name: grpc_jwt_verifier_test
1419 build: test
1420 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001421 src:
1422 - test/core/security/jwt_verifier_test.c
1423 deps:
1424 - grpc_test_util
1425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001426 - gpr_test_util
1427 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001428- name: grpc_print_google_default_creds_token
1429 build: tool
1430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001431 src:
1432 - test/core/security/print_google_default_creds_token.c
1433 deps:
1434 - grpc_test_util
1435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001436 - gpr_test_util
1437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001438- name: grpc_security_connector_test
1439 build: test
1440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
1442 - test/core/security/security_connector_test.c
1443 deps:
1444 - grpc_test_util
1445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: grpc_verify_jwt
1449 build: tool
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/security/verify_jwt.c
1453 deps:
1454 - grpc_test_util
1455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001456 - gpr_test_util
1457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001458- name: hpack_parser_test
1459 build: test
1460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001461 src:
1462 - test/core/transport/chttp2/hpack_parser_test.c
1463 deps:
1464 - grpc_test_util
1465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001466 - gpr_test_util
1467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001468- name: hpack_table_test
1469 build: test
1470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001471 src:
1472 - test/core/transport/chttp2/hpack_table_test.c
1473 deps:
1474 - grpc_test_util
1475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 - gpr_test_util
1477 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478- name: httpcli_format_request_test
1479 build: test
1480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001481 src:
1482 - test/core/httpcli/format_request_test.c
1483 deps:
1484 - grpc_test_util
1485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001486 - gpr_test_util
1487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001488- name: httpcli_parser_test
1489 build: test
1490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001491 src:
1492 - test/core/httpcli/parser_test.c
1493 deps:
1494 - grpc_test_util
1495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001496 - gpr_test_util
1497 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001498- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001499 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001500 build: test
1501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001502 src:
1503 - test/core/httpcli/httpcli_test.c
1504 deps:
1505 - grpc_test_util
1506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001509 platforms:
1510 - mac
1511 - linux
1512 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001513- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001514 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001515 build: test
1516 language: c
1517 src:
1518 - test/core/httpcli/httpscli_test.c
1519 deps:
1520 - grpc_test_util
1521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001522 - gpr_test_util
1523 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001524 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001525 - linux
yang-gf1183302015-12-07 16:02:05 -08001526- name: init_test
1527 build: test
1528 language: c
1529 src:
1530 - test/core/surface/init_test.c
1531 deps:
1532 - grpc_test_util
1533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001534 - gpr_test_util
1535 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001536- name: invalid_call_argument_test
1537 build: test
1538 language: c
1539 src:
1540 - test/core/end2end/invalid_call_argument_test.c
1541 deps:
1542 - grpc_test_util
1543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001544 - gpr_test_util
1545 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001546- name: json_rewrite
1547 build: test
1548 run: false
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/json/json_rewrite.c
1552 deps:
1553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: json_rewrite_test
1556 build: test
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/json/json_rewrite_test.c
1560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001565- name: json_stream_error_test
1566 build: test
1567 language: c
1568 src:
1569 - test/core/json/json_stream_error_test.c
1570 deps:
1571 - grpc_test_util
1572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001573 - gpr_test_util
1574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001575- name: json_test
1576 build: test
1577 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001578 src:
1579 - test/core/json/json_test.c
1580 deps:
1581 - grpc_test_util
1582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001583 - gpr_test_util
1584 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001585- name: lame_client_test
1586 build: test
1587 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001588 src:
1589 - test/core/surface/lame_client_test.c
1590 deps:
1591 - grpc_test_util
1592 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001593 - gpr_test_util
1594 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001595- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001596 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001597 build: test
1598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001599 src:
1600 - test/core/client_config/lb_policies_test.c
1601 deps:
1602 - grpc_test_util
1603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 - gpr_test_util
1605 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001606- name: low_level_ping_pong_benchmark
1607 build: benchmark
1608 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001609 src:
1610 - test/core/network_benchmarks/low_level_ping_pong.c
1611 deps:
1612 - grpc_test_util
1613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001614 - gpr_test_util
1615 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001616 platforms:
1617 - mac
1618 - linux
1619 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: message_compress_test
1621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
1624 - test/core/compression/message_compress_test.c
1625 deps:
1626 - grpc_test_util
1627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr_test_util
1629 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630- name: multiple_server_queues_test
1631 build: test
1632 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001633 src:
1634 - test/core/end2end/multiple_server_queues_test.c
1635 deps:
1636 - grpc_test_util
1637 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640- name: murmur_hash_test
1641 build: test
1642 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001643 src:
1644 - test/core/support/murmur_hash_test.c
1645 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001649 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001650 build: test
1651 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001652 src:
1653 - test/core/end2end/no_server_test.c
1654 deps:
1655 - grpc_test_util
1656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001657 - gpr_test_util
1658 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659- name: resolve_address_test
1660 build: test
1661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001662 src:
1663 - test/core/iomgr/resolve_address_test.c
1664 deps:
1665 - grpc_test_util
1666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001667 - gpr_test_util
1668 - gpr
yang-gd482e592015-12-10 14:04:00 -08001669- name: secure_channel_create_test
1670 build: test
1671 language: c
1672 src:
1673 - test/core/surface/secure_channel_create_test.c
1674 deps:
1675 - grpc_test_util
1676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001677 - gpr_test_util
1678 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679- name: secure_endpoint_test
1680 build: test
1681 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001682 src:
1683 - test/core/security/secure_endpoint_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 - gpr_test_util
1688 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001689- name: server_chttp2_test
1690 build: test
1691 language: c
1692 src:
1693 - test/core/surface/server_chttp2_test.c
1694 deps:
1695 - grpc_test_util
1696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 - gpr_test_util
1698 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001699- name: server_test
1700 build: test
1701 language: c
1702 src:
1703 - test/core/surface/server_test.c
1704 deps:
1705 - grpc_test_util
1706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001707 - gpr_test_util
1708 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001709- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001710 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001711 build: test
1712 language: c
1713 src:
1714 - test/core/client_config/set_initial_connect_string_test.c
1715 deps:
1716 - test_tcp_server
1717 - grpc_test_util
1718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr_test_util
1720 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001721- name: sockaddr_resolver_test
1722 build: test
1723 language: c
1724 src:
1725 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001731- name: sockaddr_utils_test
1732 build: test
1733 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001734 src:
1735 - test/core/iomgr/sockaddr_utils_test.c
1736 deps:
1737 - grpc_test_util
1738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001741- name: socket_utils_test
1742 build: test
1743 language: c
1744 src:
1745 - test/core/iomgr/socket_utils_test.c
1746 deps:
1747 - grpc_test_util
1748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001749 - gpr_test_util
1750 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001751 platforms:
1752 - mac
1753 - linux
1754 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001755- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001756 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001757 build: test
1758 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001759 src:
1760 - test/core/iomgr/tcp_client_posix_test.c
1761 deps:
1762 - grpc_test_util
1763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001764 - gpr_test_util
1765 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001766 platforms:
1767 - mac
1768 - linux
1769 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001770- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001771 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001772 build: test
1773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001774 src:
1775 - test/core/iomgr/tcp_posix_test.c
1776 deps:
1777 - grpc_test_util
1778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001779 - gpr_test_util
1780 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001781 platforms:
1782 - mac
1783 - linux
1784 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: tcp_server_posix_test
1786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/iomgr/tcp_server_posix_test.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001793 - gpr_test_util
1794 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001795 platforms:
1796 - mac
1797 - linux
1798 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001799- name: time_averaged_stats_test
1800 build: test
1801 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001802 src:
1803 - test/core/iomgr/time_averaged_stats_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001809- name: timeout_encoding_test
1810 build: test
1811 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001812 src:
1813 - test/core/transport/chttp2/timeout_encoding_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001819- name: timer_heap_test
1820 build: test
1821 language: c
1822 src:
1823 - test/core/iomgr/timer_heap_test.c
1824 deps:
1825 - grpc_test_util
1826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001829- name: timer_list_test
1830 build: test
1831 language: c
1832 src:
1833 - test/core/iomgr/timer_list_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: timers_test
1840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/profiling/timers_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001849- name: transport_connectivity_state_test
1850 build: test
1851 language: c
1852 src:
1853 - test/core/transport/connectivity_state_test.c
1854 deps:
1855 - grpc_test_util
1856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001859- name: transport_metadata_test
1860 build: test
1861 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001862 src:
1863 - test/core/transport/metadata_test.c
1864 deps:
1865 - grpc_test_util
1866 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001867 - gpr_test_util
1868 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001869- name: transport_security_test
1870 build: test
1871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001872 src:
1873 - test/core/tsi/transport_security_test.c
1874 deps:
1875 - grpc_test_util
1876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001879 platforms:
1880 - linux
1881 - posix
1882 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001883- name: udp_server_test
1884 build: test
1885 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001886 src:
1887 - test/core/iomgr/udp_server_test.c
1888 deps:
1889 - grpc_test_util
1890 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001891 - gpr_test_util
1892 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001893 platforms:
1894 - mac
1895 - linux
1896 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001897- name: uri_parser_test
1898 build: test
1899 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001900 src:
1901 - test/core/client_config/uri_parser_test.c
1902 deps:
1903 - grpc_test_util
1904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001905 - gpr_test_util
1906 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001907- name: workqueue_test
1908 build: test
1909 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001910 src:
1911 - test/core/iomgr/workqueue_test.c
1912 deps:
1913 - grpc_test_util
1914 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001915 - gpr_test_util
1916 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001917 platforms:
1918 - mac
1919 - linux
1920 - posix
vjpai04e992a2016-02-10 16:58:38 -08001921- name: alarm_cpp_test
1922 build: test
1923 language: c++
1924 src:
1925 - test/cpp/common/alarm_cpp_test.cc
1926 deps:
1927 - grpc++_test_util
1928 - grpc_test_util
1929 - grpc++
1930 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001931 - gpr_test_util
1932 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001933- name: async_end2end_test
1934 build: test
1935 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001936 src:
1937 - test/cpp/end2end/async_end2end_test.cc
1938 deps:
1939 - grpc++_test_util
1940 - grpc_test_util
1941 - grpc++
1942 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: async_streaming_ping_pong_test
1946 build: test
1947 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001948 src:
1949 - test/cpp/qps/async_streaming_ping_pong_test.cc
1950 deps:
1951 - qps
1952 - grpc++_test_util
1953 - grpc_test_util
1954 - grpc++
1955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001956 - gpr_test_util
1957 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001958 platforms:
1959 - mac
1960 - linux
1961 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962- name: async_unary_ping_pong_test
1963 build: test
1964 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001965 src:
1966 - test/cpp/qps/async_unary_ping_pong_test.cc
1967 deps:
1968 - qps
1969 - grpc++_test_util
1970 - grpc_test_util
1971 - grpc++
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001975 platforms:
1976 - mac
1977 - linux
1978 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: auth_property_iterator_test
1980 build: test
1981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/cpp/common/auth_property_iterator_test.cc
1984 deps:
1985 - grpc++_test_util
1986 - grpc_test_util
1987 - grpc++
1988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001989 - gpr_test_util
1990 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001991- name: channel_arguments_test
1992 build: test
1993 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001994 src:
yang-g52705592015-11-25 11:45:33 -08001995 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001996 deps:
1997 - grpc++
1998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000- name: cli_call_test
2001 build: test
2002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002003 src:
2004 - test/cpp/util/cli_call_test.cc
2005 deps:
2006 - grpc++_test_util
2007 - grpc_test_util
2008 - grpc++
2009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr_test_util
2011 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002012- name: client_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002013 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002014 build: test
2015 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002016 src:
2017 - test/cpp/end2end/client_crash_test.cc
2018 deps:
2019 - grpc++_test_util
2020 - grpc_test_util
2021 - grpc++
2022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr_test_util
2024 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002025 platforms:
2026 - mac
2027 - linux
2028 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002029- name: client_crash_test_server
2030 build: test
2031 run: false
2032 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002033 src:
2034 - test/cpp/end2end/client_crash_test_server.cc
2035 deps:
2036 - grpc++_test_util
2037 - grpc_test_util
2038 - grpc++
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: credentials_test
2043 build: test
2044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/cpp/client/credentials_test.cc
2047 deps:
2048 - grpc++
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002051- name: cxx_byte_buffer_test
2052 build: test
2053 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002054 src:
2055 - test/cpp/util/byte_buffer_test.cc
2056 deps:
2057 - grpc_test_util
2058 - grpc++
2059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002060 - gpr_test_util
2061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062- name: cxx_slice_test
2063 build: test
2064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002065 src:
2066 - test/cpp/util/slice_test.cc
2067 deps:
2068 - grpc_test_util
2069 - grpc++
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073- name: cxx_string_ref_test
2074 build: test
2075 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/cpp/util/string_ref_test.cc
2078 deps:
2079 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002080- name: cxx_time_test
2081 build: test
2082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002083 src:
2084 - test/cpp/util/time_test.cc
2085 deps:
2086 - grpc_test_util
2087 - grpc++
2088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002089 - gpr_test_util
2090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: end2end_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002092 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002093 build: test
2094 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002095 src:
2096 - test/cpp/end2end/end2end_test.cc
2097 deps:
2098 - grpc++_test_util
2099 - grpc_test_util
2100 - grpc++
2101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002102 - gpr_test_util
2103 - gpr
vjpai083dc622016-01-11 09:41:17 -08002104- name: generic_async_streaming_ping_pong_test
2105 build: test
2106 language: c++
2107 src:
2108 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2109 deps:
2110 - qps
2111 - grpc++_test_util
2112 - grpc_test_util
2113 - grpc++
2114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 - gpr_test_util
2116 - gpr
vjpai083dc622016-01-11 09:41:17 -08002117 platforms:
2118 - mac
2119 - linux
2120 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121- name: generic_end2end_test
2122 build: test
2123 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
2125 - test/cpp/end2end/generic_end2end_test.cc
2126 deps:
2127 - grpc++_test_util
2128 - grpc_test_util
2129 - grpc++
2130 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002131 - gpr_test_util
2132 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002133- name: grpc_cli
2134 build: test
2135 run: false
2136 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/cpp/util/grpc_cli.cc
2139 deps:
2140 - grpc++_test_util
2141 - grpc_test_util
2142 - grpc++
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002146 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002147- name: grpc_cpp_plugin
2148 build: protoc
2149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - src/compiler/cpp_plugin.cc
2152 deps:
2153 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154 secure: false
2155 vs_config_type: Application
2156 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2157- name: grpc_csharp_plugin
2158 build: protoc
2159 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - src/compiler/csharp_plugin.cc
2162 deps:
2163 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164 secure: false
2165 vs_config_type: Application
2166 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2167- name: grpc_objective_c_plugin
2168 build: protoc
2169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
2171 - src/compiler/objective_c_plugin.cc
2172 deps:
2173 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174 secure: false
2175 vs_config_type: Application
2176 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2177- name: grpc_python_plugin
2178 build: protoc
2179 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002180 src:
2181 - src/compiler/python_plugin.cc
2182 deps:
2183 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002184 secure: false
2185 vs_config_type: Application
2186 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2187- name: grpc_ruby_plugin
2188 build: protoc
2189 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002190 src:
2191 - src/compiler/ruby_plugin.cc
2192 deps:
2193 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194 secure: false
2195 vs_config_type: Application
2196 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
yang-gbe5a2c42016-01-14 13:11:15 -08002197- name: hybrid_end2end_test
2198 build: test
2199 language: c++
2200 src:
2201 - test/cpp/end2end/hybrid_end2end_test.cc
2202 deps:
2203 - grpc++_test_util
2204 - grpc_test_util
2205 - grpc++
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: interop_client
2210 build: test
2211 run: false
2212 language: c++
2213 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002214 deps:
2215 - interop_client_main
2216 - interop_client_helper
2217 - grpc++_test_util
2218 - grpc_test_util
2219 - grpc++
2220 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002221 - gpr_test_util
2222 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002223 - grpc++_test_config
2224 platforms:
2225 - mac
2226 - linux
2227 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002228- name: interop_server
2229 build: test
2230 run: false
2231 language: c++
2232 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002233 deps:
2234 - interop_server_main
2235 - interop_server_helper
2236 - grpc++_test_util
2237 - grpc_test_util
2238 - grpc++
2239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002240 - gpr_test_util
2241 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002242 - grpc++_test_config
2243 platforms:
2244 - mac
2245 - linux
2246 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002248 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249 build: test
2250 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
2252 - test/cpp/interop/interop_test.cc
2253 deps:
2254 - grpc_test_util
2255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002256 - gpr_test_util
2257 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002258 platforms:
2259 - mac
2260 - linux
2261 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002262- name: metrics_client
2263 build: test
2264 run: false
2265 language: c++
2266 headers:
2267 - test/cpp/util/metrics_server.h
2268 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002269 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002270 - test/cpp/interop/metrics_client.cc
2271 deps:
2272 - grpc++
2273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002275 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002276- name: mock_test
2277 build: test
2278 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002279 src:
2280 - test/cpp/end2end/mock_test.cc
2281 deps:
2282 - grpc++_test_util
2283 - grpc_test_util
2284 - grpc++
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr_test_util
2287 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002288- name: qps_driver
2289 build: benchmark
2290 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002291 src:
2292 - test/cpp/qps/qps_driver.cc
2293 deps:
2294 - qps
2295 - grpc++_test_util
2296 - grpc_test_util
2297 - grpc++
2298 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002299 - gpr_test_util
2300 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002301 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302- name: qps_interarrival_test
2303 build: test
2304 run: false
2305 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002306 src:
2307 - test/cpp/qps/qps_interarrival_test.cc
2308 deps:
2309 - qps
2310 - grpc++_test_util
2311 - grpc_test_util
2312 - grpc++
2313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002314 - gpr_test_util
2315 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002316 platforms:
2317 - mac
2318 - linux
2319 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: qps_openloop_test
2321 build: test
2322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/cpp/qps/qps_openloop_test.cc
2325 deps:
2326 - qps
2327 - grpc++_test_util
2328 - grpc_test_util
2329 - grpc++
2330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002333 - grpc++_test_config
2334 platforms:
2335 - mac
2336 - linux
2337 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002338- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002339 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340 build: test
2341 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002342 src:
2343 - test/cpp/qps/qps_test.cc
2344 deps:
2345 - qps
2346 - grpc++_test_util
2347 - grpc_test_util
2348 - grpc++
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002352 - grpc++_test_config
2353 exclude_configs:
2354 - tsan
2355 platforms:
2356 - mac
2357 - linux
2358 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002359- name: qps_worker
2360 build: benchmark
2361 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002362 headers:
2363 - test/cpp/qps/client.h
2364 - test/cpp/qps/server.h
2365 src:
2366 - test/cpp/qps/worker.cc
2367 deps:
2368 - qps
2369 - grpc++_test_util
2370 - grpc_test_util
2371 - grpc++
2372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002373 - gpr_test_util
2374 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002375 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002376- name: reconnect_interop_client
2377 build: test
2378 run: false
2379 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002381 - src/proto/grpc/testing/empty.proto
2382 - src/proto/grpc/testing/messages.proto
2383 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002384 - test/cpp/interop/reconnect_interop_client.cc
2385 deps:
2386 - grpc++_test_util
2387 - grpc_test_util
2388 - grpc++
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002392 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393- name: reconnect_interop_server
2394 build: test
2395 run: false
2396 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002397 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002398 - src/proto/grpc/testing/empty.proto
2399 - src/proto/grpc/testing/messages.proto
2400 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002401 - test/cpp/interop/reconnect_interop_server.cc
2402 deps:
2403 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002404 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002405 - grpc++_test_util
2406 - grpc_test_util
2407 - grpc++
2408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002409 - gpr_test_util
2410 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002411 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412- name: secure_auth_context_test
2413 build: test
2414 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002415 src:
2416 - test/cpp/common/secure_auth_context_test.cc
2417 deps:
2418 - grpc++_test_util
2419 - grpc_test_util
2420 - grpc++
2421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002422 - gpr_test_util
2423 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002424- name: secure_sync_unary_ping_pong_test
2425 build: test
2426 language: c++
2427 src:
2428 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2429 deps:
2430 - qps
2431 - grpc++_test_util
2432 - grpc_test_util
2433 - grpc++
2434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002435 - gpr_test_util
2436 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002437 platforms:
2438 - mac
2439 - linux
2440 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002441- name: server_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002442 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443 build: test
2444 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002445 src:
2446 - test/cpp/end2end/server_crash_test.cc
2447 deps:
2448 - grpc++_test_util
2449 - grpc_test_util
2450 - grpc++
2451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002454 platforms:
2455 - mac
2456 - linux
2457 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002458- name: server_crash_test_client
2459 build: test
2460 run: false
2461 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
2463 - test/cpp/end2end/server_crash_test_client.cc
2464 deps:
2465 - grpc++_test_util
2466 - grpc_test_util
2467 - grpc++
2468 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002469 - gpr_test_util
2470 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002471- name: shutdown_test
2472 build: test
2473 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002474 src:
2475 - test/cpp/end2end/shutdown_test.cc
2476 deps:
2477 - grpc++_test_util
2478 - grpc_test_util
2479 - grpc++
2480 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002481 - gpr_test_util
2482 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002483- name: status_test
2484 build: test
2485 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002486 src:
2487 - test/cpp/util/status_test.cc
2488 deps:
2489 - grpc_test_util
2490 - grpc++
2491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002492 - gpr_test_util
2493 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002494- name: streaming_throughput_test
2495 build: test
2496 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002497 src:
2498 - test/cpp/end2end/streaming_throughput_test.cc
2499 deps:
2500 - grpc++_test_util
2501 - grpc_test_util
2502 - grpc++
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002506 platforms:
2507 - mac
2508 - linux
2509 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002510- name: stress_test
2511 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002512 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002513 language: c++
2514 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002515 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002516 - test/cpp/interop/interop_client.h
2517 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002518 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002519 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002520 - src/proto/grpc/testing/empty.proto
2521 - src/proto/grpc/testing/messages.proto
2522 - src/proto/grpc/testing/metrics.proto
2523 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002524 - test/cpp/interop/interop_client.cc
2525 - test/cpp/interop/stress_interop_client.cc
2526 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002527 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002528 deps:
2529 - grpc++_test_util
2530 - grpc_test_util
2531 - grpc++
2532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002533 - gpr_test_util
2534 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002535 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002536- name: sync_streaming_ping_pong_test
2537 build: test
2538 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002539 src:
2540 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2541 deps:
2542 - qps
2543 - grpc++_test_util
2544 - grpc_test_util
2545 - grpc++
2546 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002547 - gpr_test_util
2548 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002549 platforms:
2550 - mac
2551 - linux
2552 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553- name: sync_unary_ping_pong_test
2554 build: test
2555 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
2557 - test/cpp/qps/sync_unary_ping_pong_test.cc
2558 deps:
2559 - qps
2560 - grpc++_test_util
2561 - grpc_test_util
2562 - grpc++
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002566 platforms:
2567 - mac
2568 - linux
2569 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002570- name: thread_stress_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002571 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002572 build: test
2573 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002574 src:
2575 - test/cpp/end2end/thread_stress_test.cc
2576 deps:
2577 - grpc++_test_util
2578 - grpc_test_util
2579 - grpc++
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583- name: zookeeper_test
2584 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002585 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002586 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002587 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002588 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002589 - test/cpp/end2end/zookeeper_test.cc
2590 deps:
2591 - grpc++_test_util
2592 - grpc_test_util
2593 - grpc++
2594 - grpc_zookeeper
2595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002596 - gpr_test_util
2597 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002598 external_deps:
2599 - zookeeper
2600 platforms:
2601 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002602- name: public_headers_must_be_c89
2603 build: test
2604 language: c89
2605 src:
2606 - test/core/surface/public_headers_must_be_c89.c
2607 deps:
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002610vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002611- linkage: static
2612 name: grpc.dependencies.zlib
2613 props: false
2614 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002615 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002616- linkage: static
2617 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002618 props: true
2619 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002620 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002621- name: gflags
2622 props: false
2623 redist: false
2624 version: 2.1.2.1
2625- name: gtest
2626 props: false
2627 redist: false
2628 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002629configs:
2630 asan:
2631 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002632 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002633 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002634 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002635 LD: clang
2636 LDFLAGS: -fsanitize=address
2637 LDXX: clang++
2638 compile_the_world: true
2639 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002640 ASAN_OPTIONS: detect_leaks=1:color=always
2641 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tiller81df68d2016-01-21 13:59:50 -08002642 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002643 asan-noleaks:
2644 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002645 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002646 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002647 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002648 LD: clang
2649 LDFLAGS: -fsanitize=address
2650 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002651 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002652 test_environ:
2653 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tiller81df68d2016-01-21 13:59:50 -08002654 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002655 basicprof:
2656 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2657 DEFINES: NDEBUG
2658 dbg:
2659 CPPFLAGS: -O0
2660 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002661 gcov:
2662 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002663 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002664 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002665 DEFINES: _DEBUG DEBUG GPR_GCOV
2666 LD: gcc
2667 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2668 LDXX: g++
2669 helgrind:
2670 CPPFLAGS: -O0
2671 DEFINES: _DEBUG DEBUG
2672 LDFLAGS: -rdynamic
2673 timeout_multiplier: 20
2674 valgrind: --tool=helgrind
2675 memcheck:
2676 CPPFLAGS: -O0
2677 DEFINES: _DEBUG DEBUG
2678 LDFLAGS: -rdynamic
2679 timeout_multiplier: 10
2680 valgrind: --tool=memcheck --leak-check=full
2681 msan:
2682 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002683 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002684 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002685 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002686 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002687 DEFINES: NDEBUG
2688 LD: clang
2689 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2690 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2691 LDXX: clang++
2692 compile_the_world: true
Craig Tiller3e301a32016-01-27 15:36:52 -08002693 timeout_multiplier: 2
Craig Tillera0f85172016-01-20 15:56:06 -08002694 mutrace:
2695 CPPFLAGS: -O0
2696 DEFINES: _DEBUG DEBUG
2697 LDFLAGS: -rdynamic
2698 opt:
2699 CPPFLAGS: -O2
2700 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002701 stapprof:
2702 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2703 DEFINES: NDEBUG
2704 tsan:
2705 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002706 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002707 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002708 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002709 LD: clang
2710 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2711 LDXX: clang++
2712 compile_the_world: true
2713 test_environ:
2714 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2715 timeout_multiplier: 2
2716 ubsan:
2717 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002718 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002719 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002720 DEFINES: NDEBUG
2721 LD: clang
2722 LDFLAGS: -fsanitize=undefined
2723 LDXX: clang++
2724 compile_the_world: true
2725 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002726defaults:
2727 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002728 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002729 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002730 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002731 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002732 global:
2733 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2734 LDFLAGS: -g
2735 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002736 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002737 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002738node_modules:
2739- deps:
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002742 - boringssl
2743 - z
murgatroid9994a75412015-11-19 14:04:53 -08002744 headers:
2745 - src/node/ext/byte_buffer.h
2746 - src/node/ext/call.h
2747 - src/node/ext/call_credentials.h
2748 - src/node/ext/channel.h
2749 - src/node/ext/channel_credentials.h
2750 - src/node/ext/completion_queue_async_worker.h
2751 - src/node/ext/server.h
2752 - src/node/ext/server_credentials.h
2753 - src/node/ext/timeval.h
2754 js:
2755 - src/node/index.js
2756 - src/node/src/client.js
2757 - src/node/src/common.js
2758 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002759 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002760 - src/node/src/metadata.js
2761 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002762 name: grpc_node
2763 src:
2764 - src/node/ext/byte_buffer.cc
2765 - src/node/ext/call.cc
2766 - src/node/ext/call_credentials.cc
2767 - src/node/ext/channel.cc
2768 - src/node/ext/channel_credentials.cc
2769 - src/node/ext/completion_queue_async_worker.cc
2770 - src/node/ext/node_grpc.cc
2771 - src/node/ext/server.cc
2772 - src/node/ext/server_credentials.cc
2773 - src/node/ext/timeval.cc
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002774python_dependencies:
2775 deps:
2776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002777 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002778 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002779 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002780ruby_gem:
2781 deps:
2782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002783 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002784 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07002785 - z