blob: 5b1878eb9f17e1c21c60ae2b6796a99dad6081c7 [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 Tiller694cf8b2016-01-15 21:13:25 -0800273 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700274 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800275 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700276 - src/core/compression/message_compress.h
277 - src/core/debug/trace.h
278 - src/core/httpcli/format_request.h
279 - src/core/httpcli/httpcli.h
280 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700281 - src/core/iomgr/closure.h
282 - src/core/iomgr/endpoint.h
283 - src/core/iomgr/endpoint_pair.h
284 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700285 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700286 - src/core/iomgr/fd_posix.h
287 - src/core/iomgr/iocp_windows.h
288 - src/core/iomgr/iomgr.h
289 - src/core/iomgr/iomgr_internal.h
290 - src/core/iomgr/iomgr_posix.h
291 - src/core/iomgr/pollset.h
292 - src/core/iomgr/pollset_posix.h
293 - src/core/iomgr/pollset_set.h
294 - src/core/iomgr/pollset_set_posix.h
295 - src/core/iomgr/pollset_set_windows.h
296 - src/core/iomgr/pollset_windows.h
297 - src/core/iomgr/resolve_address.h
298 - src/core/iomgr/sockaddr.h
299 - src/core/iomgr/sockaddr_posix.h
300 - src/core/iomgr/sockaddr_utils.h
301 - src/core/iomgr/sockaddr_win32.h
302 - src/core/iomgr/socket_utils_posix.h
303 - src/core/iomgr/socket_windows.h
304 - src/core/iomgr/tcp_client.h
305 - src/core/iomgr/tcp_posix.h
306 - src/core/iomgr/tcp_server.h
307 - src/core/iomgr/tcp_windows.h
308 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700309 - src/core/iomgr/timer.h
310 - src/core/iomgr/timer_heap.h
311 - src/core/iomgr/timer_internal.h
Craig Tiller25834342015-09-25 08:08:24 -0700312 - src/core/iomgr/udp_server.h
313 - src/core/iomgr/wakeup_fd_pipe.h
314 - src/core/iomgr/wakeup_fd_posix.h
315 - src/core/iomgr/workqueue.h
316 - src/core/iomgr/workqueue_posix.h
317 - src/core/iomgr/workqueue_windows.h
318 - src/core/json/json.h
319 - src/core/json/json_common.h
320 - src/core/json/json_reader.h
321 - src/core/json/json_writer.h
Craig Tiller25834342015-09-25 08:08:24 -0700322 - src/core/statistics/census_interface.h
323 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700324 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700325 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700326 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700327 - src/core/surface/channel.h
328 - src/core/surface/completion_queue.h
329 - src/core/surface/event_string.h
330 - src/core/surface/init.h
331 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700332 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800333 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700334 - src/core/transport/chttp2/alpn.h
335 - src/core/transport/chttp2/bin_encoder.h
336 - src/core/transport/chttp2/frame.h
337 - src/core/transport/chttp2/frame_data.h
338 - src/core/transport/chttp2/frame_goaway.h
339 - src/core/transport/chttp2/frame_ping.h
340 - src/core/transport/chttp2/frame_rst_stream.h
341 - src/core/transport/chttp2/frame_settings.h
342 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800343 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700344 - src/core/transport/chttp2/hpack_parser.h
345 - src/core/transport/chttp2/hpack_table.h
346 - src/core/transport/chttp2/http2_errors.h
347 - src/core/transport/chttp2/huffsyms.h
348 - src/core/transport/chttp2/incoming_metadata.h
349 - src/core/transport/chttp2/internal.h
350 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700351 - src/core/transport/chttp2/stream_map.h
352 - src/core/transport/chttp2/timeout_encoding.h
353 - src/core/transport/chttp2/varint.h
354 - src/core/transport/chttp2_transport.h
355 - src/core/transport/connectivity_state.h
356 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800357 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800358 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700359 - src/core/transport/transport.h
360 - src/core/transport/transport_impl.h
361 src:
362 - src/core/census/grpc_context.c
363 - src/core/census/grpc_filter.c
364 - src/core/channel/channel_args.c
365 - src/core/channel/channel_stack.c
366 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700367 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700368 - src/core/channel/compress_filter.c
369 - src/core/channel/connected_channel.c
370 - src/core/channel/http_client_filter.c
371 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800372 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700373 - src/core/client_config/client_config.c
374 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800375 - src/core/client_config/default_initial_connect_string.c
376 - src/core/client_config/initial_connect_string.c
Craig Tiller25834342015-09-25 08:08:24 -0700377 - src/core/client_config/lb_policies/pick_first.c
378 - src/core/client_config/lb_policies/round_robin.c
379 - src/core/client_config/lb_policy.c
380 - src/core/client_config/lb_policy_factory.c
381 - src/core/client_config/lb_policy_registry.c
382 - src/core/client_config/resolver.c
383 - src/core/client_config/resolver_factory.c
384 - src/core/client_config/resolver_registry.c
385 - src/core/client_config/resolvers/dns_resolver.c
386 - src/core/client_config/resolvers/sockaddr_resolver.c
387 - src/core/client_config/subchannel.c
388 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800389 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700390 - src/core/client_config/uri_parser.c
391 - src/core/compression/algorithm.c
392 - src/core/compression/message_compress.c
393 - src/core/debug/trace.c
394 - src/core/httpcli/format_request.c
395 - src/core/httpcli/httpcli.c
396 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700397 - src/core/iomgr/closure.c
398 - src/core/iomgr/endpoint.c
399 - src/core/iomgr/endpoint_pair_posix.c
400 - src/core/iomgr/endpoint_pair_windows.c
401 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700402 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700403 - src/core/iomgr/fd_posix.c
404 - src/core/iomgr/iocp_windows.c
405 - src/core/iomgr/iomgr.c
406 - src/core/iomgr/iomgr_posix.c
407 - src/core/iomgr/iomgr_windows.c
408 - src/core/iomgr/pollset_multipoller_with_epoll.c
409 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
410 - src/core/iomgr/pollset_posix.c
411 - src/core/iomgr/pollset_set_posix.c
412 - src/core/iomgr/pollset_set_windows.c
413 - src/core/iomgr/pollset_windows.c
414 - src/core/iomgr/resolve_address_posix.c
415 - src/core/iomgr/resolve_address_windows.c
416 - src/core/iomgr/sockaddr_utils.c
417 - src/core/iomgr/socket_utils_common_posix.c
418 - src/core/iomgr/socket_utils_linux.c
419 - src/core/iomgr/socket_utils_posix.c
420 - src/core/iomgr/socket_windows.c
421 - src/core/iomgr/tcp_client_posix.c
422 - src/core/iomgr/tcp_client_windows.c
423 - src/core/iomgr/tcp_posix.c
424 - src/core/iomgr/tcp_server_posix.c
425 - src/core/iomgr/tcp_server_windows.c
426 - src/core/iomgr/tcp_windows.c
427 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700428 - src/core/iomgr/timer.c
429 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700430 - src/core/iomgr/udp_server.c
431 - src/core/iomgr/wakeup_fd_eventfd.c
432 - src/core/iomgr/wakeup_fd_nospecial.c
433 - src/core/iomgr/wakeup_fd_pipe.c
434 - src/core/iomgr/wakeup_fd_posix.c
435 - src/core/iomgr/workqueue_posix.c
436 - src/core/iomgr/workqueue_windows.c
437 - src/core/json/json.c
438 - src/core/json/json_reader.c
439 - src/core/json/json_string.c
440 - src/core/json/json_writer.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100441 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700442 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700443 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700444 - src/core/surface/byte_buffer_reader.c
445 - src/core/surface/call.c
446 - src/core/surface/call_details.c
447 - src/core/surface/call_log_batch.c
448 - src/core/surface/channel.c
449 - src/core/surface/channel_connectivity.c
450 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800451 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700452 - src/core/surface/completion_queue.c
453 - src/core/surface/event_string.c
454 - src/core/surface/init.c
455 - src/core/surface/lame_client.c
456 - src/core/surface/metadata_array.c
457 - src/core/surface/server.c
458 - src/core/surface/server_chttp2.c
459 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800460 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700461 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800462 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700463 - src/core/transport/chttp2/alpn.c
464 - src/core/transport/chttp2/bin_encoder.c
465 - src/core/transport/chttp2/frame_data.c
466 - src/core/transport/chttp2/frame_goaway.c
467 - src/core/transport/chttp2/frame_ping.c
468 - src/core/transport/chttp2/frame_rst_stream.c
469 - src/core/transport/chttp2/frame_settings.c
470 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800471 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700472 - src/core/transport/chttp2/hpack_parser.c
473 - src/core/transport/chttp2/hpack_table.c
474 - src/core/transport/chttp2/huffsyms.c
475 - src/core/transport/chttp2/incoming_metadata.c
476 - src/core/transport/chttp2/parsing.c
477 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700478 - src/core/transport/chttp2/stream_lists.c
479 - src/core/transport/chttp2/stream_map.c
480 - src/core/transport/chttp2/timeout_encoding.c
481 - src/core/transport/chttp2/varint.c
482 - src/core/transport/chttp2/writing.c
483 - src/core/transport/chttp2_transport.c
484 - src/core/transport/connectivity_state.c
485 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800486 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800487 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700488 - src/core/transport/transport.c
489 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800490- name: grpc_codegen
491 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800492 - include/grpc/impl/codegen/byte_buffer.h
493 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800494 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800495 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800496 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800497 - include/grpc/impl/codegen/status.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700498- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700499 headers:
500 - test/core/end2end/cq_verifier.h
501 - test/core/end2end/fixtures/proxy.h
502 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700503 - test/core/util/grpc_profiler.h
504 - test/core/util/parse_hexstring.h
505 - test/core/util/port.h
506 - test/core/util/slice_splitter.h
507 src:
508 - test/core/end2end/cq_verifier.c
509 - test/core/end2end/fixtures/proxy.c
510 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700511 - test/core/util/grpc_profiler.c
512 - test/core/util/parse_hexstring.c
513 - test/core/util/port_posix.c
514 - test/core/util/port_windows.c
515 - test/core/util/slice_splitter.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100516libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800517- name: gpr
518 build: all
519 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800520 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800521 - gpr
522 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800523 secure: false
524 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
525- name: gpr_test_util
526 build: private
527 language: c
528 headers:
529 - test/core/util/test_config.h
530 src:
531 - test/core/util/test_config.c
532 deps:
533 - gpr
534 secure: false
535 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700536- name: grpc
537 build: all
538 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700539 public_headers:
540 - include/grpc/grpc_security.h
541 headers:
542 - src/core/security/auth_filters.h
543 - src/core/security/base64.h
544 - src/core/security/credentials.h
545 - src/core/security/handshake.h
546 - src/core/security/json_token.h
547 - src/core/security/jwt_verifier.h
548 - src/core/security/secure_endpoint.h
549 - src/core/security/security_connector.h
550 - src/core/security/security_context.h
551 - src/core/tsi/fake_transport_security.h
552 - src/core/tsi/ssl_transport_security.h
Craig Tiller0fe5ee72015-12-22 12:50:36 -0800553 - src/core/tsi/ssl_types.h
Craig Tiller25834342015-09-25 08:08:24 -0700554 - src/core/tsi/transport_security.h
555 - src/core/tsi/transport_security_interface.h
556 src:
557 - src/core/httpcli/httpcli_security_connector.c
558 - src/core/security/base64.c
559 - src/core/security/client_auth_filter.c
560 - src/core/security/credentials.c
561 - src/core/security/credentials_metadata.c
562 - src/core/security/credentials_posix.c
563 - src/core/security/credentials_win32.c
564 - src/core/security/google_default_credentials.c
565 - src/core/security/handshake.c
566 - src/core/security/json_token.c
567 - src/core/security/jwt_verifier.c
568 - src/core/security/secure_endpoint.c
569 - src/core/security/security_connector.c
570 - src/core/security/security_context.c
571 - src/core/security/server_auth_filter.c
572 - src/core/security/server_secure_chttp2.c
573 - src/core/surface/init_secure.c
574 - src/core/surface/secure_channel_create.c
575 - src/core/tsi/fake_transport_security.c
576 - src/core/tsi/ssl_transport_security.c
577 - src/core/tsi/transport_security.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800578 deps:
579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700580 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800581 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700582 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700583 filegroups:
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100584 - grpc_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700585 - grpc_base
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}'
592- name: grpc_test_util
593 build: private
594 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700595 headers:
596 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800597 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700598 src:
599 - test/core/end2end/data/server1_cert.c
600 - test/core/end2end/data/server1_key.c
601 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800602 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700603 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800604 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800605 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700606 - grpc
607 filegroups:
608 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700609 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
610- name: grpc_test_util_unsecure
611 build: private
612 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700613 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800614 - gpr
615 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800616 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700617 filegroups:
618 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700619 secure: false
620 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
621- name: grpc_unsecure
622 build: all
623 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700624 src:
625 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800626 deps:
627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700628 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800629 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700630 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700631 filegroups:
632 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800633 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700634 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700635 secure: false
636 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
637- name: grpc_zookeeper
638 build: all
639 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700640 public_headers:
641 - include/grpc/grpc_zookeeper.h
642 headers:
643 - src/core/client_config/resolvers/zookeeper_resolver.h
644 src:
645 - src/core/client_config/resolvers/zookeeper_resolver.c
646 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800647 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700648 - grpc
649 external_deps:
650 - zookeeper
651 platforms:
652 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700653 secure: false
654- name: reconnect_server
655 build: private
656 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700657 headers:
658 - test/core/util/reconnect_server.h
659 src:
660 - test/core/util/reconnect_server.c
661 deps:
yang-gc9fca182015-11-06 16:41:33 -0800662 - test_tcp_server
663 - grpc_test_util
664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800665 - gpr_test_util
666 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800667- name: test_tcp_server
668 build: private
669 language: c
670 headers:
671 - test/core/util/test_tcp_server.h
672 src:
673 - test/core/util/test_tcp_server.c
674 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700675 - grpc_test_util
676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800677 - gpr_test_util
678 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700679- name: grpc++
680 build: all
681 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700682 headers:
683 - src/cpp/client/secure_credentials.h
684 - src/cpp/common/secure_auth_context.h
685 - src/cpp/server/secure_server_credentials.h
686 src:
Craig Tiller25834342015-09-25 08:08:24 -0700687 - src/cpp/client/secure_credentials.cc
688 - src/cpp/common/auth_property_iterator.cc
689 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800690 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700691 - src/cpp/common/secure_create_auth_context.cc
692 - src/cpp/server/secure_server_credentials.cc
693 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700694 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700695 baselib: true
696 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700697 filegroups:
698 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800699 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700700 secure: check
701 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
702- name: grpc++_test_config
703 build: private
704 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700705 headers:
706 - test/cpp/util/test_config.h
707 src:
708 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700709- name: grpc++_test_util
710 build: private
711 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700712 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800713 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800714 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700715 - test/cpp/util/cli_call.h
716 - test/cpp/util/create_test_channel.h
717 - test/cpp/util/string_ref_helper.h
718 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800719 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700720 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800721 - src/proto/grpc/testing/echo_messages.proto
722 - src/proto/grpc/testing/echo.proto
723 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800724 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800725 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700726 - test/cpp/util/cli_call.cc
727 - test/cpp/util/create_test_channel.cc
728 - test/cpp/util/string_ref_helper.cc
729 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800730 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700731 deps:
732 - grpc++
733 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700734- name: grpc++_unsecure
735 build: all
736 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700737 src:
738 - src/cpp/common/insecure_create_auth_context.cc
739 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800740 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700741 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700742 baselib: true
743 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700744 filegroups:
745 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800746 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700747 secure: false
748 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
749- name: grpc_plugin_support
750 build: protoc
751 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700752 headers:
753 - include/grpc++/support/config.h
754 - include/grpc++/support/config_protobuf.h
755 - src/compiler/config.h
756 - src/compiler/cpp_generator.h
757 - src/compiler/cpp_generator_helpers.h
758 - src/compiler/csharp_generator.h
759 - src/compiler/csharp_generator_helpers.h
760 - src/compiler/generator_helpers.h
761 - src/compiler/objective_c_generator.h
762 - src/compiler/objective_c_generator_helpers.h
763 - src/compiler/python_generator.h
764 - src/compiler/ruby_generator.h
765 - src/compiler/ruby_generator_helpers-inl.h
766 - src/compiler/ruby_generator_map-inl.h
767 - src/compiler/ruby_generator_string-inl.h
768 src:
769 - src/compiler/cpp_generator.cc
770 - src/compiler/csharp_generator.cc
771 - src/compiler/objective_c_generator.cc
772 - src/compiler/python_generator.cc
773 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700774 deps: []
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800775 filegroups:
776 - grpc++_codegen
777 - grpc_codegen
Craig Tillerad095982016-02-09 12:45:04 -0800778 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700779 secure: false
780 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
781- name: interop_client_helper
782 build: private
783 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700784 headers:
785 - test/cpp/interop/client_helper.h
786 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800787 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700788 - test/cpp/interop/client_helper.cc
789 deps:
790 - grpc++_test_util
791 - grpc_test_util
792 - grpc++
793 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800794 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700795- name: interop_client_main
796 build: private
797 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700798 headers:
799 - test/cpp/interop/interop_client.h
800 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800801 - src/proto/grpc/testing/empty.proto
802 - src/proto/grpc/testing/messages.proto
803 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700804 - test/cpp/interop/client.cc
805 - test/cpp/interop/interop_client.cc
806 deps:
807 - interop_client_helper
808 - grpc++_test_util
809 - grpc_test_util
810 - grpc++
811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800812 - gpr_test_util
813 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700814 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700815- name: interop_server_helper
816 build: private
817 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700818 headers:
819 - test/cpp/interop/server_helper.h
820 src:
821 - test/cpp/interop/server_helper.cc
822 deps:
823 - grpc_test_util
824 - grpc++
825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800826 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700827- name: interop_server_main
828 build: private
829 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700830 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800831 - src/proto/grpc/testing/empty.proto
832 - src/proto/grpc/testing/messages.proto
833 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700834 - test/cpp/interop/server.cc
835 deps:
836 - interop_server_helper
837 - grpc++_test_util
838 - grpc_test_util
839 - grpc++
840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800841 - gpr_test_util
842 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700843 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700844- name: qps
845 build: private
846 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700847 headers:
848 - test/cpp/qps/client.h
849 - test/cpp/qps/driver.h
850 - test/cpp/qps/histogram.h
851 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800852 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700853 - test/cpp/qps/perf_db_client.h
854 - test/cpp/qps/qps_worker.h
855 - test/cpp/qps/report.h
856 - test/cpp/qps/server.h
857 - test/cpp/qps/stats.h
858 - test/cpp/qps/timer.h
859 - test/cpp/util/benchmark_config.h
860 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800861 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800862 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800863 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800864 - src/proto/grpc/testing/control.proto
865 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800866 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700867 - test/cpp/qps/client_async.cc
868 - test/cpp/qps/client_sync.cc
869 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800870 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700871 - test/cpp/qps/perf_db_client.cc
872 - test/cpp/qps/qps_worker.cc
873 - test/cpp/qps/report.cc
874 - test/cpp/qps/server_async.cc
875 - test/cpp/qps/server_sync.cc
876 - test/cpp/qps/timer.cc
877 - test/cpp/util/benchmark_config.cc
878 deps:
879 - grpc_test_util
880 - grpc++_test_util
881 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700882- name: grpc_csharp_ext
883 build: all
884 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700885 src:
886 - src/csharp/ext/grpc_csharp_ext.c
887 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800889 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800890 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800891 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700892 dll: only
893 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700894 vs_packages:
895 - grpc.dependencies.openssl
896 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700897 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700898 vs_props:
899 - zlib
900 - openssl
901 - winsock
902 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100904- name: alarm_test
905 build: test
906 language: c
907 src:
908 - test/core/surface/alarm_test.c
909 deps:
910 - grpc_test_util
911 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800912 - gpr_test_util
913 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800914- name: algorithm_test
915 build: test
916 language: c
917 src:
918 - test/core/compression/algorithm_test.c
919 deps:
920 - grpc_test_util
921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800922 - gpr_test_util
923 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800924- name: alloc_test
925 build: test
926 language: c
927 src:
928 - test/core/support/alloc_test.c
929 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800930 - gpr_test_util
931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700932- name: alpn_test
933 build: test
934 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700935 src:
936 - test/core/transport/chttp2/alpn_test.c
937 deps:
938 - grpc_test_util
939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800940 - gpr_test_util
941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700942- name: bin_encoder_test
943 build: test
944 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700945 src:
946 - test/core/transport/chttp2/bin_encoder_test.c
947 deps:
948 - grpc_test_util
949 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800950- name: census_context_test
951 build: test
952 language: c
953 src:
954 - test/core/census/context_test.c
955 deps:
956 - grpc_test_util
957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800958 - gpr_test_util
959 - gpr
Alistair Veitch85afe712016-02-02 17:58:15 -0800960- name: census_log_test
961 build: test
962 language: c
963 src:
964 - test/core/census/log_test.c
965 deps:
966 - grpc_test_util
967 - grpc
Alistair Veitch749250f2016-02-11 09:23:20 -0800968 - gpr_test_util
969 - gpr
yang-gc0ed5092015-12-09 08:48:08 -0800970- name: channel_create_test
971 build: test
972 language: c
973 src:
974 - test/core/surface/channel_create_test.c
975 deps:
976 - grpc_test_util
977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800978 - gpr_test_util
979 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800980- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700981 build: test
982 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700983 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800984 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700985 deps:
986 - grpc_test_util
987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800988 - gpr_test_util
989 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800990- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700991 build: test
992 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700993 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800994 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700995 deps:
996 - grpc_test_util
997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800998 - gpr_test_util
999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001000- name: chttp2_stream_map_test
1001 build: test
1002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001003 src:
1004 - test/core/transport/chttp2/stream_map_test.c
1005 deps:
1006 - grpc_test_util
1007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001008 - gpr_test_util
1009 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001010- name: chttp2_varint_test
1011 build: test
1012 language: c
1013 src:
1014 - test/core/transport/chttp2/varint_test.c
1015 deps:
1016 - grpc_test_util
1017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001018 - gpr_test_util
1019 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001020- name: compression_test
1021 build: test
1022 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001023 src:
1024 - test/core/compression/compression_test.c
1025 deps:
1026 - grpc_test_util
1027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001028 - gpr_test_util
1029 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001030- name: dns_resolver_test
1031 build: test
1032 language: c
1033 src:
1034 - test/core/client_config/resolvers/dns_resolver_test.c
1035 deps:
1036 - grpc_test_util
1037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001038 - gpr_test_util
1039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001040- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001041 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001042 build: test
1043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001044 src:
1045 - test/core/end2end/dualstack_socket_test.c
1046 deps:
1047 - grpc_test_util
1048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001049 - gpr_test_util
1050 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001051 platforms:
1052 - mac
1053 - linux
1054 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001055- name: endpoint_pair_test
1056 build: test
1057 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001058 src:
1059 - test/core/iomgr/endpoint_pair_test.c
1060 deps:
1061 - grpc_test_util
1062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001063 - gpr_test_util
1064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065- name: fd_conservation_posix_test
1066 build: test
1067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001068 src:
1069 - test/core/iomgr/fd_conservation_posix_test.c
1070 deps:
1071 - grpc_test_util
1072 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001073 - gpr_test_util
1074 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001075 platforms:
1076 - mac
1077 - linux
1078 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001079- name: fd_posix_test
1080 build: test
1081 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001082 src:
1083 - test/core/iomgr/fd_posix_test.c
1084 deps:
1085 - grpc_test_util
1086 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001087 - gpr_test_util
1088 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001089 platforms:
1090 - mac
1091 - linux
1092 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001093- name: fling_client
1094 build: test
1095 run: false
1096 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001097 src:
1098 - test/core/fling/client.c
1099 deps:
1100 - grpc_test_util
1101 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001102 - gpr_test_util
1103 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001104- name: fling_server
1105 build: test
1106 run: false
1107 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001108 src:
1109 - test/core/fling/server.c
1110 deps:
1111 - grpc_test_util
1112 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001113 - gpr_test_util
1114 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001116 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117 build: test
1118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001119 src:
1120 - test/core/fling/fling_stream_test.c
1121 deps:
1122 - grpc_test_util
1123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001124 - gpr_test_util
1125 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001126 platforms:
1127 - mac
1128 - linux
1129 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001131 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001132 build: test
1133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001134 src:
1135 - test/core/fling/fling_test.c
1136 deps:
1137 - grpc_test_util
1138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001139 - gpr_test_util
1140 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001141 platforms:
1142 - mac
1143 - linux
1144 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145- name: gen_hpack_tables
1146 build: tool
1147 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001148 src:
1149 - tools/codegen/core/gen_hpack_tables.c
1150 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001151 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001152 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001153- name: gen_legal_metadata_characters
1154 build: tool
1155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001156 src:
1157 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001159- name: gpr_avl_test
1160 build: test
1161 language: c
1162 src:
1163 - test/core/support/avl_test.c
1164 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001165 - gpr_test_util
1166 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167- name: gpr_cmdline_test
1168 build: test
1169 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001170 src:
1171 - test/core/support/cmdline_test.c
1172 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001173 - gpr_test_util
1174 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001175- name: gpr_cpu_test
1176 build: test
1177 language: c
1178 src:
1179 - test/core/support/cpu_test.c
1180 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001181 - gpr_test_util
1182 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183- name: gpr_env_test
1184 build: test
1185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001186 src:
1187 - test/core/support/env_test.c
1188 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001189 - gpr_test_util
1190 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001191- name: gpr_file_test
1192 build: test
1193 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001194 src:
1195 - test/core/support/file_test.c
1196 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001197 - gpr_test_util
1198 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001199- name: gpr_histogram_test
1200 build: test
1201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001202 src:
1203 - test/core/support/histogram_test.c
1204 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001205 - gpr_test_util
1206 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001207- name: gpr_host_port_test
1208 build: test
1209 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001210 src:
1211 - test/core/support/host_port_test.c
1212 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001213 - gpr_test_util
1214 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001215- name: gpr_log_test
1216 build: test
1217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001218 src:
1219 - test/core/support/log_test.c
1220 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001221 - gpr_test_util
1222 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001223- name: gpr_slice_buffer_test
1224 build: test
1225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001226 src:
1227 - test/core/support/slice_buffer_test.c
1228 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001229 - gpr_test_util
1230 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001231- name: gpr_slice_test
1232 build: test
1233 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001234 src:
1235 - test/core/support/slice_test.c
1236 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 - gpr_test_util
1238 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001240 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241 build: test
1242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001243 src:
1244 - test/core/support/stack_lockfree_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_string_test
1249 build: test
1250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001251 src:
1252 - test/core/support/string_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_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -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/sync_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_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001266 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001267 build: test
1268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001269 src:
1270 - test/core/support/thd_test.c
1271 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001272 - gpr_test_util
1273 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001274- name: gpr_time_test
1275 build: test
1276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001277 src:
1278 - test/core/support/time_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_tls_test
1283 build: test
1284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001285 src:
1286 - test/core/support/tls_test.c
1287 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001288 - gpr_test_util
1289 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290- name: gpr_useful_test
1291 build: test
1292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001293 src:
1294 - test/core/support/useful_test.c
1295 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr_test_util
1297 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001298- name: grpc_auth_context_test
1299 build: test
1300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001301 src:
1302 - test/core/security/auth_context_test.c
1303 deps:
1304 - grpc_test_util
1305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: grpc_base64_test
1309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
1312 - test/core/security/base64_test.c
1313 deps:
1314 - grpc_test_util
1315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001316 - gpr_test_util
1317 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001318- name: grpc_byte_buffer_reader_test
1319 build: test
1320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001321 src:
1322 - test/core/surface/byte_buffer_reader_test.c
1323 deps:
1324 - grpc_test_util
1325 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001326 - gpr_test_util
1327 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001328- name: grpc_channel_args_test
1329 build: test
1330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001331 src:
1332 - test/core/channel/channel_args_test.c
1333 deps:
1334 - grpc_test_util
1335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001336 - gpr_test_util
1337 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001338- name: grpc_channel_stack_test
1339 build: test
1340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001341 src:
1342 - test/core/channel/channel_stack_test.c
1343 deps:
1344 - grpc_test_util
1345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001346 - gpr_test_util
1347 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001348- name: grpc_completion_queue_test
1349 build: test
1350 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001351 src:
1352 - test/core/surface/completion_queue_test.c
1353 deps:
1354 - grpc_test_util
1355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001356 - gpr_test_util
1357 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358- name: grpc_create_jwt
1359 build: tool
1360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001361 src:
1362 - test/core/security/create_jwt.c
1363 deps:
1364 - grpc_test_util
1365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001366 - gpr_test_util
1367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001368- name: grpc_credentials_test
1369 build: test
1370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001371 src:
1372 - test/core/security/credentials_test.c
1373 deps:
1374 - grpc_test_util
1375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001376 - gpr_test_util
1377 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001378- name: grpc_fetch_oauth2
1379 build: tool
1380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001381 src:
1382 - test/core/security/fetch_oauth2.c
1383 deps:
1384 - grpc_test_util
1385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001386 - gpr_test_util
1387 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001388- name: grpc_invalid_channel_args_test
1389 build: test
1390 language: c
1391 src:
1392 - test/core/surface/invalid_channel_args_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001396 - gpr_test_util
1397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: grpc_json_token_test
1399 build: test
1400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - test/core/security/json_token_test.c
1403 deps:
1404 - grpc_test_util
1405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001406 - gpr_test_util
1407 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001408 platforms:
1409 - linux
1410 - posix
1411 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001412- name: grpc_jwt_verifier_test
1413 build: test
1414 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001415 src:
1416 - test/core/security/jwt_verifier_test.c
1417 deps:
1418 - grpc_test_util
1419 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001420 - gpr_test_util
1421 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001422- name: grpc_print_google_default_creds_token
1423 build: tool
1424 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
1426 - test/core/security/print_google_default_creds_token.c
1427 deps:
1428 - grpc_test_util
1429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001430 - gpr_test_util
1431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001432- name: grpc_security_connector_test
1433 build: test
1434 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001435 src:
1436 - test/core/security/security_connector_test.c
1437 deps:
1438 - grpc_test_util
1439 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001440 - gpr_test_util
1441 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001442- name: grpc_verify_jwt
1443 build: tool
1444 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001445 src:
1446 - test/core/security/verify_jwt.c
1447 deps:
1448 - grpc_test_util
1449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001450 - gpr_test_util
1451 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001452- name: hpack_parser_test
1453 build: test
1454 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001455 src:
1456 - test/core/transport/chttp2/hpack_parser_test.c
1457 deps:
1458 - grpc_test_util
1459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001460 - gpr_test_util
1461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001462- name: hpack_table_test
1463 build: test
1464 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001465 src:
1466 - test/core/transport/chttp2/hpack_table_test.c
1467 deps:
1468 - grpc_test_util
1469 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: httpcli_format_request_test
1473 build: test
1474 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001475 src:
1476 - test/core/httpcli/format_request_test.c
1477 deps:
1478 - grpc_test_util
1479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001480 - gpr_test_util
1481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482- name: httpcli_parser_test
1483 build: test
1484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001485 src:
1486 - test/core/httpcli/parser_test.c
1487 deps:
1488 - grpc_test_util
1489 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001490 - gpr_test_util
1491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001493 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001494 build: test
1495 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001496 src:
1497 - test/core/httpcli/httpcli_test.c
1498 deps:
1499 - grpc_test_util
1500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001501 - gpr_test_util
1502 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001503 platforms:
1504 - mac
1505 - linux
1506 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001507- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001508 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001509 build: test
1510 language: c
1511 src:
1512 - test/core/httpcli/httpscli_test.c
1513 deps:
1514 - grpc_test_util
1515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001516 - gpr_test_util
1517 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001518 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001519 - linux
yang-gf1183302015-12-07 16:02:05 -08001520- name: init_test
1521 build: test
1522 language: c
1523 src:
1524 - test/core/surface/init_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001528 - gpr_test_util
1529 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001530- name: invalid_call_argument_test
1531 build: test
1532 language: c
1533 src:
1534 - test/core/end2end/invalid_call_argument_test.c
1535 deps:
1536 - grpc_test_util
1537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001538 - gpr_test_util
1539 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001540- name: json_rewrite
1541 build: test
1542 run: false
1543 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001544 src:
1545 - test/core/json/json_rewrite.c
1546 deps:
1547 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001548 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001549- name: json_rewrite_test
1550 build: test
1551 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
1553 - test/core/json/json_rewrite_test.c
1554 deps:
1555 - grpc_test_util
1556 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001557 - gpr_test_util
1558 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001559- name: json_stream_error_test
1560 build: test
1561 language: c
1562 src:
1563 - test/core/json/json_stream_error_test.c
1564 deps:
1565 - grpc_test_util
1566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001567 - gpr_test_util
1568 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569- name: json_test
1570 build: test
1571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001572 src:
1573 - test/core/json/json_test.c
1574 deps:
1575 - grpc_test_util
1576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: lame_client_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/surface/lame_client_test.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001589- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001590 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001591 build: test
1592 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001593 src:
1594 - test/core/client_config/lb_policies_test.c
1595 deps:
1596 - grpc_test_util
1597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001598 - gpr_test_util
1599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001600- name: low_level_ping_pong_benchmark
1601 build: benchmark
1602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001603 src:
1604 - test/core/network_benchmarks/low_level_ping_pong.c
1605 deps:
1606 - grpc_test_util
1607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001608 - gpr_test_util
1609 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001610 platforms:
1611 - mac
1612 - linux
1613 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614- name: message_compress_test
1615 build: test
1616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001617 src:
1618 - test/core/compression/message_compress_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001624- name: multiple_server_queues_test
1625 build: test
1626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001627 src:
1628 - test/core/end2end/multiple_server_queues_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001634- name: murmur_hash_test
1635 build: test
1636 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
1638 - test/core/support/murmur_hash_test.c
1639 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001640 - gpr_test_util
1641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001642- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001643 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001644 build: test
1645 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001646 src:
1647 - test/core/end2end/no_server_test.c
1648 deps:
1649 - grpc_test_util
1650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001651 - gpr_test_util
1652 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: resolve_address_test
1654 build: test
1655 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001656 src:
1657 - test/core/iomgr/resolve_address_test.c
1658 deps:
1659 - grpc_test_util
1660 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001661 - gpr_test_util
1662 - gpr
yang-gd482e592015-12-10 14:04:00 -08001663- name: secure_channel_create_test
1664 build: test
1665 language: c
1666 src:
1667 - test/core/surface/secure_channel_create_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001673- name: secure_endpoint_test
1674 build: test
1675 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
1677 - test/core/security/secure_endpoint_test.c
1678 deps:
1679 - grpc_test_util
1680 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001681 - gpr_test_util
1682 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001683- name: server_chttp2_test
1684 build: test
1685 language: c
1686 src:
1687 - test/core/surface/server_chttp2_test.c
1688 deps:
1689 - grpc_test_util
1690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001691 - gpr_test_util
1692 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001693- name: server_test
1694 build: test
1695 language: c
1696 src:
1697 - test/core/surface/server_test.c
1698 deps:
1699 - grpc_test_util
1700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001701 - gpr_test_util
1702 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001703- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001704 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001705 build: test
1706 language: c
1707 src:
1708 - test/core/client_config/set_initial_connect_string_test.c
1709 deps:
1710 - test_tcp_server
1711 - grpc_test_util
1712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001713 - gpr_test_util
1714 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001715- name: sockaddr_resolver_test
1716 build: test
1717 language: c
1718 src:
1719 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1720 deps:
1721 - grpc_test_util
1722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001723 - gpr_test_util
1724 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001725- name: sockaddr_utils_test
1726 build: test
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
1729 - test/core/iomgr/sockaddr_utils_test.c
1730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001735- name: socket_utils_test
1736 build: test
1737 language: c
1738 src:
1739 - test/core/iomgr/socket_utils_test.c
1740 deps:
1741 - grpc_test_util
1742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001743 - gpr_test_util
1744 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001745 platforms:
1746 - mac
1747 - linux
1748 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001750 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751 build: test
1752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
1754 - test/core/iomgr/tcp_client_posix_test.c
1755 deps:
1756 - grpc_test_util
1757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001758 - gpr_test_util
1759 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001760 platforms:
1761 - mac
1762 - linux
1763 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001765 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001766 build: test
1767 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001768 src:
1769 - test/core/iomgr/tcp_posix_test.c
1770 deps:
1771 - grpc_test_util
1772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001773 - gpr_test_util
1774 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001775 platforms:
1776 - mac
1777 - linux
1778 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779- name: tcp_server_posix_test
1780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/iomgr/tcp_server_posix_test.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001789 platforms:
1790 - mac
1791 - linux
1792 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001793- name: time_averaged_stats_test
1794 build: test
1795 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001796 src:
1797 - test/core/iomgr/time_averaged_stats_test.c
1798 deps:
1799 - grpc_test_util
1800 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001801 - gpr_test_util
1802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001803- name: timeout_encoding_test
1804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/transport/chttp2/timeout_encoding_test.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001813- name: timer_heap_test
1814 build: test
1815 language: c
1816 src:
1817 - test/core/iomgr/timer_heap_test.c
1818 deps:
1819 - grpc_test_util
1820 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001821 - gpr_test_util
1822 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001823- name: timer_list_test
1824 build: test
1825 language: c
1826 src:
1827 - test/core/iomgr/timer_list_test.c
1828 deps:
1829 - grpc_test_util
1830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001831 - gpr_test_util
1832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001833- name: timers_test
1834 build: test
1835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001836 src:
1837 - test/core/profiling/timers_test.c
1838 deps:
1839 - grpc_test_util
1840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001841 - gpr_test_util
1842 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001843- name: transport_connectivity_state_test
1844 build: test
1845 language: c
1846 src:
1847 - test/core/transport/connectivity_state_test.c
1848 deps:
1849 - grpc_test_util
1850 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: transport_metadata_test
1854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/transport/metadata_test.c
1858 deps:
1859 - grpc_test_util
1860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863- name: transport_security_test
1864 build: test
1865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001866 src:
1867 - test/core/tsi/transport_security_test.c
1868 deps:
1869 - grpc_test_util
1870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001873 platforms:
1874 - linux
1875 - posix
1876 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: udp_server_test
1878 build: test
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/iomgr/udp_server_test.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001887 platforms:
1888 - mac
1889 - linux
1890 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: uri_parser_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/client_config/uri_parser_test.c
1896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001901- name: workqueue_test
1902 build: test
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
1905 - test/core/iomgr/workqueue_test.c
1906 deps:
1907 - grpc_test_util
1908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001911 platforms:
1912 - mac
1913 - linux
1914 - posix
vjpai04e992a2016-02-10 16:58:38 -08001915- name: alarm_cpp_test
1916 build: test
1917 language: c++
1918 src:
1919 - test/cpp/common/alarm_cpp_test.cc
1920 deps:
1921 - grpc++_test_util
1922 - grpc_test_util
1923 - grpc++
1924 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001925 - gpr_test_util
1926 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001927- name: async_end2end_test
1928 build: test
1929 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001930 src:
1931 - test/cpp/end2end/async_end2end_test.cc
1932 deps:
1933 - grpc++_test_util
1934 - grpc_test_util
1935 - grpc++
1936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001937 - gpr_test_util
1938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939- name: async_streaming_ping_pong_test
1940 build: test
1941 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001942 src:
1943 - test/cpp/qps/async_streaming_ping_pong_test.cc
1944 deps:
1945 - qps
1946 - grpc++_test_util
1947 - grpc_test_util
1948 - grpc++
1949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001952 platforms:
1953 - mac
1954 - linux
1955 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956- name: async_unary_ping_pong_test
1957 build: test
1958 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001959 src:
1960 - test/cpp/qps/async_unary_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: auth_property_iterator_test
1974 build: test
1975 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001976 src:
1977 - test/cpp/common/auth_property_iterator_test.cc
1978 deps:
1979 - grpc++_test_util
1980 - grpc_test_util
1981 - grpc++
1982 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001983 - gpr_test_util
1984 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001985- name: channel_arguments_test
1986 build: test
1987 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001988 src:
yang-g52705592015-11-25 11:45:33 -08001989 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001990 deps:
1991 - grpc++
1992 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994- name: cli_call_test
1995 build: test
1996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001997 src:
1998 - test/cpp/util/cli_call_test.cc
1999 deps:
2000 - grpc++_test_util
2001 - grpc_test_util
2002 - grpc++
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006- name: client_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002007 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002008 build: test
2009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/cpp/end2end/client_crash_test.cc
2012 deps:
2013 - grpc++_test_util
2014 - grpc_test_util
2015 - grpc++
2016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002019 platforms:
2020 - mac
2021 - linux
2022 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002023- name: client_crash_test_server
2024 build: test
2025 run: false
2026 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - test/cpp/end2end/client_crash_test_server.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 Tillerbf4b2242015-08-31 15:53:53 -07002036- name: credentials_test
2037 build: test
2038 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002039 src:
2040 - test/cpp/client/credentials_test.cc
2041 deps:
2042 - grpc++
2043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: cxx_byte_buffer_test
2046 build: test
2047 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/cpp/util/byte_buffer_test.cc
2050 deps:
2051 - grpc_test_util
2052 - grpc++
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002056- name: cxx_slice_test
2057 build: test
2058 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002059 src:
2060 - test/cpp/util/slice_test.cc
2061 deps:
2062 - grpc_test_util
2063 - grpc++
2064 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002065 - gpr_test_util
2066 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067- name: cxx_string_ref_test
2068 build: test
2069 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002070 src:
2071 - test/cpp/util/string_ref_test.cc
2072 deps:
2073 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: cxx_time_test
2075 build: test
2076 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002077 src:
2078 - test/cpp/util/time_test.cc
2079 deps:
2080 - grpc_test_util
2081 - grpc++
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085- name: end2end_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002086 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087 build: test
2088 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002089 src:
2090 - test/cpp/end2end/end2end_test.cc
2091 deps:
2092 - grpc++_test_util
2093 - grpc_test_util
2094 - grpc++
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
vjpai083dc622016-01-11 09:41:17 -08002098- name: generic_async_streaming_ping_pong_test
2099 build: test
2100 language: c++
2101 src:
2102 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2103 deps:
2104 - qps
2105 - grpc++_test_util
2106 - grpc_test_util
2107 - grpc++
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
vjpai083dc622016-01-11 09:41:17 -08002111 platforms:
2112 - mac
2113 - linux
2114 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002115- name: generic_end2end_test
2116 build: test
2117 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
2119 - test/cpp/end2end/generic_end2end_test.cc
2120 deps:
2121 - grpc++_test_util
2122 - grpc_test_util
2123 - grpc++
2124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002125 - gpr_test_util
2126 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002127- name: grpc_cli
2128 build: test
2129 run: false
2130 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - test/cpp/util/grpc_cli.cc
2133 deps:
2134 - grpc++_test_util
2135 - grpc_test_util
2136 - grpc++
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002140 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141- name: grpc_cpp_plugin
2142 build: protoc
2143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
2145 - src/compiler/cpp_plugin.cc
2146 deps:
2147 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002148 secure: false
2149 vs_config_type: Application
2150 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2151- name: grpc_csharp_plugin
2152 build: protoc
2153 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002154 src:
2155 - src/compiler/csharp_plugin.cc
2156 deps:
2157 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158 secure: false
2159 vs_config_type: Application
2160 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2161- name: grpc_objective_c_plugin
2162 build: protoc
2163 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002164 src:
2165 - src/compiler/objective_c_plugin.cc
2166 deps:
2167 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002168 secure: false
2169 vs_config_type: Application
2170 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2171- name: grpc_python_plugin
2172 build: protoc
2173 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - src/compiler/python_plugin.cc
2176 deps:
2177 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002178 secure: false
2179 vs_config_type: Application
2180 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2181- name: grpc_ruby_plugin
2182 build: protoc
2183 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002184 src:
2185 - src/compiler/ruby_plugin.cc
2186 deps:
2187 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002188 secure: false
2189 vs_config_type: Application
2190 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
yang-gbe5a2c42016-01-14 13:11:15 -08002191- name: hybrid_end2end_test
2192 build: test
2193 language: c++
2194 src:
2195 - test/cpp/end2end/hybrid_end2end_test.cc
2196 deps:
2197 - grpc++_test_util
2198 - grpc_test_util
2199 - grpc++
2200 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002201 - gpr_test_util
2202 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002203- name: interop_client
2204 build: test
2205 run: false
2206 language: c++
2207 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002208 deps:
2209 - interop_client_main
2210 - interop_client_helper
2211 - grpc++_test_util
2212 - grpc_test_util
2213 - grpc++
2214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002215 - gpr_test_util
2216 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002217 - grpc++_test_config
2218 platforms:
2219 - mac
2220 - linux
2221 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002222- name: interop_server
2223 build: test
2224 run: false
2225 language: c++
2226 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002227 deps:
2228 - interop_server_main
2229 - interop_server_helper
2230 - grpc++_test_util
2231 - grpc_test_util
2232 - grpc++
2233 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002234 - gpr_test_util
2235 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002236 - grpc++_test_config
2237 platforms:
2238 - mac
2239 - linux
2240 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002242 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243 build: test
2244 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
2246 - test/cpp/interop/interop_test.cc
2247 deps:
2248 - grpc_test_util
2249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002250 - gpr_test_util
2251 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002252 platforms:
2253 - mac
2254 - linux
2255 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002256- name: metrics_client
2257 build: test
2258 run: false
2259 language: c++
2260 headers:
2261 - test/cpp/util/metrics_server.h
2262 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002263 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002264 - test/cpp/interop/metrics_client.cc
2265 deps:
2266 - grpc++
2267 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002268 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002269 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002270- name: mock_test
2271 build: test
2272 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002273 src:
2274 - test/cpp/end2end/mock_test.cc
2275 deps:
2276 - grpc++_test_util
2277 - grpc_test_util
2278 - grpc++
2279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 - gpr_test_util
2281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002282- name: qps_driver
2283 build: benchmark
2284 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002285 src:
2286 - test/cpp/qps/qps_driver.cc
2287 deps:
2288 - qps
2289 - grpc++_test_util
2290 - grpc_test_util
2291 - grpc++
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002295 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002296- name: qps_interarrival_test
2297 build: test
2298 run: false
2299 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
2301 - test/cpp/qps/qps_interarrival_test.cc
2302 deps:
2303 - qps
2304 - grpc++_test_util
2305 - grpc_test_util
2306 - grpc++
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002310 platforms:
2311 - mac
2312 - linux
2313 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002314- name: qps_openloop_test
2315 build: test
2316 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002317 src:
2318 - test/cpp/qps/qps_openloop_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 - grpc++_test_config
2328 platforms:
2329 - mac
2330 - linux
2331 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002333 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334 build: test
2335 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002336 src:
2337 - test/cpp/qps/qps_test.cc
2338 deps:
2339 - qps
2340 - grpc++_test_util
2341 - grpc_test_util
2342 - grpc++
2343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002344 - gpr_test_util
2345 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002346 - grpc++_test_config
2347 exclude_configs:
2348 - tsan
2349 platforms:
2350 - mac
2351 - linux
2352 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353- name: qps_worker
2354 build: benchmark
2355 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002356 headers:
2357 - test/cpp/qps/client.h
2358 - test/cpp/qps/server.h
2359 src:
2360 - test/cpp/qps/worker.cc
2361 deps:
2362 - qps
2363 - grpc++_test_util
2364 - grpc_test_util
2365 - grpc++
2366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002367 - gpr_test_util
2368 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002369 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002370- name: reconnect_interop_client
2371 build: test
2372 run: false
2373 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002374 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002375 - src/proto/grpc/testing/empty.proto
2376 - src/proto/grpc/testing/messages.proto
2377 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002378 - test/cpp/interop/reconnect_interop_client.cc
2379 deps:
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_server
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_server.cc
2396 deps:
2397 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002398 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002399 - grpc++_test_util
2400 - grpc_test_util
2401 - grpc++
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002405 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002406- name: secure_auth_context_test
2407 build: test
2408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002409 src:
2410 - test/cpp/common/secure_auth_context_test.cc
2411 deps:
2412 - grpc++_test_util
2413 - grpc_test_util
2414 - grpc++
2415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002418- name: secure_sync_unary_ping_pong_test
2419 build: test
2420 language: c++
2421 src:
2422 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2423 deps:
2424 - qps
2425 - grpc++_test_util
2426 - grpc_test_util
2427 - grpc++
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002431 platforms:
2432 - mac
2433 - linux
2434 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435- name: server_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002436 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002437 build: test
2438 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002439 src:
2440 - test/cpp/end2end/server_crash_test.cc
2441 deps:
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
Craig Tiller25834342015-09-25 08:08:24 -07002448 platforms:
2449 - mac
2450 - linux
2451 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002452- name: server_crash_test_client
2453 build: test
2454 run: false
2455 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002456 src:
2457 - test/cpp/end2end/server_crash_test_client.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 Tillerbf4b2242015-08-31 15:53:53 -07002465- name: shutdown_test
2466 build: test
2467 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002468 src:
2469 - test/cpp/end2end/shutdown_test.cc
2470 deps:
2471 - grpc++_test_util
2472 - grpc_test_util
2473 - grpc++
2474 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002475 - gpr_test_util
2476 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477- name: status_test
2478 build: test
2479 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002480 src:
2481 - test/cpp/util/status_test.cc
2482 deps:
2483 - grpc_test_util
2484 - grpc++
2485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002488- name: streaming_throughput_test
2489 build: test
2490 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
2492 - test/cpp/end2end/streaming_throughput_test.cc
2493 deps:
2494 - grpc++_test_util
2495 - grpc_test_util
2496 - grpc++
2497 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002498 - gpr_test_util
2499 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002500 platforms:
2501 - mac
2502 - linux
2503 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002504- name: stress_test
2505 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002506 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002507 language: c++
2508 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002509 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002510 - test/cpp/interop/interop_client.h
2511 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002512 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002513 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002514 - src/proto/grpc/testing/empty.proto
2515 - src/proto/grpc/testing/messages.proto
2516 - src/proto/grpc/testing/metrics.proto
2517 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002518 - test/cpp/interop/interop_client.cc
2519 - test/cpp/interop/stress_interop_client.cc
2520 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002521 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002522 deps:
2523 - grpc++_test_util
2524 - grpc_test_util
2525 - grpc++
2526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002527 - gpr_test_util
2528 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002529 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002530- name: sync_streaming_ping_pong_test
2531 build: test
2532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002533 src:
2534 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2535 deps:
2536 - qps
2537 - grpc++_test_util
2538 - grpc_test_util
2539 - grpc++
2540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002541 - gpr_test_util
2542 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002543 platforms:
2544 - mac
2545 - linux
2546 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002547- name: sync_unary_ping_pong_test
2548 build: test
2549 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002550 src:
2551 - test/cpp/qps/sync_unary_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: thread_stress_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002565 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002566 build: test
2567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
2569 - test/cpp/end2end/thread_stress_test.cc
2570 deps:
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 Tillerbf4b2242015-08-31 15:53:53 -07002577- name: zookeeper_test
2578 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002579 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002580 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002581 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002582 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002583 - test/cpp/end2end/zookeeper_test.cc
2584 deps:
2585 - grpc++_test_util
2586 - grpc_test_util
2587 - grpc++
2588 - grpc_zookeeper
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr_test_util
2591 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002592 external_deps:
2593 - zookeeper
2594 platforms:
2595 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002596- name: public_headers_must_be_c89
2597 build: test
2598 language: c89
2599 src:
2600 - test/core/surface/public_headers_must_be_c89.c
2601 deps:
2602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002604vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002605- linkage: static
2606 name: grpc.dependencies.zlib
2607 props: false
2608 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002609 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002610- linkage: static
2611 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002612 props: true
2613 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002614 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002615- name: gflags
2616 props: false
2617 redist: false
2618 version: 2.1.2.1
2619- name: gtest
2620 props: false
2621 redist: false
2622 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002623configs:
2624 asan:
2625 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002626 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002627 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002628 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002629 LD: clang
2630 LDFLAGS: -fsanitize=address
2631 LDXX: clang++
2632 compile_the_world: true
2633 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002634 ASAN_OPTIONS: detect_leaks=1:color=always
2635 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tiller81df68d2016-01-21 13:59:50 -08002636 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002637 asan-noleaks:
2638 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002639 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002640 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002641 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002642 LD: clang
2643 LDFLAGS: -fsanitize=address
2644 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002645 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002646 test_environ:
2647 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tiller81df68d2016-01-21 13:59:50 -08002648 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002649 basicprof:
2650 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2651 DEFINES: NDEBUG
2652 dbg:
2653 CPPFLAGS: -O0
2654 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002655 gcov:
2656 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002657 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002658 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002659 DEFINES: _DEBUG DEBUG GPR_GCOV
2660 LD: gcc
2661 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2662 LDXX: g++
2663 helgrind:
2664 CPPFLAGS: -O0
2665 DEFINES: _DEBUG DEBUG
2666 LDFLAGS: -rdynamic
2667 timeout_multiplier: 20
2668 valgrind: --tool=helgrind
2669 memcheck:
2670 CPPFLAGS: -O0
2671 DEFINES: _DEBUG DEBUG
2672 LDFLAGS: -rdynamic
2673 timeout_multiplier: 10
2674 valgrind: --tool=memcheck --leak-check=full
2675 msan:
2676 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002677 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002678 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002679 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002680 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002681 DEFINES: NDEBUG
2682 LD: clang
2683 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2684 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2685 LDXX: clang++
2686 compile_the_world: true
Craig Tiller3e301a32016-01-27 15:36:52 -08002687 timeout_multiplier: 2
Craig Tillera0f85172016-01-20 15:56:06 -08002688 mutrace:
2689 CPPFLAGS: -O0
2690 DEFINES: _DEBUG DEBUG
2691 LDFLAGS: -rdynamic
2692 opt:
2693 CPPFLAGS: -O2
2694 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002695 stapprof:
2696 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2697 DEFINES: NDEBUG
2698 tsan:
2699 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002700 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002701 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002702 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002703 LD: clang
2704 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2705 LDXX: clang++
2706 compile_the_world: true
2707 test_environ:
2708 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2709 timeout_multiplier: 2
2710 ubsan:
2711 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002712 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002713 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002714 DEFINES: NDEBUG
2715 LD: clang
2716 LDFLAGS: -fsanitize=undefined
2717 LDXX: clang++
2718 compile_the_world: true
2719 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002720defaults:
2721 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002722 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002723 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002724 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002725 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002726 global:
2727 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2728 LDFLAGS: -g
2729 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002730 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002731 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002732node_modules:
2733- deps:
2734 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002735 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002736 - boringssl
2737 - z
murgatroid9994a75412015-11-19 14:04:53 -08002738 headers:
2739 - src/node/ext/byte_buffer.h
2740 - src/node/ext/call.h
2741 - src/node/ext/call_credentials.h
2742 - src/node/ext/channel.h
2743 - src/node/ext/channel_credentials.h
2744 - src/node/ext/completion_queue_async_worker.h
2745 - src/node/ext/server.h
2746 - src/node/ext/server_credentials.h
2747 - src/node/ext/timeval.h
2748 js:
2749 - src/node/index.js
2750 - src/node/src/client.js
2751 - src/node/src/common.js
2752 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002753 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002754 - src/node/src/metadata.js
2755 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002756 name: grpc_node
2757 src:
2758 - src/node/ext/byte_buffer.cc
2759 - src/node/ext/call.cc
2760 - src/node/ext/call_credentials.cc
2761 - src/node/ext/channel.cc
2762 - src/node/ext/channel_credentials.cc
2763 - src/node/ext/completion_queue_async_worker.cc
2764 - src/node/ext/node_grpc.cc
2765 - src/node/ext/server.cc
2766 - src/node/ext/server_credentials.cc
2767 - src/node/ext/timeval.cc
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002768python_dependencies:
2769 deps:
2770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002771 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002772 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002773 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002774ruby_gem:
2775 deps:
2776 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002777 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002778 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779 - z