blob: de741d6cb6a090f71d09834d589e3ea8d4b1156e [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
248 - src/core/channel/channel_args.h
249 - src/core/channel/channel_stack.h
250 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700251 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/channel/compress_filter.h
253 - src/core/channel/connected_channel.h
254 - src/core/channel/context.h
255 - src/core/channel/http_client_filter.h
256 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800257 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700258 - src/core/client_config/client_config.h
259 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800260 - src/core/client_config/initial_connect_string.h
Craig Tiller25834342015-09-25 08:08:24 -0700261 - src/core/client_config/lb_policies/pick_first.h
262 - src/core/client_config/lb_policies/round_robin.h
263 - src/core/client_config/lb_policy.h
264 - src/core/client_config/lb_policy_factory.h
265 - src/core/client_config/lb_policy_registry.h
266 - src/core/client_config/resolver.h
267 - src/core/client_config/resolver_factory.h
268 - src/core/client_config/resolver_registry.h
269 - src/core/client_config/resolvers/dns_resolver.h
270 - src/core/client_config/resolvers/sockaddr_resolver.h
271 - src/core/client_config/subchannel.h
272 - src/core/client_config/subchannel_factory.h
Craig Tiller25834342015-09-25 08:08:24 -0700273 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800274 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700275 - src/core/compression/message_compress.h
276 - src/core/debug/trace.h
277 - src/core/httpcli/format_request.h
278 - src/core/httpcli/httpcli.h
279 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700280 - src/core/iomgr/closure.h
281 - src/core/iomgr/endpoint.h
282 - src/core/iomgr/endpoint_pair.h
283 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700284 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700285 - src/core/iomgr/fd_posix.h
286 - src/core/iomgr/iocp_windows.h
287 - src/core/iomgr/iomgr.h
288 - src/core/iomgr/iomgr_internal.h
289 - src/core/iomgr/iomgr_posix.h
290 - src/core/iomgr/pollset.h
291 - src/core/iomgr/pollset_posix.h
292 - src/core/iomgr/pollset_set.h
293 - src/core/iomgr/pollset_set_posix.h
294 - src/core/iomgr/pollset_set_windows.h
295 - src/core/iomgr/pollset_windows.h
296 - src/core/iomgr/resolve_address.h
297 - src/core/iomgr/sockaddr.h
298 - src/core/iomgr/sockaddr_posix.h
299 - src/core/iomgr/sockaddr_utils.h
300 - src/core/iomgr/sockaddr_win32.h
301 - src/core/iomgr/socket_utils_posix.h
302 - src/core/iomgr/socket_windows.h
303 - src/core/iomgr/tcp_client.h
304 - src/core/iomgr/tcp_posix.h
305 - src/core/iomgr/tcp_server.h
306 - src/core/iomgr/tcp_windows.h
307 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700308 - src/core/iomgr/timer.h
309 - src/core/iomgr/timer_heap.h
310 - src/core/iomgr/timer_internal.h
Craig Tiller25834342015-09-25 08:08:24 -0700311 - src/core/iomgr/udp_server.h
312 - src/core/iomgr/wakeup_fd_pipe.h
313 - src/core/iomgr/wakeup_fd_posix.h
314 - src/core/iomgr/workqueue.h
315 - src/core/iomgr/workqueue_posix.h
316 - src/core/iomgr/workqueue_windows.h
317 - src/core/json/json.h
318 - src/core/json/json_common.h
319 - src/core/json/json_reader.h
320 - src/core/json/json_writer.h
Craig Tiller25834342015-09-25 08:08:24 -0700321 - src/core/statistics/census_interface.h
322 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700323 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700324 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700325 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700326 - src/core/surface/channel.h
327 - src/core/surface/completion_queue.h
328 - src/core/surface/event_string.h
329 - src/core/surface/init.h
330 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700331 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800332 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700333 - src/core/transport/chttp2/alpn.h
334 - src/core/transport/chttp2/bin_encoder.h
335 - src/core/transport/chttp2/frame.h
336 - src/core/transport/chttp2/frame_data.h
337 - src/core/transport/chttp2/frame_goaway.h
338 - src/core/transport/chttp2/frame_ping.h
339 - src/core/transport/chttp2/frame_rst_stream.h
340 - src/core/transport/chttp2/frame_settings.h
341 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800342 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700343 - src/core/transport/chttp2/hpack_parser.h
344 - src/core/transport/chttp2/hpack_table.h
345 - src/core/transport/chttp2/http2_errors.h
346 - src/core/transport/chttp2/huffsyms.h
347 - src/core/transport/chttp2/incoming_metadata.h
348 - src/core/transport/chttp2/internal.h
349 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700350 - src/core/transport/chttp2/stream_map.h
351 - src/core/transport/chttp2/timeout_encoding.h
352 - src/core/transport/chttp2/varint.h
353 - src/core/transport/chttp2_transport.h
354 - src/core/transport/connectivity_state.h
355 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800356 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800357 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700358 - src/core/transport/transport.h
359 - src/core/transport/transport_impl.h
360 src:
361 - src/core/census/grpc_context.c
362 - src/core/census/grpc_filter.c
363 - src/core/channel/channel_args.c
364 - src/core/channel/channel_stack.c
365 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700366 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700367 - src/core/channel/compress_filter.c
368 - src/core/channel/connected_channel.c
369 - src/core/channel/http_client_filter.c
370 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800371 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700372 - src/core/client_config/client_config.c
373 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800374 - src/core/client_config/default_initial_connect_string.c
375 - src/core/client_config/initial_connect_string.c
Craig Tiller25834342015-09-25 08:08:24 -0700376 - src/core/client_config/lb_policies/pick_first.c
377 - src/core/client_config/lb_policies/round_robin.c
378 - src/core/client_config/lb_policy.c
379 - src/core/client_config/lb_policy_factory.c
380 - src/core/client_config/lb_policy_registry.c
381 - src/core/client_config/resolver.c
382 - src/core/client_config/resolver_factory.c
383 - src/core/client_config/resolver_registry.c
384 - src/core/client_config/resolvers/dns_resolver.c
385 - src/core/client_config/resolvers/sockaddr_resolver.c
386 - src/core/client_config/subchannel.c
387 - src/core/client_config/subchannel_factory.c
Craig Tiller25834342015-09-25 08:08:24 -0700388 - src/core/client_config/uri_parser.c
389 - src/core/compression/algorithm.c
390 - src/core/compression/message_compress.c
391 - src/core/debug/trace.c
392 - src/core/httpcli/format_request.c
393 - src/core/httpcli/httpcli.c
394 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700395 - src/core/iomgr/closure.c
396 - src/core/iomgr/endpoint.c
397 - src/core/iomgr/endpoint_pair_posix.c
398 - src/core/iomgr/endpoint_pair_windows.c
399 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700400 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700401 - src/core/iomgr/fd_posix.c
402 - src/core/iomgr/iocp_windows.c
403 - src/core/iomgr/iomgr.c
404 - src/core/iomgr/iomgr_posix.c
405 - src/core/iomgr/iomgr_windows.c
406 - src/core/iomgr/pollset_multipoller_with_epoll.c
407 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
408 - src/core/iomgr/pollset_posix.c
409 - src/core/iomgr/pollset_set_posix.c
410 - src/core/iomgr/pollset_set_windows.c
411 - src/core/iomgr/pollset_windows.c
412 - src/core/iomgr/resolve_address_posix.c
413 - src/core/iomgr/resolve_address_windows.c
414 - src/core/iomgr/sockaddr_utils.c
415 - src/core/iomgr/socket_utils_common_posix.c
416 - src/core/iomgr/socket_utils_linux.c
417 - src/core/iomgr/socket_utils_posix.c
418 - src/core/iomgr/socket_windows.c
419 - src/core/iomgr/tcp_client_posix.c
420 - src/core/iomgr/tcp_client_windows.c
421 - src/core/iomgr/tcp_posix.c
422 - src/core/iomgr/tcp_server_posix.c
423 - src/core/iomgr/tcp_server_windows.c
424 - src/core/iomgr/tcp_windows.c
425 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700426 - src/core/iomgr/timer.c
427 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700428 - src/core/iomgr/udp_server.c
429 - src/core/iomgr/wakeup_fd_eventfd.c
430 - src/core/iomgr/wakeup_fd_nospecial.c
431 - src/core/iomgr/wakeup_fd_pipe.c
432 - src/core/iomgr/wakeup_fd_posix.c
433 - src/core/iomgr/workqueue_posix.c
434 - src/core/iomgr/workqueue_windows.c
435 - src/core/json/json.c
436 - src/core/json/json_reader.c
437 - src/core/json/json_string.c
438 - src/core/json/json_writer.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100439 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700440 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700441 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700442 - src/core/surface/byte_buffer_reader.c
443 - src/core/surface/call.c
444 - src/core/surface/call_details.c
445 - src/core/surface/call_log_batch.c
446 - src/core/surface/channel.c
447 - src/core/surface/channel_connectivity.c
448 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800449 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700450 - src/core/surface/completion_queue.c
451 - src/core/surface/event_string.c
452 - src/core/surface/init.c
453 - src/core/surface/lame_client.c
454 - src/core/surface/metadata_array.c
455 - src/core/surface/server.c
456 - src/core/surface/server_chttp2.c
457 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800458 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700459 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800460 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700461 - src/core/transport/chttp2/alpn.c
462 - src/core/transport/chttp2/bin_encoder.c
463 - src/core/transport/chttp2/frame_data.c
464 - src/core/transport/chttp2/frame_goaway.c
465 - src/core/transport/chttp2/frame_ping.c
466 - src/core/transport/chttp2/frame_rst_stream.c
467 - src/core/transport/chttp2/frame_settings.c
468 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800469 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700470 - src/core/transport/chttp2/hpack_parser.c
471 - src/core/transport/chttp2/hpack_table.c
472 - src/core/transport/chttp2/huffsyms.c
473 - src/core/transport/chttp2/incoming_metadata.c
474 - src/core/transport/chttp2/parsing.c
475 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700476 - src/core/transport/chttp2/stream_lists.c
477 - src/core/transport/chttp2/stream_map.c
478 - src/core/transport/chttp2/timeout_encoding.c
479 - src/core/transport/chttp2/varint.c
480 - src/core/transport/chttp2/writing.c
481 - src/core/transport/chttp2_transport.c
482 - src/core/transport/connectivity_state.c
483 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800484 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800485 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700486 - src/core/transport/transport.c
487 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800488- name: grpc_codegen
489 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800490 - include/grpc/impl/codegen/byte_buffer.h
491 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800492 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800493 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800494 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800495 - include/grpc/impl/codegen/status.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100496- name: grpc_secure
497 headers:
498 - src/core/security/auth_filters.h
499 - src/core/security/base64.h
500 - src/core/security/credentials.h
501 - src/core/security/handshake.h
502 - src/core/security/json_token.h
503 - src/core/security/jwt_verifier.h
504 - src/core/security/secure_endpoint.h
505 - src/core/security/security_connector.h
506 - src/core/security/security_context.h
507 - src/core/tsi/fake_transport_security.h
508 - src/core/tsi/ssl_transport_security.h
509 - src/core/tsi/ssl_types.h
510 - src/core/tsi/transport_security.h
511 - src/core/tsi/transport_security_interface.h
512 src:
513 - src/core/httpcli/httpcli_security_connector.c
514 - src/core/security/base64.c
515 - src/core/security/client_auth_filter.c
516 - src/core/security/credentials.c
517 - src/core/security/credentials_metadata.c
518 - src/core/security/credentials_posix.c
519 - src/core/security/credentials_win32.c
520 - src/core/security/google_default_credentials.c
521 - src/core/security/handshake.c
522 - src/core/security/json_token.c
523 - src/core/security/jwt_verifier.c
524 - src/core/security/secure_endpoint.c
525 - src/core/security/security_connector.c
526 - src/core/security/security_context.c
527 - src/core/security/server_auth_filter.c
528 - src/core/security/server_secure_chttp2.c
529 - src/core/surface/init_secure.c
530 - src/core/surface/secure_channel_create.c
531 - src/core/tsi/fake_transport_security.c
532 - src/core/tsi/ssl_transport_security.c
533 - src/core/tsi/transport_security.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700534- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700535 headers:
536 - test/core/end2end/cq_verifier.h
537 - test/core/end2end/fixtures/proxy.h
538 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700539 - test/core/util/grpc_profiler.h
540 - test/core/util/parse_hexstring.h
541 - test/core/util/port.h
542 - test/core/util/slice_splitter.h
543 src:
544 - test/core/end2end/cq_verifier.c
545 - test/core/end2end/fixtures/proxy.c
546 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700547 - test/core/util/grpc_profiler.c
548 - test/core/util/parse_hexstring.c
549 - test/core/util/port_posix.c
550 - test/core/util/port_windows.c
551 - test/core/util/slice_splitter.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100552libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800553- name: gpr
554 build: all
555 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800556 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800557 - gpr
558 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800559 secure: false
560 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
561- name: gpr_test_util
562 build: private
563 language: c
564 headers:
565 - test/core/util/test_config.h
566 src:
567 - test/core/util/test_config.c
568 deps:
569 - gpr
570 secure: false
571 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700572- name: grpc
573 build: all
574 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700575 public_headers:
576 - include/grpc/grpc_security.h
Craig Tillerda179ce2016-02-09 12:01:53 -0800577 deps:
578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700579 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800580 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700581 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700582 filegroups:
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100583 - grpc_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700584 - grpc_base
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100585 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700586 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700587 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700588 vs_packages:
589 - grpc.dependencies.openssl
590 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700591 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100592- name: grpc_dll
593 build: private
594 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100595 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100596 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100597 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100598 - grpc
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100599 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100600 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100601 vs_config_type: DynamicLibrary
602 vs_packages:
603 - grpc.dependencies.openssl
604 - grpc.dependencies.zlib
605 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
606 vs_props:
607 - zlib
608 - openssl
609 - winsock
610 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700611- name: grpc_test_util
612 build: private
613 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700614 headers:
615 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800616 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700617 src:
618 - test/core/end2end/data/server1_cert.c
619 - test/core/end2end/data/server1_key.c
620 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800621 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700622 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800623 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800624 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700625 - grpc
626 filegroups:
627 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700628 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
629- name: grpc_test_util_unsecure
630 build: private
631 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700632 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800633 - gpr
634 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800635 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700636 filegroups:
637 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700638 secure: false
639 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
640- name: grpc_unsecure
641 build: all
642 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700643 src:
644 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800645 deps:
646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700647 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800648 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700649 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700650 filegroups:
651 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800652 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700653 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700654 secure: false
655 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
656- name: grpc_zookeeper
657 build: all
658 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700659 public_headers:
660 - include/grpc/grpc_zookeeper.h
661 headers:
662 - src/core/client_config/resolvers/zookeeper_resolver.h
663 src:
664 - src/core/client_config/resolvers/zookeeper_resolver.c
665 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800666 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700667 - grpc
668 external_deps:
669 - zookeeper
670 platforms:
671 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700672 secure: false
673- name: reconnect_server
674 build: private
675 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700676 headers:
677 - test/core/util/reconnect_server.h
678 src:
679 - test/core/util/reconnect_server.c
680 deps:
yang-gc9fca182015-11-06 16:41:33 -0800681 - test_tcp_server
682 - grpc_test_util
683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800684 - gpr_test_util
685 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800686- name: test_tcp_server
687 build: private
688 language: c
689 headers:
690 - test/core/util/test_tcp_server.h
691 src:
692 - test/core/util/test_tcp_server.c
693 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700694 - grpc_test_util
695 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800696 - gpr_test_util
697 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700698- name: grpc++
699 build: all
700 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700701 headers:
702 - src/cpp/client/secure_credentials.h
703 - src/cpp/common/secure_auth_context.h
704 - src/cpp/server/secure_server_credentials.h
705 src:
Craig Tiller25834342015-09-25 08:08:24 -0700706 - src/cpp/client/secure_credentials.cc
707 - src/cpp/common/auth_property_iterator.cc
708 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800709 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700710 - src/cpp/common/secure_create_auth_context.cc
711 - src/cpp/server/secure_server_credentials.cc
712 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700713 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700714 baselib: true
715 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700716 filegroups:
717 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800718 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700719 secure: check
720 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
721- name: grpc++_test_config
722 build: private
723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700724 headers:
725 - test/cpp/util/test_config.h
726 src:
727 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700728- name: grpc++_test_util
729 build: private
730 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700731 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800732 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800733 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700734 - test/cpp/util/cli_call.h
735 - test/cpp/util/create_test_channel.h
736 - test/cpp/util/string_ref_helper.h
737 - test/cpp/util/subprocess.h
738 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800739 - src/proto/grpc/testing/echo_messages.proto
740 - src/proto/grpc/testing/echo.proto
741 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800742 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800743 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700744 - test/cpp/util/cli_call.cc
745 - test/cpp/util/create_test_channel.cc
746 - test/cpp/util/string_ref_helper.cc
747 - test/cpp/util/subprocess.cc
748 deps:
749 - grpc++
750 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700751- name: grpc++_unsecure
752 build: all
753 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700754 src:
755 - src/cpp/common/insecure_create_auth_context.cc
756 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800757 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700758 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700759 baselib: true
760 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700761 filegroups:
762 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800763 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700764 secure: false
765 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
766- name: grpc_plugin_support
767 build: protoc
768 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700769 headers:
770 - include/grpc++/support/config.h
771 - include/grpc++/support/config_protobuf.h
772 - src/compiler/config.h
773 - src/compiler/cpp_generator.h
774 - src/compiler/cpp_generator_helpers.h
775 - src/compiler/csharp_generator.h
776 - src/compiler/csharp_generator_helpers.h
777 - src/compiler/generator_helpers.h
778 - src/compiler/objective_c_generator.h
779 - src/compiler/objective_c_generator_helpers.h
780 - src/compiler/python_generator.h
781 - src/compiler/ruby_generator.h
782 - src/compiler/ruby_generator_helpers-inl.h
783 - src/compiler/ruby_generator_map-inl.h
784 - src/compiler/ruby_generator_string-inl.h
785 src:
786 - src/compiler/cpp_generator.cc
787 - src/compiler/csharp_generator.cc
788 - src/compiler/objective_c_generator.cc
789 - src/compiler/python_generator.cc
790 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700791 deps: []
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800792 filegroups:
793 - grpc++_codegen
794 - grpc_codegen
Craig Tillerad095982016-02-09 12:45:04 -0800795 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700796 secure: false
797 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
798- name: interop_client_helper
799 build: private
800 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700801 headers:
802 - test/cpp/interop/client_helper.h
803 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800804 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700805 - test/cpp/interop/client_helper.cc
806 deps:
807 - grpc++_test_util
808 - grpc_test_util
809 - grpc++
810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800811 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700812- name: interop_client_main
813 build: private
814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700815 headers:
816 - test/cpp/interop/interop_client.h
817 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800818 - src/proto/grpc/testing/empty.proto
819 - src/proto/grpc/testing/messages.proto
820 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700821 - test/cpp/interop/client.cc
822 - test/cpp/interop/interop_client.cc
823 deps:
824 - interop_client_helper
825 - grpc++_test_util
826 - grpc_test_util
827 - grpc++
828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800829 - gpr_test_util
830 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700831 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700832- name: interop_server_helper
833 build: private
834 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700835 headers:
836 - test/cpp/interop/server_helper.h
837 src:
838 - test/cpp/interop/server_helper.cc
839 deps:
840 - grpc_test_util
841 - grpc++
842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800843 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700844- name: interop_server_main
845 build: private
846 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700847 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800848 - src/proto/grpc/testing/empty.proto
849 - src/proto/grpc/testing/messages.proto
850 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700851 - test/cpp/interop/server.cc
852 deps:
853 - interop_server_helper
854 - grpc++_test_util
855 - grpc_test_util
856 - grpc++
857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800858 - gpr_test_util
859 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700860 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700861- name: qps
862 build: private
863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700864 headers:
865 - test/cpp/qps/client.h
866 - test/cpp/qps/driver.h
867 - test/cpp/qps/histogram.h
868 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800869 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700870 - test/cpp/qps/perf_db_client.h
871 - test/cpp/qps/qps_worker.h
872 - test/cpp/qps/report.h
873 - test/cpp/qps/server.h
874 - test/cpp/qps/stats.h
875 - test/cpp/qps/timer.h
876 - test/cpp/util/benchmark_config.h
877 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800878 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800879 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800880 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800881 - src/proto/grpc/testing/control.proto
882 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800883 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700884 - test/cpp/qps/client_async.cc
885 - test/cpp/qps/client_sync.cc
886 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800887 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700888 - test/cpp/qps/perf_db_client.cc
889 - test/cpp/qps/qps_worker.cc
890 - test/cpp/qps/report.cc
891 - test/cpp/qps/server_async.cc
892 - test/cpp/qps/server_sync.cc
893 - test/cpp/qps/timer.cc
894 - test/cpp/util/benchmark_config.cc
895 deps:
896 - grpc_test_util
897 - grpc++_test_util
898 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700899- name: grpc_csharp_ext
900 build: all
901 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700902 src:
903 - src/csharp/ext/grpc_csharp_ext.c
904 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800906 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800907 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800908 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700909 dll: only
910 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700911 vs_packages:
912 - grpc.dependencies.openssl
913 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700914 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700915 vs_props:
916 - zlib
917 - openssl
918 - winsock
919 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700920targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100921- name: alarm_test
922 build: test
923 language: c
924 src:
925 - test/core/surface/alarm_test.c
926 deps:
927 - grpc_test_util
928 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800929 - gpr_test_util
930 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800931- name: algorithm_test
932 build: test
933 language: c
934 src:
935 - test/core/compression/algorithm_test.c
936 deps:
937 - grpc_test_util
938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800939 - gpr_test_util
940 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800941- name: alloc_test
942 build: test
943 language: c
944 src:
945 - test/core/support/alloc_test.c
946 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800947 - gpr_test_util
948 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949- name: alpn_test
950 build: test
951 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700952 src:
953 - test/core/transport/chttp2/alpn_test.c
954 deps:
955 - grpc_test_util
956 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800957 - gpr_test_util
958 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700959- name: bin_encoder_test
960 build: test
961 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700962 src:
963 - test/core/transport/chttp2/bin_encoder_test.c
964 deps:
965 - grpc_test_util
966 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800967- name: census_context_test
968 build: test
969 language: c
970 src:
971 - test/core/census/context_test.c
972 deps:
973 - grpc_test_util
974 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800975 - gpr_test_util
976 - gpr
Alistair Veitch85afe712016-02-02 17:58:15 -0800977- name: census_log_test
978 build: test
979 language: c
980 src:
981 - test/core/census/log_test.c
982 deps:
983 - grpc_test_util
984 - grpc
Alistair Veitch749250f2016-02-11 09:23:20 -0800985 - gpr_test_util
986 - gpr
yang-gc0ed5092015-12-09 08:48:08 -0800987- name: channel_create_test
988 build: test
989 language: c
990 src:
991 - test/core/surface/channel_create_test.c
992 deps:
993 - grpc_test_util
994 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800995 - gpr_test_util
996 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800997- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998 build: test
999 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001000 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001001 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001002 deps:
1003 - grpc_test_util
1004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001005 - gpr_test_util
1006 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001007- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001008 build: test
1009 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001010 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001011 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001012 deps:
1013 - grpc_test_util
1014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001015 - gpr_test_util
1016 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001017- name: chttp2_stream_map_test
1018 build: test
1019 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001020 src:
1021 - test/core/transport/chttp2/stream_map_test.c
1022 deps:
1023 - grpc_test_util
1024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001025 - gpr_test_util
1026 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001027- name: chttp2_varint_test
1028 build: test
1029 language: c
1030 src:
1031 - test/core/transport/chttp2/varint_test.c
1032 deps:
1033 - grpc_test_util
1034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001035 - gpr_test_util
1036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001037- name: compression_test
1038 build: test
1039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001040 src:
1041 - test/core/compression/compression_test.c
1042 deps:
1043 - grpc_test_util
1044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001045 - gpr_test_util
1046 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001047- name: dns_resolver_test
1048 build: test
1049 language: c
1050 src:
1051 - test/core/client_config/resolvers/dns_resolver_test.c
1052 deps:
1053 - grpc_test_util
1054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001055 - gpr_test_util
1056 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001057- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001058 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001059 build: test
1060 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001061 src:
1062 - test/core/end2end/dualstack_socket_test.c
1063 deps:
1064 - grpc_test_util
1065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001066 - gpr_test_util
1067 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001068 platforms:
1069 - mac
1070 - linux
1071 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001072- name: endpoint_pair_test
1073 build: test
1074 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001075 src:
1076 - test/core/iomgr/endpoint_pair_test.c
1077 deps:
1078 - grpc_test_util
1079 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001080 - gpr_test_util
1081 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001082- name: fd_conservation_posix_test
1083 build: test
1084 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001085 src:
1086 - test/core/iomgr/fd_conservation_posix_test.c
1087 deps:
1088 - grpc_test_util
1089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001090 - gpr_test_util
1091 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001092 platforms:
1093 - mac
1094 - linux
1095 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001096- name: fd_posix_test
1097 build: test
1098 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001099 src:
1100 - test/core/iomgr/fd_posix_test.c
1101 deps:
1102 - grpc_test_util
1103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001104 - gpr_test_util
1105 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001106 platforms:
1107 - mac
1108 - linux
1109 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110- name: fling_client
1111 build: test
1112 run: false
1113 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001114 src:
1115 - test/core/fling/client.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_server
1122 build: test
1123 run: false
1124 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001125 src:
1126 - test/core/fling/server.c
1127 deps:
1128 - grpc_test_util
1129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001130 - gpr_test_util
1131 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001132- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001133 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001134 build: test
1135 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001136 src:
1137 - test/core/fling/fling_stream_test.c
1138 deps:
1139 - grpc_test_util
1140 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001141 - gpr_test_util
1142 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001143 platforms:
1144 - mac
1145 - linux
1146 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001148 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149 build: test
1150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001151 src:
1152 - test/core/fling/fling_test.c
1153 deps:
1154 - grpc_test_util
1155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001156 - gpr_test_util
1157 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001158 platforms:
1159 - mac
1160 - linux
1161 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162- name: gen_hpack_tables
1163 build: tool
1164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001165 src:
1166 - tools/codegen/core/gen_hpack_tables.c
1167 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001168 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001169 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001170- name: gen_legal_metadata_characters
1171 build: tool
1172 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001173 src:
1174 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001175 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001176- name: gpr_avl_test
1177 build: test
1178 language: c
1179 src:
1180 - test/core/support/avl_test.c
1181 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001182 - gpr_test_util
1183 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001184- name: gpr_cmdline_test
1185 build: test
1186 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001187 src:
1188 - test/core/support/cmdline_test.c
1189 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001190 - gpr_test_util
1191 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001192- name: gpr_cpu_test
1193 build: test
1194 language: c
1195 src:
1196 - test/core/support/cpu_test.c
1197 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001198 - gpr_test_util
1199 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001200- name: gpr_env_test
1201 build: test
1202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001203 src:
1204 - test/core/support/env_test.c
1205 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001206 - gpr_test_util
1207 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001208- name: gpr_file_test
1209 build: test
1210 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001211 src:
1212 - test/core/support/file_test.c
1213 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001214 - gpr_test_util
1215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001216- name: gpr_histogram_test
1217 build: test
1218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001219 src:
1220 - test/core/support/histogram_test.c
1221 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001222 - gpr_test_util
1223 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001224- name: gpr_host_port_test
1225 build: test
1226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001227 src:
1228 - test/core/support/host_port_test.c
1229 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001230 - gpr_test_util
1231 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001232- name: gpr_log_test
1233 build: test
1234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001235 src:
1236 - test/core/support/log_test.c
1237 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001238 - gpr_test_util
1239 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001240- name: gpr_slice_buffer_test
1241 build: test
1242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001243 src:
1244 - test/core/support/slice_buffer_test.c
1245 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001246 - gpr_test_util
1247 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001248- name: gpr_slice_test
1249 build: test
1250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001251 src:
1252 - test/core/support/slice_test.c
1253 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 - gpr_test_util
1255 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001257 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258 build: test
1259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001260 src:
1261 - test/core/support/stack_lockfree_test.c
1262 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001263 - gpr_test_util
1264 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001265- name: gpr_string_test
1266 build: test
1267 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001268 src:
1269 - test/core/support/string_test.c
1270 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001271 - gpr_test_util
1272 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001273- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001274 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001275 build: test
1276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001277 src:
1278 - test/core/support/sync_test.c
1279 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001283 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284 build: test
1285 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001286 src:
1287 - test/core/support/thd_test.c
1288 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001289 - gpr_test_util
1290 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001291- name: gpr_time_test
1292 build: test
1293 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001294 src:
1295 - test/core/support/time_test.c
1296 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001297 - gpr_test_util
1298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001299- name: gpr_tls_test
1300 build: test
1301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001302 src:
1303 - test/core/support/tls_test.c
1304 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr_test_util
1306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001307- name: gpr_useful_test
1308 build: test
1309 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001310 src:
1311 - test/core/support/useful_test.c
1312 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001313 - gpr_test_util
1314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001315- name: grpc_auth_context_test
1316 build: test
1317 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001318 src:
1319 - test/core/security/auth_context_test.c
1320 deps:
1321 - grpc_test_util
1322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001323 - gpr_test_util
1324 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325- name: grpc_base64_test
1326 build: test
1327 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001328 src:
1329 - test/core/security/base64_test.c
1330 deps:
1331 - grpc_test_util
1332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001333 - gpr_test_util
1334 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335- name: grpc_byte_buffer_reader_test
1336 build: test
1337 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001338 src:
1339 - test/core/surface/byte_buffer_reader_test.c
1340 deps:
1341 - grpc_test_util
1342 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001343 - gpr_test_util
1344 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001345- name: grpc_channel_args_test
1346 build: test
1347 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001348 src:
1349 - test/core/channel/channel_args_test.c
1350 deps:
1351 - grpc_test_util
1352 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001353 - gpr_test_util
1354 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001355- name: grpc_channel_stack_test
1356 build: test
1357 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001358 src:
1359 - test/core/channel/channel_stack_test.c
1360 deps:
1361 - grpc_test_util
1362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001363 - gpr_test_util
1364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001365- name: grpc_completion_queue_test
1366 build: test
1367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001368 src:
1369 - test/core/surface/completion_queue_test.c
1370 deps:
1371 - grpc_test_util
1372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr_test_util
1374 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001375- name: grpc_create_jwt
1376 build: tool
1377 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001378 src:
1379 - test/core/security/create_jwt.c
1380 deps:
1381 - grpc_test_util
1382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001383 - gpr_test_util
1384 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001385- name: grpc_credentials_test
1386 build: test
1387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001388 src:
1389 - test/core/security/credentials_test.c
1390 deps:
1391 - grpc_test_util
1392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001393 - gpr_test_util
1394 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001395- name: grpc_fetch_oauth2
1396 build: tool
1397 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001398 src:
1399 - test/core/security/fetch_oauth2.c
1400 deps:
1401 - grpc_test_util
1402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001403 - gpr_test_util
1404 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001405- name: grpc_invalid_channel_args_test
1406 build: test
1407 language: c
1408 src:
1409 - test/core/surface/invalid_channel_args_test.c
1410 deps:
1411 - grpc_test_util
1412 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001413 - gpr_test_util
1414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: grpc_json_token_test
1416 build: test
1417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001418 src:
1419 - test/core/security/json_token_test.c
1420 deps:
1421 - grpc_test_util
1422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001423 - gpr_test_util
1424 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001425 platforms:
1426 - linux
1427 - posix
1428 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001429- name: grpc_jwt_verifier_test
1430 build: test
1431 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001432 src:
1433 - test/core/security/jwt_verifier_test.c
1434 deps:
1435 - grpc_test_util
1436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr_test_util
1438 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001439- name: grpc_print_google_default_creds_token
1440 build: tool
1441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001442 src:
1443 - test/core/security/print_google_default_creds_token.c
1444 deps:
1445 - grpc_test_util
1446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001447 - gpr_test_util
1448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001449- name: grpc_security_connector_test
1450 build: test
1451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001452 src:
1453 - test/core/security/security_connector_test.c
1454 deps:
1455 - grpc_test_util
1456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001457 - gpr_test_util
1458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001459- name: grpc_verify_jwt
1460 build: tool
1461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001462 src:
1463 - test/core/security/verify_jwt.c
1464 deps:
1465 - grpc_test_util
1466 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001467 - gpr_test_util
1468 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001469- name: hpack_parser_test
1470 build: test
1471 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001472 src:
1473 - test/core/transport/chttp2/hpack_parser_test.c
1474 deps:
1475 - grpc_test_util
1476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001477 - gpr_test_util
1478 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001479- name: hpack_table_test
1480 build: test
1481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001482 src:
1483 - test/core/transport/chttp2/hpack_table_test.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr_test_util
1488 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489- name: httpcli_format_request_test
1490 build: test
1491 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001492 src:
1493 - test/core/httpcli/format_request_test.c
1494 deps:
1495 - grpc_test_util
1496 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001497 - gpr_test_util
1498 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001499- name: httpcli_parser_test
1500 build: test
1501 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001502 src:
1503 - test/core/httpcli/parser_test.c
1504 deps:
1505 - grpc_test_util
1506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001507 - gpr_test_util
1508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001510 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001511 build: test
1512 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001513 src:
1514 - test/core/httpcli/httpcli_test.c
1515 deps:
1516 - grpc_test_util
1517 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001518 - gpr_test_util
1519 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001520 platforms:
1521 - mac
1522 - linux
1523 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001524- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001525 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001526 build: test
1527 language: c
1528 src:
1529 - test/core/httpcli/httpscli_test.c
1530 deps:
1531 - grpc_test_util
1532 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001533 - gpr_test_util
1534 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001535 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001536 - linux
yang-gf1183302015-12-07 16:02:05 -08001537- name: init_test
1538 build: test
1539 language: c
1540 src:
1541 - test/core/surface/init_test.c
1542 deps:
1543 - grpc_test_util
1544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001545 - gpr_test_util
1546 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001547- name: invalid_call_argument_test
1548 build: test
1549 language: c
1550 src:
1551 - test/core/end2end/invalid_call_argument_test.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001557- name: json_rewrite
1558 build: test
1559 run: false
1560 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001561 src:
1562 - test/core/json/json_rewrite.c
1563 deps:
1564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001566- name: json_rewrite_test
1567 build: test
1568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001569 src:
1570 - test/core/json/json_rewrite_test.c
1571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001576- name: json_stream_error_test
1577 build: test
1578 language: c
1579 src:
1580 - test/core/json/json_stream_error_test.c
1581 deps:
1582 - grpc_test_util
1583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586- name: json_test
1587 build: test
1588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001589 src:
1590 - test/core/json/json_test.c
1591 deps:
1592 - grpc_test_util
1593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001594 - gpr_test_util
1595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001596- name: lame_client_test
1597 build: test
1598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001599 src:
1600 - test/core/surface/lame_client_test.c
1601 deps:
1602 - grpc_test_util
1603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001604 - gpr_test_util
1605 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001606- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001607 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001608 build: test
1609 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001610 src:
1611 - test/core/client_config/lb_policies_test.c
1612 deps:
1613 - grpc_test_util
1614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001615 - gpr_test_util
1616 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001617- name: low_level_ping_pong_benchmark
1618 build: benchmark
1619 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001620 src:
1621 - test/core/network_benchmarks/low_level_ping_pong.c
1622 deps:
1623 - grpc_test_util
1624 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001625 - gpr_test_util
1626 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001627 platforms:
1628 - mac
1629 - linux
1630 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001631- name: message_compress_test
1632 build: test
1633 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001634 src:
1635 - test/core/compression/message_compress_test.c
1636 deps:
1637 - grpc_test_util
1638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001639 - gpr_test_util
1640 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001641- name: multiple_server_queues_test
1642 build: test
1643 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001644 src:
1645 - test/core/end2end/multiple_server_queues_test.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001649 - gpr_test_util
1650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001651- name: murmur_hash_test
1652 build: test
1653 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001654 src:
1655 - test/core/support/murmur_hash_test.c
1656 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001657 - gpr_test_util
1658 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001660 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001661 build: test
1662 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001663 src:
1664 - test/core/end2end/no_server_test.c
1665 deps:
1666 - grpc_test_util
1667 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001668 - gpr_test_util
1669 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001670- name: resolve_address_test
1671 build: test
1672 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
1674 - test/core/iomgr/resolve_address_test.c
1675 deps:
1676 - grpc_test_util
1677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
yang-gd482e592015-12-10 14:04:00 -08001680- name: secure_channel_create_test
1681 build: test
1682 language: c
1683 src:
1684 - test/core/surface/secure_channel_create_test.c
1685 deps:
1686 - grpc_test_util
1687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr_test_util
1689 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690- name: secure_endpoint_test
1691 build: test
1692 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001693 src:
1694 - test/core/security/secure_endpoint_test.c
1695 deps:
1696 - grpc_test_util
1697 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr_test_util
1699 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001700- name: server_chttp2_test
1701 build: test
1702 language: c
1703 src:
1704 - test/core/surface/server_chttp2_test.c
1705 deps:
1706 - grpc_test_util
1707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001708 - gpr_test_util
1709 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001710- name: server_test
1711 build: test
1712 language: c
1713 src:
1714 - test/core/surface/server_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001718 - gpr_test_util
1719 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001720- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001721 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001722 build: test
1723 language: c
1724 src:
1725 - test/core/client_config/set_initial_connect_string_test.c
1726 deps:
1727 - test_tcp_server
1728 - grpc_test_util
1729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001730 - gpr_test_util
1731 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001732- name: sockaddr_resolver_test
1733 build: test
1734 language: c
1735 src:
1736 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1737 deps:
1738 - grpc_test_util
1739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr_test_util
1741 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001742- name: sockaddr_utils_test
1743 build: test
1744 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001745 src:
1746 - test/core/iomgr/sockaddr_utils_test.c
1747 deps:
1748 - grpc_test_util
1749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001750 - gpr_test_util
1751 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001752- name: socket_utils_test
1753 build: test
1754 language: c
1755 src:
1756 - test/core/iomgr/socket_utils_test.c
1757 deps:
1758 - grpc_test_util
1759 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001760 - gpr_test_util
1761 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001762 platforms:
1763 - mac
1764 - linux
1765 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001766- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001767 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001768 build: test
1769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001770 src:
1771 - test/core/iomgr/tcp_client_posix_test.c
1772 deps:
1773 - grpc_test_util
1774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001777 platforms:
1778 - mac
1779 - linux
1780 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001781- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001782 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001783 build: test
1784 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001785 src:
1786 - test/core/iomgr/tcp_posix_test.c
1787 deps:
1788 - grpc_test_util
1789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001790 - gpr_test_util
1791 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001792 platforms:
1793 - mac
1794 - linux
1795 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001796- name: tcp_server_posix_test
1797 build: test
1798 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001799 src:
1800 - test/core/iomgr/tcp_server_posix_test.c
1801 deps:
1802 - grpc_test_util
1803 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001804 - gpr_test_util
1805 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001806 platforms:
1807 - mac
1808 - linux
1809 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001810- name: time_averaged_stats_test
1811 build: test
1812 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001813 src:
1814 - test/core/iomgr/time_averaged_stats_test.c
1815 deps:
1816 - grpc_test_util
1817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001818 - gpr_test_util
1819 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001820- name: timeout_encoding_test
1821 build: test
1822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001823 src:
1824 - test/core/transport/chttp2/timeout_encoding_test.c
1825 deps:
1826 - grpc_test_util
1827 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001828 - gpr_test_util
1829 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001830- name: timer_heap_test
1831 build: test
1832 language: c
1833 src:
1834 - test/core/iomgr/timer_heap_test.c
1835 deps:
1836 - grpc_test_util
1837 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001838 - gpr_test_util
1839 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001840- name: timer_list_test
1841 build: test
1842 language: c
1843 src:
1844 - test/core/iomgr/timer_list_test.c
1845 deps:
1846 - grpc_test_util
1847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001848 - gpr_test_util
1849 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001850- name: timers_test
1851 build: test
1852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001853 src:
1854 - test/core/profiling/timers_test.c
1855 deps:
1856 - grpc_test_util
1857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001858 - gpr_test_util
1859 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001860- name: transport_connectivity_state_test
1861 build: test
1862 language: c
1863 src:
1864 - test/core/transport/connectivity_state_test.c
1865 deps:
1866 - grpc_test_util
1867 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001868 - gpr_test_util
1869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: transport_metadata_test
1871 build: test
1872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
1874 - test/core/transport/metadata_test.c
1875 deps:
1876 - grpc_test_util
1877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001878 - gpr_test_util
1879 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001880- name: transport_security_test
1881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
1884 - test/core/tsi/transport_security_test.c
1885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001890 platforms:
1891 - linux
1892 - posix
1893 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: udp_server_test
1895 build: test
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
1898 - test/core/iomgr/udp_server_test.c
1899 deps:
1900 - grpc_test_util
1901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001902 - gpr_test_util
1903 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001904 platforms:
1905 - mac
1906 - linux
1907 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908- name: uri_parser_test
1909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/client_config/uri_parser_test.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001918- name: workqueue_test
1919 build: test
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
1922 - test/core/iomgr/workqueue_test.c
1923 deps:
1924 - grpc_test_util
1925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001926 - gpr_test_util
1927 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001928 platforms:
1929 - mac
1930 - linux
1931 - posix
vjpai04e992a2016-02-10 16:58:38 -08001932- name: alarm_cpp_test
1933 build: test
1934 language: c++
1935 src:
1936 - test/cpp/common/alarm_cpp_test.cc
1937 deps:
1938 - grpc++_test_util
1939 - grpc_test_util
1940 - grpc++
1941 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001942 - gpr_test_util
1943 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001944- name: async_end2end_test
1945 build: test
1946 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001947 src:
1948 - test/cpp/end2end/async_end2end_test.cc
1949 deps:
1950 - grpc++_test_util
1951 - grpc_test_util
1952 - grpc++
1953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001954 - gpr_test_util
1955 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: async_streaming_ping_pong_test
1957 build: test
1958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
1960 - test/cpp/qps/async_streaming_ping_pong_test.cc
1961 deps:
1962 - qps
1963 - grpc++_test_util
1964 - grpc_test_util
1965 - grpc++
1966 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001967 - gpr_test_util
1968 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001969 platforms:
1970 - mac
1971 - linux
1972 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001973- name: async_unary_ping_pong_test
1974 build: test
1975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001976 src:
1977 - test/cpp/qps/async_unary_ping_pong_test.cc
1978 deps:
1979 - qps
1980 - grpc++_test_util
1981 - grpc_test_util
1982 - grpc++
1983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001984 - gpr_test_util
1985 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001986 platforms:
1987 - mac
1988 - linux
1989 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001990- name: auth_property_iterator_test
1991 build: test
1992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001993 src:
1994 - test/cpp/common/auth_property_iterator_test.cc
1995 deps:
1996 - grpc++_test_util
1997 - grpc_test_util
1998 - grpc++
1999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002000 - gpr_test_util
2001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002002- name: channel_arguments_test
2003 build: test
2004 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002005 src:
yang-g52705592015-11-25 11:45:33 -08002006 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002007 deps:
2008 - grpc++
2009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002010 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002011- name: cli_call_test
2012 build: test
2013 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002014 src:
2015 - test/cpp/util/cli_call_test.cc
2016 deps:
2017 - grpc++_test_util
2018 - grpc_test_util
2019 - grpc++
2020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002021 - gpr_test_util
2022 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002023- name: client_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002024 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025 build: test
2026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - test/cpp/end2end/client_crash_test.cc
2029 deps:
2030 - grpc++_test_util
2031 - grpc_test_util
2032 - grpc++
2033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002036 platforms:
2037 - mac
2038 - linux
2039 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002040- name: client_crash_test_server
2041 build: test
2042 run: false
2043 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002044 src:
2045 - test/cpp/end2end/client_crash_test_server.cc
2046 deps:
2047 - grpc++_test_util
2048 - grpc_test_util
2049 - grpc++
2050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: credentials_test
2054 build: test
2055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/cpp/client/credentials_test.cc
2058 deps:
2059 - grpc++
2060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002062- name: cxx_byte_buffer_test
2063 build: test
2064 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002065 src:
2066 - test/cpp/util/byte_buffer_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_slice_test
2074 build: test
2075 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/cpp/util/slice_test.cc
2078 deps:
2079 - grpc_test_util
2080 - grpc++
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002084- name: cxx_string_ref_test
2085 build: test
2086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/cpp/util/string_ref_test.cc
2089 deps:
2090 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002091- name: cxx_time_test
2092 build: test
2093 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/cpp/util/time_test.cc
2096 deps:
2097 - grpc_test_util
2098 - grpc++
2099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002100 - gpr_test_util
2101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: end2end_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002103 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002104 build: test
2105 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/cpp/end2end/end2end_test.cc
2108 deps:
2109 - grpc++_test_util
2110 - grpc_test_util
2111 - grpc++
2112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002113 - gpr_test_util
2114 - gpr
vjpai083dc622016-01-11 09:41:17 -08002115- name: generic_async_streaming_ping_pong_test
2116 build: test
2117 language: c++
2118 src:
2119 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2120 deps:
2121 - qps
2122 - grpc++_test_util
2123 - grpc_test_util
2124 - grpc++
2125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002126 - gpr_test_util
2127 - gpr
vjpai083dc622016-01-11 09:41:17 -08002128 platforms:
2129 - mac
2130 - linux
2131 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: generic_end2end_test
2133 build: test
2134 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
2136 - test/cpp/end2end/generic_end2end_test.cc
2137 deps:
2138 - grpc++_test_util
2139 - grpc_test_util
2140 - grpc++
2141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 - gpr_test_util
2143 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144- name: grpc_cli
2145 build: test
2146 run: false
2147 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002148 src:
2149 - test/cpp/util/grpc_cli.cc
2150 deps:
2151 - grpc++_test_util
2152 - grpc_test_util
2153 - grpc++
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002157 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158- name: grpc_cpp_plugin
2159 build: protoc
2160 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002161 src:
2162 - src/compiler/cpp_plugin.cc
2163 deps:
2164 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165 secure: false
2166 vs_config_type: Application
2167 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2168- name: grpc_csharp_plugin
2169 build: protoc
2170 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002171 src:
2172 - src/compiler/csharp_plugin.cc
2173 deps:
2174 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002175 secure: false
2176 vs_config_type: Application
2177 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2178- name: grpc_objective_c_plugin
2179 build: protoc
2180 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002181 src:
2182 - src/compiler/objective_c_plugin.cc
2183 deps:
2184 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002185 secure: false
2186 vs_config_type: Application
2187 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2188- name: grpc_python_plugin
2189 build: protoc
2190 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002191 src:
2192 - src/compiler/python_plugin.cc
2193 deps:
2194 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002195 secure: false
2196 vs_config_type: Application
2197 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2198- name: grpc_ruby_plugin
2199 build: protoc
2200 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002201 src:
2202 - src/compiler/ruby_plugin.cc
2203 deps:
2204 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002205 secure: false
2206 vs_config_type: Application
2207 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
yang-gbe5a2c42016-01-14 13:11:15 -08002208- name: hybrid_end2end_test
2209 build: test
2210 language: c++
2211 src:
2212 - test/cpp/end2end/hybrid_end2end_test.cc
2213 deps:
2214 - grpc++_test_util
2215 - grpc_test_util
2216 - grpc++
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002220- name: interop_client
2221 build: test
2222 run: false
2223 language: c++
2224 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002225 deps:
2226 - interop_client_main
2227 - interop_client_helper
2228 - grpc++_test_util
2229 - grpc_test_util
2230 - grpc++
2231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002234 - grpc++_test_config
2235 platforms:
2236 - mac
2237 - linux
2238 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: interop_server
2240 build: test
2241 run: false
2242 language: c++
2243 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002244 deps:
2245 - interop_server_main
2246 - interop_server_helper
2247 - grpc++_test_util
2248 - grpc_test_util
2249 - grpc++
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002253 - grpc++_test_config
2254 platforms:
2255 - mac
2256 - linux
2257 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002258- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002259 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260 build: test
2261 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002262 src:
2263 - test/cpp/interop/interop_test.cc
2264 deps:
2265 - grpc_test_util
2266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002267 - gpr_test_util
2268 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002269 platforms:
2270 - mac
2271 - linux
2272 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002273- name: metrics_client
2274 build: test
2275 run: false
2276 language: c++
2277 headers:
2278 - test/cpp/util/metrics_server.h
2279 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002280 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002281 - test/cpp/interop/metrics_client.cc
2282 deps:
2283 - grpc++
2284 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002285 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002286 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002287- name: mock_test
2288 build: test
2289 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002290 src:
2291 - test/cpp/end2end/mock_test.cc
2292 deps:
2293 - grpc++_test_util
2294 - grpc_test_util
2295 - grpc++
2296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: qps_driver
2300 build: benchmark
2301 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/cpp/qps/qps_driver.cc
2304 deps:
2305 - qps
2306 - grpc++_test_util
2307 - grpc_test_util
2308 - grpc++
2309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002310 - gpr_test_util
2311 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002312 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313- name: qps_interarrival_test
2314 build: test
2315 run: false
2316 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
2318 - test/cpp/qps/qps_interarrival_test.cc
2319 deps:
2320 - qps
2321 - grpc++_test_util
2322 - grpc_test_util
2323 - grpc++
2324 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002325 - gpr_test_util
2326 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002327 platforms:
2328 - mac
2329 - linux
2330 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331- name: qps_openloop_test
2332 build: test
2333 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
2335 - test/cpp/qps/qps_openloop_test.cc
2336 deps:
2337 - qps
2338 - grpc++_test_util
2339 - grpc_test_util
2340 - grpc++
2341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr_test_util
2343 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002344 - grpc++_test_config
2345 platforms:
2346 - mac
2347 - linux
2348 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002349- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002350 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351 build: test
2352 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002353 src:
2354 - test/cpp/qps/qps_test.cc
2355 deps:
2356 - qps
2357 - grpc++_test_util
2358 - grpc_test_util
2359 - grpc++
2360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002361 - gpr_test_util
2362 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002363 - grpc++_test_config
2364 exclude_configs:
2365 - tsan
2366 platforms:
2367 - mac
2368 - linux
2369 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: qps_worker
2371 build: benchmark
2372 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002373 headers:
2374 - test/cpp/qps/client.h
2375 - test/cpp/qps/server.h
2376 src:
2377 - test/cpp/qps/worker.cc
2378 deps:
2379 - qps
2380 - grpc++_test_util
2381 - grpc_test_util
2382 - grpc++
2383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002384 - gpr_test_util
2385 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002386 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387- name: reconnect_interop_client
2388 build: test
2389 run: false
2390 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002391 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002392 - src/proto/grpc/testing/empty.proto
2393 - src/proto/grpc/testing/messages.proto
2394 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002395 - test/cpp/interop/reconnect_interop_client.cc
2396 deps:
2397 - grpc++_test_util
2398 - grpc_test_util
2399 - grpc++
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002403 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: reconnect_interop_server
2405 build: test
2406 run: false
2407 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002408 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002409 - src/proto/grpc/testing/empty.proto
2410 - src/proto/grpc/testing/messages.proto
2411 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002412 - test/cpp/interop/reconnect_interop_server.cc
2413 deps:
2414 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002415 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002416 - grpc++_test_util
2417 - grpc_test_util
2418 - grpc++
2419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002420 - gpr_test_util
2421 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002422 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423- name: secure_auth_context_test
2424 build: test
2425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
2427 - test/cpp/common/secure_auth_context_test.cc
2428 deps:
2429 - grpc++_test_util
2430 - grpc_test_util
2431 - grpc++
2432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr_test_util
2434 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002435- name: secure_sync_unary_ping_pong_test
2436 build: test
2437 language: c++
2438 src:
2439 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2440 deps:
2441 - qps
2442 - grpc++_test_util
2443 - grpc_test_util
2444 - grpc++
2445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002446 - gpr_test_util
2447 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002448 platforms:
2449 - mac
2450 - linux
2451 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002452- name: server_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002453 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002454 build: test
2455 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002456 src:
2457 - test/cpp/end2end/server_crash_test.cc
2458 deps:
2459 - grpc++_test_util
2460 - grpc_test_util
2461 - grpc++
2462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr_test_util
2464 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002465 platforms:
2466 - mac
2467 - linux
2468 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002469- name: server_crash_test_client
2470 build: test
2471 run: false
2472 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
2474 - test/cpp/end2end/server_crash_test_client.cc
2475 deps:
2476 - grpc++_test_util
2477 - grpc_test_util
2478 - grpc++
2479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002480 - gpr_test_util
2481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482- name: shutdown_test
2483 build: test
2484 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002485 src:
2486 - test/cpp/end2end/shutdown_test.cc
2487 deps:
2488 - grpc++_test_util
2489 - grpc_test_util
2490 - grpc++
2491 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002492 - gpr_test_util
2493 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002494- name: status_test
2495 build: test
2496 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002497 src:
2498 - test/cpp/util/status_test.cc
2499 deps:
2500 - grpc_test_util
2501 - grpc++
2502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002503 - gpr_test_util
2504 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002505- name: streaming_throughput_test
2506 build: test
2507 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002508 src:
2509 - test/cpp/end2end/streaming_throughput_test.cc
2510 deps:
2511 - grpc++_test_util
2512 - grpc_test_util
2513 - grpc++
2514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002515 - gpr_test_util
2516 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002517 platforms:
2518 - mac
2519 - linux
2520 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002521- name: stress_test
2522 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002523 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002524 language: c++
2525 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002526 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002527 - test/cpp/interop/interop_client.h
2528 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002529 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002530 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002531 - src/proto/grpc/testing/empty.proto
2532 - src/proto/grpc/testing/messages.proto
2533 - src/proto/grpc/testing/metrics.proto
2534 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002535 - test/cpp/interop/interop_client.cc
2536 - test/cpp/interop/stress_interop_client.cc
2537 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002538 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002539 deps:
2540 - grpc++_test_util
2541 - grpc_test_util
2542 - grpc++
2543 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002544 - gpr_test_util
2545 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002546 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002547- name: sync_streaming_ping_pong_test
2548 build: test
2549 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002550 src:
2551 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2552 deps:
2553 - qps
2554 - grpc++_test_util
2555 - grpc_test_util
2556 - grpc++
2557 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002558 - gpr_test_util
2559 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002560 platforms:
2561 - mac
2562 - linux
2563 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: sync_unary_ping_pong_test
2565 build: test
2566 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002567 src:
2568 - test/cpp/qps/sync_unary_ping_pong_test.cc
2569 deps:
2570 - qps
2571 - grpc++_test_util
2572 - grpc_test_util
2573 - grpc++
2574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002575 - gpr_test_util
2576 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002577 platforms:
2578 - mac
2579 - linux
2580 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002581- name: thread_stress_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002582 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002583 build: test
2584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002585 src:
2586 - test/cpp/end2end/thread_stress_test.cc
2587 deps:
2588 - grpc++_test_util
2589 - grpc_test_util
2590 - grpc++
2591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002592 - gpr_test_util
2593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002594- name: zookeeper_test
2595 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002596 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002597 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002598 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002599 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002600 - test/cpp/end2end/zookeeper_test.cc
2601 deps:
2602 - grpc++_test_util
2603 - grpc_test_util
2604 - grpc++
2605 - grpc_zookeeper
2606 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002607 - gpr_test_util
2608 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002609 external_deps:
2610 - zookeeper
2611 platforms:
2612 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002613- name: public_headers_must_be_c89
2614 build: test
2615 language: c89
2616 src:
2617 - test/core/surface/public_headers_must_be_c89.c
2618 deps:
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002621vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002622- linkage: static
2623 name: grpc.dependencies.zlib
2624 props: false
2625 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002626 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002627- linkage: static
2628 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002629 props: true
2630 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002631 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002632- name: gflags
2633 props: false
2634 redist: false
2635 version: 2.1.2.1
2636- name: gtest
2637 props: false
2638 redist: false
2639 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002640configs:
2641 asan:
2642 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002643 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002644 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002645 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002646 LD: clang
2647 LDFLAGS: -fsanitize=address
2648 LDXX: clang++
2649 compile_the_world: true
2650 test_environ:
2651 ASAN_OPTIONS: suppressions=tools/asan_suppressions.txt:detect_leaks=1:color=always
2652 LSAN_OPTIONS: suppressions=tools/asan_suppressions.txt:report_objects=1
Craig Tiller81df68d2016-01-21 13:59:50 -08002653 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002654 asan-noleaks:
2655 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002656 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002657 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002658 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002659 LD: clang
2660 LDFLAGS: -fsanitize=address
2661 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002662 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002663 test_environ:
2664 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tiller81df68d2016-01-21 13:59:50 -08002665 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002666 basicprof:
2667 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2668 DEFINES: NDEBUG
2669 dbg:
2670 CPPFLAGS: -O0
2671 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002672 gcov:
2673 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002674 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002675 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002676 DEFINES: _DEBUG DEBUG GPR_GCOV
2677 LD: gcc
2678 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2679 LDXX: g++
2680 helgrind:
2681 CPPFLAGS: -O0
2682 DEFINES: _DEBUG DEBUG
2683 LDFLAGS: -rdynamic
2684 timeout_multiplier: 20
2685 valgrind: --tool=helgrind
2686 memcheck:
2687 CPPFLAGS: -O0
2688 DEFINES: _DEBUG DEBUG
2689 LDFLAGS: -rdynamic
2690 timeout_multiplier: 10
2691 valgrind: --tool=memcheck --leak-check=full
2692 msan:
2693 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002694 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002695 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002696 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002697 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002698 DEFINES: NDEBUG
2699 LD: clang
2700 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2701 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2702 LDXX: clang++
2703 compile_the_world: true
Craig Tiller3e301a32016-01-27 15:36:52 -08002704 timeout_multiplier: 2
Craig Tillera0f85172016-01-20 15:56:06 -08002705 mutrace:
2706 CPPFLAGS: -O0
2707 DEFINES: _DEBUG DEBUG
2708 LDFLAGS: -rdynamic
2709 opt:
2710 CPPFLAGS: -O2
2711 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002712 stapprof:
2713 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2714 DEFINES: NDEBUG
2715 tsan:
2716 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002717 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002718 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002719 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002720 LD: clang
2721 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2722 LDXX: clang++
2723 compile_the_world: true
2724 test_environ:
2725 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2726 timeout_multiplier: 2
2727 ubsan:
2728 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002729 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002730 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002731 DEFINES: NDEBUG
2732 LD: clang
2733 LDFLAGS: -fsanitize=undefined
2734 LDXX: clang++
2735 compile_the_world: true
2736 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002737defaults:
2738 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002739 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002740 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002741 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002742 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002743 global:
2744 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2745 LDFLAGS: -g
2746 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002747 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002748 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002749node_modules:
2750- deps:
2751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002752 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002753 - boringssl
2754 - z
murgatroid9994a75412015-11-19 14:04:53 -08002755 headers:
2756 - src/node/ext/byte_buffer.h
2757 - src/node/ext/call.h
2758 - src/node/ext/call_credentials.h
2759 - src/node/ext/channel.h
2760 - src/node/ext/channel_credentials.h
2761 - src/node/ext/completion_queue_async_worker.h
2762 - src/node/ext/server.h
2763 - src/node/ext/server_credentials.h
2764 - src/node/ext/timeval.h
2765 js:
2766 - src/node/index.js
2767 - src/node/src/client.js
2768 - src/node/src/common.js
2769 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002770 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002771 - src/node/src/metadata.js
2772 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002773 name: grpc_node
2774 src:
2775 - src/node/ext/byte_buffer.cc
2776 - src/node/ext/call.cc
2777 - src/node/ext/call_credentials.cc
2778 - src/node/ext/channel.cc
2779 - src/node/ext/channel_credentials.cc
2780 - src/node/ext/completion_queue_async_worker.cc
2781 - src/node/ext/node_grpc.cc
2782 - src/node/ext/server.cc
2783 - src/node/ext/server_credentials.cc
2784 - src/node/ext/timeval.cc
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002785python_dependencies:
2786 deps:
2787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002788 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002789 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002790 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002791ruby_gem:
2792 deps:
2793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002794 - gpr
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002795 - boringssl
2796 - z