blob: 7f33ef3f0e580f09d43b47b4fb6fc4bb5a977325 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
16 - src/core/census/aggregation.h
Craig Tiller25834342015-09-25 08:08:24 -070017 - src/core/census/rpc_metric_id.h
18 src:
19 - src/core/census/context.c
20 - src/core/census/initialize.c
21 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010022 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010024- name: gpr
25 public_headers:
26 - include/grpc/support/alloc.h
27 - include/grpc/support/atm.h
28 - include/grpc/support/atm_gcc_atomic.h
29 - include/grpc/support/atm_gcc_sync.h
30 - include/grpc/support/atm_win32.h
31 - include/grpc/support/avl.h
32 - include/grpc/support/cmdline.h
33 - include/grpc/support/cpu.h
34 - include/grpc/support/histogram.h
35 - include/grpc/support/host_port.h
36 - include/grpc/support/log.h
37 - include/grpc/support/log_win32.h
38 - include/grpc/support/port_platform.h
39 - include/grpc/support/slice.h
40 - include/grpc/support/slice_buffer.h
41 - include/grpc/support/string_util.h
42 - include/grpc/support/subprocess.h
43 - include/grpc/support/sync.h
44 - include/grpc/support/sync_generic.h
45 - include/grpc/support/sync_posix.h
46 - include/grpc/support/sync_win32.h
47 - include/grpc/support/thd.h
48 - include/grpc/support/time.h
49 - include/grpc/support/tls.h
50 - include/grpc/support/tls_gcc.h
51 - include/grpc/support/tls_msvc.h
52 - include/grpc/support/tls_pthread.h
53 - include/grpc/support/useful.h
54 headers:
55 - src/core/profiling/timers.h
56 - src/core/support/block_annotate.h
57 - src/core/support/env.h
58 - src/core/support/file.h
59 - src/core/support/murmur_hash.h
60 - src/core/support/stack_lockfree.h
61 - src/core/support/string.h
62 - src/core/support/string_win32.h
63 - src/core/support/thd_internal.h
64 - src/core/support/time_precise.h
65 src:
66 - src/core/profiling/basic_timers.c
67 - src/core/profiling/stap_timers.c
68 - src/core/support/alloc.c
69 - src/core/support/avl.c
70 - src/core/support/cmdline.c
71 - src/core/support/cpu_iphone.c
72 - src/core/support/cpu_linux.c
73 - src/core/support/cpu_posix.c
74 - src/core/support/cpu_windows.c
75 - src/core/support/env_linux.c
76 - src/core/support/env_posix.c
77 - src/core/support/env_win32.c
78 - src/core/support/file.c
79 - src/core/support/file_posix.c
80 - src/core/support/file_win32.c
81 - src/core/support/histogram.c
82 - src/core/support/host_port.c
83 - src/core/support/log.c
84 - src/core/support/log_android.c
85 - src/core/support/log_linux.c
86 - src/core/support/log_posix.c
87 - src/core/support/log_win32.c
88 - src/core/support/murmur_hash.c
89 - src/core/support/slice.c
90 - src/core/support/slice_buffer.c
91 - src/core/support/stack_lockfree.c
92 - src/core/support/string.c
93 - src/core/support/string_posix.c
94 - src/core/support/string_win32.c
95 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010096 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010097 - src/core/support/sync.c
98 - src/core/support/sync_posix.c
99 - src/core/support/sync_win32.c
100 - src/core/support/thd.c
101 - src/core/support/thd_posix.c
102 - src/core/support/thd_win32.c
103 - src/core/support/time.c
104 - src/core/support/time_posix.c
105 - src/core/support/time_precise.c
106 - src/core/support/time_win32.c
107 - src/core/support/tls_pthread.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100108 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800109- name: gpr_codegen
110 public_headers:
111 - include/grpc/impl/codegen/alloc.h
112 - include/grpc/impl/codegen/atm.h
113 - include/grpc/impl/codegen/atm_gcc_atomic.h
114 - include/grpc/impl/codegen/atm_gcc_sync.h
115 - include/grpc/impl/codegen/atm_win32.h
116 - include/grpc/impl/codegen/log.h
117 - include/grpc/impl/codegen/port_platform.h
118 - include/grpc/impl/codegen/slice.h
119 - include/grpc/impl/codegen/slice_buffer.h
120 - include/grpc/impl/codegen/sync.h
121 - include/grpc/impl/codegen/sync_generic.h
122 - include/grpc/impl/codegen/sync_posix.h
123 - include/grpc/impl/codegen/sync_win32.h
124 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700125- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700126 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800127 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700128 - include/grpc++/channel.h
129 - include/grpc++/client_context.h
130 - include/grpc++/completion_queue.h
131 - include/grpc++/create_channel.h
132 - include/grpc++/generic/async_generic_service.h
133 - include/grpc++/generic/generic_stub.h
134 - include/grpc++/grpc++.h
135 - include/grpc++/impl/call.h
136 - include/grpc++/impl/client_unary_call.h
137 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800138 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700139 - include/grpc++/impl/proto_utils.h
140 - include/grpc++/impl/rpc_method.h
141 - include/grpc++/impl/rpc_service_method.h
142 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800143 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700144 - include/grpc++/impl/service_type.h
145 - include/grpc++/impl/sync.h
146 - include/grpc++/impl/sync_cxx11.h
147 - include/grpc++/impl/sync_no_cxx11.h
148 - include/grpc++/impl/thd.h
149 - include/grpc++/impl/thd_cxx11.h
150 - include/grpc++/impl/thd_no_cxx11.h
151 - include/grpc++/security/auth_context.h
152 - include/grpc++/security/auth_metadata_processor.h
153 - include/grpc++/security/credentials.h
154 - include/grpc++/security/server_credentials.h
155 - include/grpc++/server.h
156 - include/grpc++/server_builder.h
157 - include/grpc++/server_context.h
158 - include/grpc++/support/async_stream.h
159 - include/grpc++/support/async_unary_call.h
160 - include/grpc++/support/byte_buffer.h
161 - include/grpc++/support/channel_arguments.h
162 - include/grpc++/support/config.h
163 - include/grpc++/support/config_protobuf.h
164 - include/grpc++/support/slice.h
165 - include/grpc++/support/status.h
166 - include/grpc++/support/status_code_enum.h
167 - include/grpc++/support/string_ref.h
168 - include/grpc++/support/stub_options.h
169 - include/grpc++/support/sync_stream.h
170 - include/grpc++/support/time.h
171 headers:
172 - src/cpp/client/create_channel_internal.h
173 - src/cpp/common/create_auth_context.h
174 - src/cpp/server/dynamic_thread_pool.h
175 - src/cpp/server/fixed_size_thread_pool.h
176 - src/cpp/server/thread_pool_interface.h
177 src:
178 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700179 - src/cpp/client/client_context.cc
180 - src/cpp/client/create_channel.cc
181 - src/cpp/client/create_channel_internal.cc
182 - src/cpp/client/credentials.cc
183 - src/cpp/client/generic_stub.cc
184 - src/cpp/client/insecure_credentials.cc
vjpai04e992a2016-02-10 16:58:38 -0800185 - src/cpp/common/alarm.cc
Craig Tiller25834342015-09-25 08:08:24 -0700186 - src/cpp/common/call.cc
yang-g52705592015-11-25 11:45:33 -0800187 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700188 - src/cpp/common/completion_queue.cc
189 - src/cpp/common/rpc_method.cc
190 - src/cpp/proto/proto_utils.cc
191 - src/cpp/server/async_generic_service.cc
192 - src/cpp/server/create_default_thread_pool.cc
193 - src/cpp/server/dynamic_thread_pool.cc
194 - src/cpp/server/fixed_size_thread_pool.cc
195 - src/cpp/server/insecure_server_credentials.cc
196 - src/cpp/server/server.cc
197 - src/cpp/server/server_builder.cc
198 - src/cpp/server/server_context.cc
199 - src/cpp/server/server_credentials.cc
200 - src/cpp/util/byte_buffer.cc
201 - src/cpp/util/slice.cc
202 - src/cpp/util/status.cc
203 - src/cpp/util/string_ref.cc
204 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800205- name: grpc++_codegen
206 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800207 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800208 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800209 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800210 - include/grpc++/impl/codegen/call_hook.h
211 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800212 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800213 - include/grpc++/impl/codegen/client_unary_call.h
214 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800215 - include/grpc++/impl/codegen/completion_queue_tag.h
216 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800217 - include/grpc++/impl/codegen/config_protobuf.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800218 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800219 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800220 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800221 - include/grpc++/impl/codegen/rpc_method.h
222 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800223 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800224 - include/grpc++/impl/codegen/serialization_traits.h
225 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800226 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800227 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800228 - include/grpc++/impl/codegen/status.h
229 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800230 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800231 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800232 - include/grpc++/impl/codegen/sync.h
233 - include/grpc++/impl/codegen/sync_cxx11.h
234 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800235 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800236 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800237 src:
238 - src/cpp/codegen/grpc_library.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700239- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700240 public_headers:
241 - include/grpc/byte_buffer.h
242 - include/grpc/byte_buffer_reader.h
243 - include/grpc/compression.h
244 - include/grpc/grpc.h
245 - include/grpc/status.h
246 headers:
247 - src/core/census/grpc_filter.h
248 - src/core/channel/channel_args.h
249 - src/core/channel/channel_stack.h
250 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700251 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/channel/compress_filter.h
253 - src/core/channel/connected_channel.h
254 - src/core/channel/context.h
255 - src/core/channel/http_client_filter.h
256 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800257 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700258 - src/core/client_config/client_config.h
259 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800260 - src/core/client_config/initial_connect_string.h
Craig Tiller25834342015-09-25 08:08:24 -0700261 - src/core/client_config/lb_policies/pick_first.h
262 - src/core/client_config/lb_policies/round_robin.h
263 - src/core/client_config/lb_policy.h
264 - src/core/client_config/lb_policy_factory.h
265 - src/core/client_config/lb_policy_registry.h
266 - src/core/client_config/resolver.h
267 - src/core/client_config/resolver_factory.h
268 - src/core/client_config/resolver_registry.h
269 - src/core/client_config/resolvers/dns_resolver.h
270 - src/core/client_config/resolvers/sockaddr_resolver.h
271 - src/core/client_config/subchannel.h
272 - src/core/client_config/subchannel_factory.h
Craig Tiller25834342015-09-25 08:08:24 -0700273 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800274 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700275 - src/core/compression/message_compress.h
276 - src/core/debug/trace.h
277 - src/core/httpcli/format_request.h
278 - src/core/httpcli/httpcli.h
279 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700280 - src/core/iomgr/closure.h
281 - src/core/iomgr/endpoint.h
282 - src/core/iomgr/endpoint_pair.h
283 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700284 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700285 - src/core/iomgr/fd_posix.h
286 - src/core/iomgr/iocp_windows.h
287 - src/core/iomgr/iomgr.h
288 - src/core/iomgr/iomgr_internal.h
289 - src/core/iomgr/iomgr_posix.h
290 - src/core/iomgr/pollset.h
291 - src/core/iomgr/pollset_posix.h
292 - src/core/iomgr/pollset_set.h
293 - src/core/iomgr/pollset_set_posix.h
294 - src/core/iomgr/pollset_set_windows.h
295 - src/core/iomgr/pollset_windows.h
296 - src/core/iomgr/resolve_address.h
297 - src/core/iomgr/sockaddr.h
298 - src/core/iomgr/sockaddr_posix.h
299 - src/core/iomgr/sockaddr_utils.h
300 - src/core/iomgr/sockaddr_win32.h
301 - src/core/iomgr/socket_utils_posix.h
302 - src/core/iomgr/socket_windows.h
303 - src/core/iomgr/tcp_client.h
304 - src/core/iomgr/tcp_posix.h
305 - src/core/iomgr/tcp_server.h
306 - src/core/iomgr/tcp_windows.h
307 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700308 - src/core/iomgr/timer.h
309 - src/core/iomgr/timer_heap.h
310 - src/core/iomgr/timer_internal.h
Craig Tiller25834342015-09-25 08:08:24 -0700311 - src/core/iomgr/udp_server.h
312 - src/core/iomgr/wakeup_fd_pipe.h
313 - src/core/iomgr/wakeup_fd_posix.h
314 - src/core/iomgr/workqueue.h
315 - src/core/iomgr/workqueue_posix.h
316 - src/core/iomgr/workqueue_windows.h
317 - src/core/json/json.h
318 - src/core/json/json_common.h
319 - src/core/json/json_reader.h
320 - src/core/json/json_writer.h
Craig Tiller25834342015-09-25 08:08:24 -0700321 - src/core/statistics/census_interface.h
322 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700323 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700324 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700325 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700326 - src/core/surface/channel.h
327 - src/core/surface/completion_queue.h
328 - src/core/surface/event_string.h
329 - src/core/surface/init.h
330 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700331 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800332 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700333 - src/core/transport/chttp2/alpn.h
334 - src/core/transport/chttp2/bin_encoder.h
335 - src/core/transport/chttp2/frame.h
336 - src/core/transport/chttp2/frame_data.h
337 - src/core/transport/chttp2/frame_goaway.h
338 - src/core/transport/chttp2/frame_ping.h
339 - src/core/transport/chttp2/frame_rst_stream.h
340 - src/core/transport/chttp2/frame_settings.h
341 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800342 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700343 - src/core/transport/chttp2/hpack_parser.h
344 - src/core/transport/chttp2/hpack_table.h
345 - src/core/transport/chttp2/http2_errors.h
346 - src/core/transport/chttp2/huffsyms.h
347 - src/core/transport/chttp2/incoming_metadata.h
348 - src/core/transport/chttp2/internal.h
349 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700350 - src/core/transport/chttp2/stream_map.h
351 - src/core/transport/chttp2/timeout_encoding.h
352 - src/core/transport/chttp2/varint.h
353 - src/core/transport/chttp2_transport.h
354 - src/core/transport/connectivity_state.h
355 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800356 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800357 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700358 - src/core/transport/transport.h
359 - src/core/transport/transport_impl.h
360 src:
361 - src/core/census/grpc_context.c
362 - src/core/census/grpc_filter.c
363 - src/core/channel/channel_args.c
364 - src/core/channel/channel_stack.c
365 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700366 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700367 - src/core/channel/compress_filter.c
368 - src/core/channel/connected_channel.c
369 - src/core/channel/http_client_filter.c
370 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800371 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700372 - src/core/client_config/client_config.c
373 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800374 - src/core/client_config/default_initial_connect_string.c
375 - src/core/client_config/initial_connect_string.c
Craig Tiller25834342015-09-25 08:08:24 -0700376 - src/core/client_config/lb_policies/pick_first.c
377 - src/core/client_config/lb_policies/round_robin.c
378 - src/core/client_config/lb_policy.c
379 - src/core/client_config/lb_policy_factory.c
380 - src/core/client_config/lb_policy_registry.c
381 - src/core/client_config/resolver.c
382 - src/core/client_config/resolver_factory.c
383 - src/core/client_config/resolver_registry.c
384 - src/core/client_config/resolvers/dns_resolver.c
385 - src/core/client_config/resolvers/sockaddr_resolver.c
386 - src/core/client_config/subchannel.c
387 - src/core/client_config/subchannel_factory.c
Craig Tiller25834342015-09-25 08:08:24 -0700388 - src/core/client_config/uri_parser.c
389 - src/core/compression/algorithm.c
390 - src/core/compression/message_compress.c
391 - src/core/debug/trace.c
392 - src/core/httpcli/format_request.c
393 - src/core/httpcli/httpcli.c
394 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700395 - src/core/iomgr/closure.c
396 - src/core/iomgr/endpoint.c
397 - src/core/iomgr/endpoint_pair_posix.c
398 - src/core/iomgr/endpoint_pair_windows.c
399 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700400 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700401 - src/core/iomgr/fd_posix.c
402 - src/core/iomgr/iocp_windows.c
403 - src/core/iomgr/iomgr.c
404 - src/core/iomgr/iomgr_posix.c
405 - src/core/iomgr/iomgr_windows.c
406 - src/core/iomgr/pollset_multipoller_with_epoll.c
407 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
408 - src/core/iomgr/pollset_posix.c
409 - src/core/iomgr/pollset_set_posix.c
410 - src/core/iomgr/pollset_set_windows.c
411 - src/core/iomgr/pollset_windows.c
412 - src/core/iomgr/resolve_address_posix.c
413 - src/core/iomgr/resolve_address_windows.c
414 - src/core/iomgr/sockaddr_utils.c
415 - src/core/iomgr/socket_utils_common_posix.c
416 - src/core/iomgr/socket_utils_linux.c
417 - src/core/iomgr/socket_utils_posix.c
418 - src/core/iomgr/socket_windows.c
419 - src/core/iomgr/tcp_client_posix.c
420 - src/core/iomgr/tcp_client_windows.c
421 - src/core/iomgr/tcp_posix.c
422 - src/core/iomgr/tcp_server_posix.c
423 - src/core/iomgr/tcp_server_windows.c
424 - src/core/iomgr/tcp_windows.c
425 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700426 - src/core/iomgr/timer.c
427 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700428 - src/core/iomgr/udp_server.c
429 - src/core/iomgr/wakeup_fd_eventfd.c
430 - src/core/iomgr/wakeup_fd_nospecial.c
431 - src/core/iomgr/wakeup_fd_pipe.c
432 - src/core/iomgr/wakeup_fd_posix.c
433 - src/core/iomgr/workqueue_posix.c
434 - src/core/iomgr/workqueue_windows.c
435 - src/core/json/json.c
436 - src/core/json/json_reader.c
437 - src/core/json/json_string.c
438 - src/core/json/json_writer.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100439 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700440 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700441 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700442 - src/core/surface/byte_buffer_reader.c
443 - src/core/surface/call.c
444 - src/core/surface/call_details.c
445 - src/core/surface/call_log_batch.c
446 - src/core/surface/channel.c
447 - src/core/surface/channel_connectivity.c
448 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800449 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700450 - src/core/surface/completion_queue.c
451 - src/core/surface/event_string.c
452 - src/core/surface/init.c
453 - src/core/surface/lame_client.c
454 - src/core/surface/metadata_array.c
455 - src/core/surface/server.c
456 - src/core/surface/server_chttp2.c
457 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800458 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700459 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800460 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700461 - src/core/transport/chttp2/alpn.c
462 - src/core/transport/chttp2/bin_encoder.c
463 - src/core/transport/chttp2/frame_data.c
464 - src/core/transport/chttp2/frame_goaway.c
465 - src/core/transport/chttp2/frame_ping.c
466 - src/core/transport/chttp2/frame_rst_stream.c
467 - src/core/transport/chttp2/frame_settings.c
468 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800469 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700470 - src/core/transport/chttp2/hpack_parser.c
471 - src/core/transport/chttp2/hpack_table.c
472 - src/core/transport/chttp2/huffsyms.c
473 - src/core/transport/chttp2/incoming_metadata.c
474 - src/core/transport/chttp2/parsing.c
475 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700476 - src/core/transport/chttp2/stream_lists.c
477 - src/core/transport/chttp2/stream_map.c
478 - src/core/transport/chttp2/timeout_encoding.c
479 - src/core/transport/chttp2/varint.c
480 - src/core/transport/chttp2/writing.c
481 - src/core/transport/chttp2_transport.c
482 - src/core/transport/connectivity_state.c
483 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800484 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800485 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700486 - src/core/transport/transport.c
487 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800488- name: grpc_codegen
489 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800490 - include/grpc/impl/codegen/byte_buffer.h
491 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800492 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800493 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800494 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800495 - include/grpc/impl/codegen/status.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700496- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700497 headers:
498 - test/core/end2end/cq_verifier.h
499 - test/core/end2end/fixtures/proxy.h
500 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700501 - test/core/util/grpc_profiler.h
502 - test/core/util/parse_hexstring.h
503 - test/core/util/port.h
504 - test/core/util/slice_splitter.h
505 src:
506 - test/core/end2end/cq_verifier.c
507 - test/core/end2end/fixtures/proxy.c
508 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700509 - test/core/util/grpc_profiler.c
510 - test/core/util/parse_hexstring.c
511 - test/core/util/port_posix.c
512 - test/core/util/port_windows.c
513 - test/core/util/slice_splitter.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100514libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800515- name: gpr
516 build: all
517 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800518 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800519 - gpr
520 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800521 secure: false
522 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
523- name: gpr_test_util
524 build: private
525 language: c
526 headers:
527 - test/core/util/test_config.h
528 src:
529 - test/core/util/test_config.c
530 deps:
531 - gpr
532 secure: false
533 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700534- name: grpc
535 build: all
536 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700537 public_headers:
538 - include/grpc/grpc_security.h
539 headers:
540 - src/core/security/auth_filters.h
541 - src/core/security/base64.h
542 - src/core/security/credentials.h
543 - src/core/security/handshake.h
544 - src/core/security/json_token.h
545 - src/core/security/jwt_verifier.h
546 - src/core/security/secure_endpoint.h
547 - src/core/security/security_connector.h
548 - src/core/security/security_context.h
549 - src/core/tsi/fake_transport_security.h
550 - src/core/tsi/ssl_transport_security.h
Craig Tiller0fe5ee72015-12-22 12:50:36 -0800551 - src/core/tsi/ssl_types.h
Craig Tiller25834342015-09-25 08:08:24 -0700552 - src/core/tsi/transport_security.h
553 - src/core/tsi/transport_security_interface.h
554 src:
555 - src/core/httpcli/httpcli_security_connector.c
556 - src/core/security/base64.c
557 - src/core/security/client_auth_filter.c
558 - src/core/security/credentials.c
559 - src/core/security/credentials_metadata.c
560 - src/core/security/credentials_posix.c
561 - src/core/security/credentials_win32.c
562 - src/core/security/google_default_credentials.c
563 - src/core/security/handshake.c
564 - src/core/security/json_token.c
565 - src/core/security/jwt_verifier.c
566 - src/core/security/secure_endpoint.c
567 - src/core/security/security_connector.c
568 - src/core/security/security_context.c
569 - src/core/security/server_auth_filter.c
570 - src/core/security/server_secure_chttp2.c
571 - src/core/surface/init_secure.c
572 - src/core/surface/secure_channel_create.c
573 - src/core/tsi/fake_transport_security.c
574 - src/core/tsi/ssl_transport_security.c
575 - src/core/tsi/transport_security.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800576 deps:
577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700578 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800579 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700580 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700581 filegroups:
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100582 - grpc_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700583 - grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700584 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700585 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700586 vs_packages:
587 - grpc.dependencies.openssl
588 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700589 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
590- name: grpc_test_util
591 build: private
592 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700593 headers:
594 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800595 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700596 src:
597 - test/core/end2end/data/server1_cert.c
598 - test/core/end2end/data/server1_key.c
599 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800600 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700601 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800602 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800603 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700604 - grpc
605 filegroups:
606 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700607 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
608- name: grpc_test_util_unsecure
609 build: private
610 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700611 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800612 - gpr
613 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800614 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700615 filegroups:
616 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700617 secure: false
618 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
619- name: grpc_unsecure
620 build: all
621 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700622 src:
623 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800624 deps:
625 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700626 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800627 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700628 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700629 filegroups:
630 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800631 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700632 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700633 secure: false
634 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
635- name: grpc_zookeeper
636 build: all
637 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700638 public_headers:
639 - include/grpc/grpc_zookeeper.h
640 headers:
641 - src/core/client_config/resolvers/zookeeper_resolver.h
642 src:
643 - src/core/client_config/resolvers/zookeeper_resolver.c
644 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800645 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700646 - grpc
647 external_deps:
648 - zookeeper
649 platforms:
650 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700651 secure: false
652- name: reconnect_server
653 build: private
654 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700655 headers:
656 - test/core/util/reconnect_server.h
657 src:
658 - test/core/util/reconnect_server.c
659 deps:
yang-gc9fca182015-11-06 16:41:33 -0800660 - test_tcp_server
661 - grpc_test_util
662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800663 - gpr_test_util
664 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800665- name: test_tcp_server
666 build: private
667 language: c
668 headers:
669 - test/core/util/test_tcp_server.h
670 src:
671 - test/core/util/test_tcp_server.c
672 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700673 - grpc_test_util
674 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800675 - gpr_test_util
676 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700677- name: grpc++
678 build: all
679 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700680 headers:
681 - src/cpp/client/secure_credentials.h
682 - src/cpp/common/secure_auth_context.h
683 - src/cpp/server/secure_server_credentials.h
684 src:
Craig Tiller25834342015-09-25 08:08:24 -0700685 - src/cpp/client/secure_credentials.cc
686 - src/cpp/common/auth_property_iterator.cc
687 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800688 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700689 - src/cpp/common/secure_create_auth_context.cc
690 - src/cpp/server/secure_server_credentials.cc
691 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700692 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700693 baselib: true
694 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700695 filegroups:
696 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800697 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700698 secure: check
699 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
700- name: grpc++_test_config
701 build: private
702 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700703 headers:
704 - test/cpp/util/test_config.h
705 src:
706 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700707- name: grpc++_test_util
708 build: private
709 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700710 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800711 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800712 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700713 - test/cpp/util/cli_call.h
714 - test/cpp/util/create_test_channel.h
715 - test/cpp/util/string_ref_helper.h
716 - test/cpp/util/subprocess.h
717 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800718 - src/proto/grpc/testing/echo_messages.proto
719 - src/proto/grpc/testing/echo.proto
720 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800721 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800722 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700723 - test/cpp/util/cli_call.cc
724 - test/cpp/util/create_test_channel.cc
725 - test/cpp/util/string_ref_helper.cc
726 - test/cpp/util/subprocess.cc
727 deps:
728 - grpc++
729 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700730- name: grpc++_unsecure
731 build: all
732 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700733 src:
734 - src/cpp/common/insecure_create_auth_context.cc
735 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800736 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700737 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700738 baselib: true
739 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700740 filegroups:
741 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800742 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700743 secure: false
744 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
745- name: grpc_plugin_support
746 build: protoc
747 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700748 headers:
749 - include/grpc++/support/config.h
750 - include/grpc++/support/config_protobuf.h
751 - src/compiler/config.h
752 - src/compiler/cpp_generator.h
753 - src/compiler/cpp_generator_helpers.h
754 - src/compiler/csharp_generator.h
755 - src/compiler/csharp_generator_helpers.h
756 - src/compiler/generator_helpers.h
757 - src/compiler/objective_c_generator.h
758 - src/compiler/objective_c_generator_helpers.h
759 - src/compiler/python_generator.h
760 - src/compiler/ruby_generator.h
761 - src/compiler/ruby_generator_helpers-inl.h
762 - src/compiler/ruby_generator_map-inl.h
763 - src/compiler/ruby_generator_string-inl.h
764 src:
765 - src/compiler/cpp_generator.cc
766 - src/compiler/csharp_generator.cc
767 - src/compiler/objective_c_generator.cc
768 - src/compiler/python_generator.cc
769 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700770 deps: []
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800771 filegroups:
772 - grpc++_codegen
773 - grpc_codegen
Craig Tillerad095982016-02-09 12:45:04 -0800774 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700775 secure: false
776 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
777- name: interop_client_helper
778 build: private
779 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700780 headers:
781 - test/cpp/interop/client_helper.h
782 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800783 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700784 - test/cpp/interop/client_helper.cc
785 deps:
786 - grpc++_test_util
787 - grpc_test_util
788 - grpc++
789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800790 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700791- name: interop_client_main
792 build: private
793 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700794 headers:
795 - test/cpp/interop/interop_client.h
796 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800797 - src/proto/grpc/testing/empty.proto
798 - src/proto/grpc/testing/messages.proto
799 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700800 - test/cpp/interop/client.cc
801 - test/cpp/interop/interop_client.cc
802 deps:
803 - interop_client_helper
804 - grpc++_test_util
805 - grpc_test_util
806 - grpc++
807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800808 - gpr_test_util
809 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700810 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700811- name: interop_server_helper
812 build: private
813 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700814 headers:
815 - test/cpp/interop/server_helper.h
816 src:
817 - test/cpp/interop/server_helper.cc
818 deps:
819 - grpc_test_util
820 - grpc++
821 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800822 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700823- name: interop_server_main
824 build: private
825 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700826 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800827 - src/proto/grpc/testing/empty.proto
828 - src/proto/grpc/testing/messages.proto
829 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700830 - test/cpp/interop/server.cc
831 deps:
832 - interop_server_helper
833 - grpc++_test_util
834 - grpc_test_util
835 - grpc++
836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800837 - gpr_test_util
838 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700839 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700840- name: qps
841 build: private
842 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700843 headers:
844 - test/cpp/qps/client.h
845 - test/cpp/qps/driver.h
846 - test/cpp/qps/histogram.h
847 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800848 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700849 - test/cpp/qps/perf_db_client.h
850 - test/cpp/qps/qps_worker.h
851 - test/cpp/qps/report.h
852 - test/cpp/qps/server.h
853 - test/cpp/qps/stats.h
854 - test/cpp/qps/timer.h
855 - test/cpp/util/benchmark_config.h
856 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800857 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800858 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800859 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800860 - src/proto/grpc/testing/control.proto
861 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800862 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700863 - test/cpp/qps/client_async.cc
864 - test/cpp/qps/client_sync.cc
865 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800866 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700867 - test/cpp/qps/perf_db_client.cc
868 - test/cpp/qps/qps_worker.cc
869 - test/cpp/qps/report.cc
870 - test/cpp/qps/server_async.cc
871 - test/cpp/qps/server_sync.cc
872 - test/cpp/qps/timer.cc
873 - test/cpp/util/benchmark_config.cc
874 deps:
875 - grpc_test_util
876 - grpc++_test_util
877 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700878- name: grpc_csharp_ext
879 build: all
880 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700881 src:
882 - src/csharp/ext/grpc_csharp_ext.c
883 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800885 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800886 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800887 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700888 dll: only
889 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700890 vs_packages:
891 - grpc.dependencies.openssl
892 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700893 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700894 vs_props:
895 - zlib
896 - openssl
897 - winsock
898 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700899targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100900- name: alarm_test
901 build: test
902 language: c
903 src:
904 - test/core/surface/alarm_test.c
905 deps:
906 - grpc_test_util
907 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800908 - gpr_test_util
909 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800910- name: algorithm_test
911 build: test
912 language: c
913 src:
914 - test/core/compression/algorithm_test.c
915 deps:
916 - grpc_test_util
917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800918 - gpr_test_util
919 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800920- name: alloc_test
921 build: test
922 language: c
923 src:
924 - test/core/support/alloc_test.c
925 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800926 - gpr_test_util
927 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700928- name: alpn_test
929 build: test
930 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700931 src:
932 - test/core/transport/chttp2/alpn_test.c
933 deps:
934 - grpc_test_util
935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800936 - gpr_test_util
937 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700938- name: bin_encoder_test
939 build: test
940 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700941 src:
942 - test/core/transport/chttp2/bin_encoder_test.c
943 deps:
944 - grpc_test_util
945 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800946- name: census_context_test
947 build: test
948 language: c
949 src:
950 - test/core/census/context_test.c
951 deps:
952 - grpc_test_util
953 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800954 - gpr_test_util
955 - gpr
yang-gc0ed5092015-12-09 08:48:08 -0800956- name: channel_create_test
957 build: test
958 language: c
959 src:
960 - test/core/surface/channel_create_test.c
961 deps:
962 - grpc_test_util
963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800964 - gpr_test_util
965 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800966- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700967 build: test
968 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700969 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800970 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700971 deps:
972 - grpc_test_util
973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800974 - gpr_test_util
975 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800976- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700977 build: test
978 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700979 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800980 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700981 deps:
982 - grpc_test_util
983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800984 - gpr_test_util
985 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700986- name: chttp2_stream_map_test
987 build: test
988 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700989 src:
990 - test/core/transport/chttp2/stream_map_test.c
991 deps:
992 - grpc_test_util
993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800994 - gpr_test_util
995 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -0800996- name: chttp2_varint_test
997 build: test
998 language: c
999 src:
1000 - test/core/transport/chttp2/varint_test.c
1001 deps:
1002 - grpc_test_util
1003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001004 - gpr_test_util
1005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001006- name: compression_test
1007 build: test
1008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001009 src:
1010 - test/core/compression/compression_test.c
1011 deps:
1012 - grpc_test_util
1013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001014 - gpr_test_util
1015 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001016- name: dns_resolver_test
1017 build: test
1018 language: c
1019 src:
1020 - test/core/client_config/resolvers/dns_resolver_test.c
1021 deps:
1022 - grpc_test_util
1023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001024 - gpr_test_util
1025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001026- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001027 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001028 build: test
1029 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001030 src:
1031 - test/core/end2end/dualstack_socket_test.c
1032 deps:
1033 - grpc_test_util
1034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001035 - gpr_test_util
1036 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001037 platforms:
1038 - mac
1039 - linux
1040 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001041- name: endpoint_pair_test
1042 build: test
1043 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001044 src:
1045 - test/core/iomgr/endpoint_pair_test.c
1046 deps:
1047 - grpc_test_util
1048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001049 - gpr_test_util
1050 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001051- name: fd_conservation_posix_test
1052 build: test
1053 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001054 src:
1055 - test/core/iomgr/fd_conservation_posix_test.c
1056 deps:
1057 - grpc_test_util
1058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001059 - gpr_test_util
1060 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001061 platforms:
1062 - mac
1063 - linux
1064 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065- name: fd_posix_test
1066 build: test
1067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001068 src:
1069 - test/core/iomgr/fd_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: fling_client
1080 build: test
1081 run: false
1082 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001083 src:
1084 - test/core/fling/client.c
1085 deps:
1086 - grpc_test_util
1087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001088 - gpr_test_util
1089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090- name: fling_server
1091 build: test
1092 run: false
1093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001094 src:
1095 - test/core/fling/server.c
1096 deps:
1097 - grpc_test_util
1098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001099 - gpr_test_util
1100 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001101- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001102 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001103 build: test
1104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001105 src:
1106 - test/core/fling/fling_stream_test.c
1107 deps:
1108 - grpc_test_util
1109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001110 - gpr_test_util
1111 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001112 platforms:
1113 - mac
1114 - linux
1115 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001117 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001118 build: test
1119 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001120 src:
1121 - test/core/fling/fling_test.c
1122 deps:
1123 - grpc_test_util
1124 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001125 - gpr_test_util
1126 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001127 platforms:
1128 - mac
1129 - linux
1130 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001131- name: gen_hpack_tables
1132 build: tool
1133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001134 src:
1135 - tools/codegen/core/gen_hpack_tables.c
1136 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001137 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001138 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139- name: gen_legal_metadata_characters
1140 build: tool
1141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001142 src:
1143 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001144 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001145- name: gpr_avl_test
1146 build: test
1147 language: c
1148 src:
1149 - test/core/support/avl_test.c
1150 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001151 - gpr_test_util
1152 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001153- name: gpr_cmdline_test
1154 build: test
1155 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001156 src:
1157 - test/core/support/cmdline_test.c
1158 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001159 - gpr_test_util
1160 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001161- name: gpr_cpu_test
1162 build: test
1163 language: c
1164 src:
1165 - test/core/support/cpu_test.c
1166 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001167 - gpr_test_util
1168 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001169- name: gpr_env_test
1170 build: test
1171 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001172 src:
1173 - test/core/support/env_test.c
1174 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001175 - gpr_test_util
1176 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001177- name: gpr_file_test
1178 build: test
1179 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001180 src:
1181 - test/core/support/file_test.c
1182 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001183 - gpr_test_util
1184 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185- name: gpr_histogram_test
1186 build: test
1187 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001188 src:
1189 - test/core/support/histogram_test.c
1190 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001191 - gpr_test_util
1192 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001193- name: gpr_host_port_test
1194 build: test
1195 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001196 src:
1197 - test/core/support/host_port_test.c
1198 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001199 - gpr_test_util
1200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001201- name: gpr_log_test
1202 build: test
1203 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001204 src:
1205 - test/core/support/log_test.c
1206 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr_test_util
1208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001209- name: gpr_slice_buffer_test
1210 build: test
1211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001212 src:
1213 - test/core/support/slice_buffer_test.c
1214 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001215 - gpr_test_util
1216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217- name: gpr_slice_test
1218 build: test
1219 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001220 src:
1221 - test/core/support/slice_test.c
1222 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001223 - gpr_test_util
1224 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001225- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001226 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001227 build: test
1228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001229 src:
1230 - test/core/support/stack_lockfree_test.c
1231 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001232 - gpr_test_util
1233 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001234- name: gpr_string_test
1235 build: test
1236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001237 src:
1238 - test/core/support/string_test.c
1239 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001240 - gpr_test_util
1241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001243 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244 build: test
1245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001246 src:
1247 - test/core/support/sync_test.c
1248 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr_test_util
1250 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001251- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001252 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001253 build: test
1254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001255 src:
1256 - test/core/support/thd_test.c
1257 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001258 - gpr_test_util
1259 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260- name: gpr_time_test
1261 build: test
1262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001263 src:
1264 - test/core/support/time_test.c
1265 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001266 - gpr_test_util
1267 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001268- name: gpr_tls_test
1269 build: test
1270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001271 src:
1272 - test/core/support/tls_test.c
1273 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001274 - gpr_test_util
1275 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001276- name: gpr_useful_test
1277 build: test
1278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001279 src:
1280 - test/core/support/useful_test.c
1281 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001282 - gpr_test_util
1283 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001284- name: grpc_auth_context_test
1285 build: test
1286 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001287 src:
1288 - test/core/security/auth_context_test.c
1289 deps:
1290 - grpc_test_util
1291 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001292 - gpr_test_util
1293 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001294- name: grpc_base64_test
1295 build: test
1296 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001297 src:
1298 - test/core/security/base64_test.c
1299 deps:
1300 - grpc_test_util
1301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001302 - gpr_test_util
1303 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001304- name: grpc_byte_buffer_reader_test
1305 build: test
1306 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001307 src:
1308 - test/core/surface/byte_buffer_reader_test.c
1309 deps:
1310 - grpc_test_util
1311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001312 - gpr_test_util
1313 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001314- name: grpc_channel_args_test
1315 build: test
1316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001317 src:
1318 - test/core/channel/channel_args_test.c
1319 deps:
1320 - grpc_test_util
1321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr_test_util
1323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: grpc_channel_stack_test
1325 build: test
1326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001327 src:
1328 - test/core/channel/channel_stack_test.c
1329 deps:
1330 - grpc_test_util
1331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001332 - gpr_test_util
1333 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334- name: grpc_completion_queue_test
1335 build: test
1336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001337 src:
1338 - test/core/surface/completion_queue_test.c
1339 deps:
1340 - grpc_test_util
1341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001342 - gpr_test_util
1343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001344- name: grpc_create_jwt
1345 build: tool
1346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001347 src:
1348 - test/core/security/create_jwt.c
1349 deps:
1350 - grpc_test_util
1351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001352 - gpr_test_util
1353 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001354- name: grpc_credentials_test
1355 build: test
1356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001357 src:
1358 - test/core/security/credentials_test.c
1359 deps:
1360 - grpc_test_util
1361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001362 - gpr_test_util
1363 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001364- name: grpc_fetch_oauth2
1365 build: tool
1366 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001367 src:
1368 - test/core/security/fetch_oauth2.c
1369 deps:
1370 - grpc_test_util
1371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001372 - gpr_test_util
1373 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001374- name: grpc_invalid_channel_args_test
1375 build: test
1376 language: c
1377 src:
1378 - test/core/surface/invalid_channel_args_test.c
1379 deps:
1380 - grpc_test_util
1381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001382 - gpr_test_util
1383 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001384- name: grpc_json_token_test
1385 build: test
1386 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001387 src:
1388 - test/core/security/json_token_test.c
1389 deps:
1390 - grpc_test_util
1391 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001392 - gpr_test_util
1393 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001394 platforms:
1395 - linux
1396 - posix
1397 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001398- name: grpc_jwt_verifier_test
1399 build: test
1400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001401 src:
1402 - test/core/security/jwt_verifier_test.c
1403 deps:
1404 - grpc_test_util
1405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001406 - gpr_test_util
1407 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: grpc_print_google_default_creds_token
1409 build: tool
1410 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001411 src:
1412 - test/core/security/print_google_default_creds_token.c
1413 deps:
1414 - grpc_test_util
1415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001416 - gpr_test_util
1417 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418- name: grpc_security_connector_test
1419 build: test
1420 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001421 src:
1422 - test/core/security/security_connector_test.c
1423 deps:
1424 - grpc_test_util
1425 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001426 - gpr_test_util
1427 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001428- name: grpc_verify_jwt
1429 build: tool
1430 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001431 src:
1432 - test/core/security/verify_jwt.c
1433 deps:
1434 - grpc_test_util
1435 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001436 - gpr_test_util
1437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001438- name: hpack_parser_test
1439 build: test
1440 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001441 src:
1442 - test/core/transport/chttp2/hpack_parser_test.c
1443 deps:
1444 - grpc_test_util
1445 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: hpack_table_test
1449 build: test
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/transport/chttp2/hpack_table_test.c
1453 deps:
1454 - grpc_test_util
1455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001456 - gpr_test_util
1457 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001458- name: httpcli_format_request_test
1459 build: test
1460 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001461 src:
1462 - test/core/httpcli/format_request_test.c
1463 deps:
1464 - grpc_test_util
1465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001466 - gpr_test_util
1467 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001468- name: httpcli_parser_test
1469 build: test
1470 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001471 src:
1472 - test/core/httpcli/parser_test.c
1473 deps:
1474 - grpc_test_util
1475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001476 - gpr_test_util
1477 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001478- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001479 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480 build: test
1481 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001482 src:
1483 - test/core/httpcli/httpcli_test.c
1484 deps:
1485 - grpc_test_util
1486 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr_test_util
1488 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001489 platforms:
1490 - mac
1491 - linux
1492 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001493- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001494 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001495 build: test
1496 language: c
1497 src:
1498 - test/core/httpcli/httpscli_test.c
1499 deps:
1500 - grpc_test_util
1501 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001502 - gpr_test_util
1503 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001504 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001505 - linux
yang-gf1183302015-12-07 16:02:05 -08001506- name: init_test
1507 build: test
1508 language: c
1509 src:
1510 - test/core/surface/init_test.c
1511 deps:
1512 - grpc_test_util
1513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001514 - gpr_test_util
1515 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001516- name: invalid_call_argument_test
1517 build: test
1518 language: c
1519 src:
1520 - test/core/end2end/invalid_call_argument_test.c
1521 deps:
1522 - grpc_test_util
1523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001524 - gpr_test_util
1525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001526- name: json_rewrite
1527 build: test
1528 run: false
1529 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001530 src:
1531 - test/core/json/json_rewrite.c
1532 deps:
1533 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001534 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: json_rewrite_test
1536 build: test
1537 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001538 src:
1539 - test/core/json/json_rewrite_test.c
1540 deps:
1541 - grpc_test_util
1542 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001543 - gpr_test_util
1544 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001545- name: json_stream_error_test
1546 build: test
1547 language: c
1548 src:
1549 - test/core/json/json_stream_error_test.c
1550 deps:
1551 - grpc_test_util
1552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001553 - gpr_test_util
1554 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001555- name: json_test
1556 build: test
1557 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001558 src:
1559 - test/core/json/json_test.c
1560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: lame_client_test
1566 build: test
1567 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001568 src:
1569 - test/core/surface/lame_client_test.c
1570 deps:
1571 - grpc_test_util
1572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001573 - gpr_test_util
1574 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001575- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001576 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001577 build: test
1578 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001579 src:
1580 - test/core/client_config/lb_policies_test.c
1581 deps:
1582 - grpc_test_util
1583 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001584 - gpr_test_util
1585 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001586- name: low_level_ping_pong_benchmark
1587 build: benchmark
1588 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001589 src:
1590 - test/core/network_benchmarks/low_level_ping_pong.c
1591 deps:
1592 - grpc_test_util
1593 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001594 - gpr_test_util
1595 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001596 platforms:
1597 - mac
1598 - linux
1599 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001600- name: message_compress_test
1601 build: test
1602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001603 src:
1604 - test/core/compression/message_compress_test.c
1605 deps:
1606 - grpc_test_util
1607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001608 - gpr_test_util
1609 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001610- name: multiple_server_queues_test
1611 build: test
1612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001613 src:
1614 - test/core/end2end/multiple_server_queues_test.c
1615 deps:
1616 - grpc_test_util
1617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001620- name: murmur_hash_test
1621 build: test
1622 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001623 src:
1624 - test/core/support/murmur_hash_test.c
1625 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001626 - gpr_test_util
1627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001629 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630 build: test
1631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
1633 - test/core/end2end/no_server_test.c
1634 deps:
1635 - grpc_test_util
1636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001637 - gpr_test_util
1638 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001639- name: resolve_address_test
1640 build: test
1641 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001642 src:
1643 - test/core/iomgr/resolve_address_test.c
1644 deps:
1645 - grpc_test_util
1646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001647 - gpr_test_util
1648 - gpr
yang-gd482e592015-12-10 14:04:00 -08001649- name: secure_channel_create_test
1650 build: test
1651 language: c
1652 src:
1653 - test/core/surface/secure_channel_create_test.c
1654 deps:
1655 - grpc_test_util
1656 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001657 - gpr_test_util
1658 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001659- name: secure_endpoint_test
1660 build: test
1661 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001662 src:
1663 - test/core/security/secure_endpoint_test.c
1664 deps:
1665 - grpc_test_util
1666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001667 - gpr_test_util
1668 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001669- name: server_chttp2_test
1670 build: test
1671 language: c
1672 src:
1673 - test/core/surface/server_chttp2_test.c
1674 deps:
1675 - grpc_test_util
1676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001677 - gpr_test_util
1678 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001679- name: server_test
1680 build: test
1681 language: c
1682 src:
1683 - test/core/surface/server_test.c
1684 deps:
1685 - grpc_test_util
1686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001687 - gpr_test_util
1688 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001689- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001690 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001691 build: test
1692 language: c
1693 src:
1694 - test/core/client_config/set_initial_connect_string_test.c
1695 deps:
1696 - test_tcp_server
1697 - grpc_test_util
1698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001701- name: sockaddr_resolver_test
1702 build: test
1703 language: c
1704 src:
1705 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1706 deps:
1707 - grpc_test_util
1708 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001709 - gpr_test_util
1710 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711- name: sockaddr_utils_test
1712 build: test
1713 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001714 src:
1715 - test/core/iomgr/sockaddr_utils_test.c
1716 deps:
1717 - grpc_test_util
1718 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001719 - gpr_test_util
1720 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001721- name: socket_utils_test
1722 build: test
1723 language: c
1724 src:
1725 - test/core/iomgr/socket_utils_test.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001731 platforms:
1732 - mac
1733 - linux
1734 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001736 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737 build: test
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
1740 - test/core/iomgr/tcp_client_posix_test.c
1741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001746 platforms:
1747 - mac
1748 - linux
1749 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001751 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001752 build: test
1753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001754 src:
1755 - test/core/iomgr/tcp_posix_test.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001761 platforms:
1762 - mac
1763 - linux
1764 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765- name: tcp_server_posix_test
1766 build: test
1767 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001768 src:
1769 - test/core/iomgr/tcp_server_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: time_averaged_stats_test
1780 build: test
1781 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001782 src:
1783 - test/core/iomgr/time_averaged_stats_test.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001787 - gpr_test_util
1788 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789- name: timeout_encoding_test
1790 build: test
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - test/core/transport/chttp2/timeout_encoding_test.c
1794 deps:
1795 - grpc_test_util
1796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001799- name: timer_heap_test
1800 build: test
1801 language: c
1802 src:
1803 - test/core/iomgr/timer_heap_test.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001807 - gpr_test_util
1808 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001809- name: timer_list_test
1810 build: test
1811 language: c
1812 src:
1813 - test/core/iomgr/timer_list_test.c
1814 deps:
1815 - grpc_test_util
1816 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819- name: timers_test
1820 build: test
1821 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001822 src:
1823 - test/core/profiling/timers_test.c
1824 deps:
1825 - grpc_test_util
1826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001827 - gpr_test_util
1828 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001829- name: transport_connectivity_state_test
1830 build: test
1831 language: c
1832 src:
1833 - test/core/transport/connectivity_state_test.c
1834 deps:
1835 - grpc_test_util
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr_test_util
1838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: transport_metadata_test
1840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
1843 - test/core/transport/metadata_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001849- name: transport_security_test
1850 build: test
1851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001852 src:
1853 - test/core/tsi/transport_security_test.c
1854 deps:
1855 - grpc_test_util
1856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001857 - gpr_test_util
1858 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001859 platforms:
1860 - linux
1861 - posix
1862 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001863- name: udp_server_test
1864 build: test
1865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001866 src:
1867 - test/core/iomgr/udp_server_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 - mac
1875 - linux
1876 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001877- name: uri_parser_test
1878 build: test
1879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001880 src:
1881 - test/core/client_config/uri_parser_test.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001887- name: workqueue_test
1888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/iomgr/workqueue_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001897 platforms:
1898 - mac
1899 - linux
1900 - posix
vjpai04e992a2016-02-10 16:58:38 -08001901- name: alarm_cpp_test
1902 build: test
1903 language: c++
1904 src:
1905 - test/cpp/common/alarm_cpp_test.cc
1906 deps:
1907 - grpc++_test_util
1908 - grpc_test_util
1909 - grpc++
1910 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001911 - gpr_test_util
1912 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001913- name: async_end2end_test
1914 build: test
1915 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001916 src:
1917 - test/cpp/end2end/async_end2end_test.cc
1918 deps:
1919 - grpc++_test_util
1920 - grpc_test_util
1921 - grpc++
1922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: async_streaming_ping_pong_test
1926 build: test
1927 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - test/cpp/qps/async_streaming_ping_pong_test.cc
1930 deps:
1931 - qps
1932 - grpc++_test_util
1933 - grpc_test_util
1934 - grpc++
1935 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001936 - gpr_test_util
1937 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001938 platforms:
1939 - mac
1940 - linux
1941 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: async_unary_ping_pong_test
1943 build: test
1944 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001945 src:
1946 - test/cpp/qps/async_unary_ping_pong_test.cc
1947 deps:
1948 - qps
1949 - grpc++_test_util
1950 - grpc_test_util
1951 - grpc++
1952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001953 - gpr_test_util
1954 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001955 platforms:
1956 - mac
1957 - linux
1958 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001959- name: auth_property_iterator_test
1960 build: test
1961 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001962 src:
1963 - test/cpp/common/auth_property_iterator_test.cc
1964 deps:
1965 - grpc++_test_util
1966 - grpc_test_util
1967 - grpc++
1968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: channel_arguments_test
1972 build: test
1973 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
yang-g52705592015-11-25 11:45:33 -08001975 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001976 deps:
1977 - grpc++
1978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980- name: cli_call_test
1981 build: test
1982 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001983 src:
1984 - test/cpp/util/cli_call_test.cc
1985 deps:
1986 - grpc++_test_util
1987 - grpc_test_util
1988 - grpc++
1989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001990 - gpr_test_util
1991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992- name: client_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08001993 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001994 build: test
1995 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001996 src:
1997 - test/cpp/end2end/client_crash_test.cc
1998 deps:
1999 - grpc++_test_util
2000 - grpc_test_util
2001 - grpc++
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002005 platforms:
2006 - mac
2007 - linux
2008 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009- name: client_crash_test_server
2010 build: test
2011 run: false
2012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002013 src:
2014 - test/cpp/end2end/client_crash_test_server.cc
2015 deps:
2016 - grpc++_test_util
2017 - grpc_test_util
2018 - grpc++
2019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002020 - gpr_test_util
2021 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002022- name: credentials_test
2023 build: test
2024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/cpp/client/credentials_test.cc
2027 deps:
2028 - grpc++
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002031- name: cxx_byte_buffer_test
2032 build: test
2033 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002034 src:
2035 - test/cpp/util/byte_buffer_test.cc
2036 deps:
2037 - grpc_test_util
2038 - grpc++
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: cxx_slice_test
2043 build: test
2044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
2046 - test/cpp/util/slice_test.cc
2047 deps:
2048 - grpc_test_util
2049 - grpc++
2050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002051 - gpr_test_util
2052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: cxx_string_ref_test
2054 build: test
2055 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/cpp/util/string_ref_test.cc
2058 deps:
2059 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002060- name: cxx_time_test
2061 build: test
2062 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002063 src:
2064 - test/cpp/util/time_test.cc
2065 deps:
2066 - grpc_test_util
2067 - grpc++
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002071- name: end2end_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002072 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002073 build: test
2074 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/cpp/end2end/end2end_test.cc
2077 deps:
2078 - grpc++_test_util
2079 - grpc_test_util
2080 - grpc++
2081 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002082 - gpr_test_util
2083 - gpr
vjpai083dc622016-01-11 09:41:17 -08002084- name: generic_async_streaming_ping_pong_test
2085 build: test
2086 language: c++
2087 src:
2088 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2089 deps:
2090 - qps
2091 - grpc++_test_util
2092 - grpc_test_util
2093 - grpc++
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
vjpai083dc622016-01-11 09:41:17 -08002097 platforms:
2098 - mac
2099 - linux
2100 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101- name: generic_end2end_test
2102 build: test
2103 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002104 src:
2105 - test/cpp/end2end/generic_end2end_test.cc
2106 deps:
2107 - grpc++_test_util
2108 - grpc_test_util
2109 - grpc++
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113- name: grpc_cli
2114 build: test
2115 run: false
2116 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002117 src:
2118 - test/cpp/util/grpc_cli.cc
2119 deps:
2120 - grpc++_test_util
2121 - grpc_test_util
2122 - grpc++
2123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr_test_util
2125 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002126 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002127- name: grpc_cpp_plugin
2128 build: protoc
2129 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002130 src:
2131 - src/compiler/cpp_plugin.cc
2132 deps:
2133 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134 secure: false
2135 vs_config_type: Application
2136 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2137- name: grpc_csharp_plugin
2138 build: protoc
2139 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002140 src:
2141 - src/compiler/csharp_plugin.cc
2142 deps:
2143 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144 secure: false
2145 vs_config_type: Application
2146 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2147- name: grpc_objective_c_plugin
2148 build: protoc
2149 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002150 src:
2151 - src/compiler/objective_c_plugin.cc
2152 deps:
2153 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154 secure: false
2155 vs_config_type: Application
2156 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2157- name: grpc_python_plugin
2158 build: protoc
2159 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - src/compiler/python_plugin.cc
2162 deps:
2163 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002164 secure: false
2165 vs_config_type: Application
2166 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2167- name: grpc_ruby_plugin
2168 build: protoc
2169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002170 src:
2171 - src/compiler/ruby_plugin.cc
2172 deps:
2173 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174 secure: false
2175 vs_config_type: Application
2176 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
yang-gbe5a2c42016-01-14 13:11:15 -08002177- name: hybrid_end2end_test
2178 build: test
2179 language: c++
2180 src:
2181 - test/cpp/end2end/hybrid_end2end_test.cc
2182 deps:
2183 - grpc++_test_util
2184 - grpc_test_util
2185 - grpc++
2186 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002187 - gpr_test_util
2188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189- name: interop_client
2190 build: test
2191 run: false
2192 language: c++
2193 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002194 deps:
2195 - interop_client_main
2196 - interop_client_helper
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 Tiller25834342015-09-25 08:08:24 -07002203 - grpc++_test_config
2204 platforms:
2205 - mac
2206 - linux
2207 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002208- name: interop_server
2209 build: test
2210 run: false
2211 language: c++
2212 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002213 deps:
2214 - interop_server_main
2215 - interop_server_helper
2216 - grpc++_test_util
2217 - grpc_test_util
2218 - grpc++
2219 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002220 - gpr_test_util
2221 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002222 - grpc++_test_config
2223 platforms:
2224 - mac
2225 - linux
2226 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002228 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002229 build: test
2230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
2232 - test/cpp/interop/interop_test.cc
2233 deps:
2234 - grpc_test_util
2235 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002236 - gpr_test_util
2237 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002238 platforms:
2239 - mac
2240 - linux
2241 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002242- name: metrics_client
2243 build: test
2244 run: false
2245 language: c++
2246 headers:
2247 - test/cpp/util/metrics_server.h
2248 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002249 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002250 - test/cpp/interop/metrics_client.cc
2251 deps:
2252 - grpc++
2253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002255 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256- name: mock_test
2257 build: test
2258 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002259 src:
2260 - test/cpp/end2end/mock_test.cc
2261 deps:
2262 - grpc++_test_util
2263 - grpc_test_util
2264 - grpc++
2265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr_test_util
2267 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268- name: qps_driver
2269 build: benchmark
2270 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
2272 - test/cpp/qps/qps_driver.cc
2273 deps:
2274 - qps
2275 - grpc++_test_util
2276 - grpc_test_util
2277 - grpc++
2278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002279 - gpr_test_util
2280 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002281 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002282- name: qps_interarrival_test
2283 build: test
2284 run: false
2285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
2287 - test/cpp/qps/qps_interarrival_test.cc
2288 deps:
2289 - qps
2290 - grpc++_test_util
2291 - grpc_test_util
2292 - grpc++
2293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 - gpr_test_util
2295 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002296 platforms:
2297 - mac
2298 - linux
2299 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: qps_openloop_test
2301 build: test
Nicolas "Pixel" Noble895a2df2015-10-27 21:27:10 +01002302 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002303 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002304 src:
2305 - test/cpp/qps/qps_openloop_test.cc
2306 deps:
2307 - qps
2308 - grpc++_test_util
2309 - grpc_test_util
2310 - grpc++
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002314 - grpc++_test_config
2315 platforms:
2316 - mac
2317 - linux
2318 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002319- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002320 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002321 build: test
2322 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/cpp/qps/qps_test.cc
2325 deps:
2326 - qps
2327 - grpc++_test_util
2328 - grpc_test_util
2329 - grpc++
2330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002331 - gpr_test_util
2332 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002333 - grpc++_test_config
2334 exclude_configs:
2335 - tsan
2336 platforms:
2337 - mac
2338 - linux
2339 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: qps_worker
2341 build: benchmark
2342 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002343 headers:
2344 - test/cpp/qps/client.h
2345 - test/cpp/qps/server.h
2346 src:
2347 - test/cpp/qps/worker.cc
2348 deps:
2349 - qps
2350 - grpc++_test_util
2351 - grpc_test_util
2352 - grpc++
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002356 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: reconnect_interop_client
2358 build: test
2359 run: false
2360 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002361 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002362 - src/proto/grpc/testing/empty.proto
2363 - src/proto/grpc/testing/messages.proto
2364 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002365 - test/cpp/interop/reconnect_interop_client.cc
2366 deps:
2367 - grpc++_test_util
2368 - grpc_test_util
2369 - grpc++
2370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002371 - gpr_test_util
2372 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002373 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002374- name: reconnect_interop_server
2375 build: test
2376 run: false
2377 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002378 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002379 - src/proto/grpc/testing/empty.proto
2380 - src/proto/grpc/testing/messages.proto
2381 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002382 - test/cpp/interop/reconnect_interop_server.cc
2383 deps:
2384 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002385 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002386 - grpc++_test_util
2387 - grpc_test_util
2388 - grpc++
2389 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002390 - gpr_test_util
2391 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002392 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002393- name: secure_auth_context_test
2394 build: test
2395 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002396 src:
2397 - test/cpp/common/secure_auth_context_test.cc
2398 deps:
2399 - grpc++_test_util
2400 - grpc_test_util
2401 - grpc++
2402 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002403 - gpr_test_util
2404 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002405- name: secure_sync_unary_ping_pong_test
2406 build: test
2407 language: c++
2408 src:
2409 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2410 deps:
2411 - qps
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 platforms:
2419 - mac
2420 - linux
2421 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422- name: server_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002423 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424 build: test
2425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
2427 - test/cpp/end2end/server_crash_test.cc
2428 deps:
2429 - grpc++_test_util
2430 - grpc_test_util
2431 - grpc++
2432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002433 - gpr_test_util
2434 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002435 platforms:
2436 - mac
2437 - linux
2438 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439- name: server_crash_test_client
2440 build: test
2441 run: false
2442 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002443 src:
2444 - test/cpp/end2end/server_crash_test_client.cc
2445 deps:
2446 - grpc++_test_util
2447 - grpc_test_util
2448 - grpc++
2449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002450 - gpr_test_util
2451 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002452- name: shutdown_test
2453 build: test
2454 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002455 src:
2456 - test/cpp/end2end/shutdown_test.cc
2457 deps:
2458 - grpc++_test_util
2459 - grpc_test_util
2460 - grpc++
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464- name: status_test
2465 build: test
2466 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
2468 - test/cpp/util/status_test.cc
2469 deps:
2470 - grpc_test_util
2471 - grpc++
2472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002473 - gpr_test_util
2474 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002475- name: streaming_throughput_test
2476 build: test
2477 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002478 src:
2479 - test/cpp/end2end/streaming_throughput_test.cc
2480 deps:
2481 - grpc++_test_util
2482 - grpc_test_util
2483 - grpc++
2484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002485 - gpr_test_util
2486 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002487 platforms:
2488 - mac
2489 - linux
2490 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002491- name: stress_test
2492 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002493 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002494 language: c++
2495 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002496 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002497 - test/cpp/interop/interop_client.h
2498 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002499 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002500 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002501 - src/proto/grpc/testing/empty.proto
2502 - src/proto/grpc/testing/messages.proto
2503 - src/proto/grpc/testing/metrics.proto
2504 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002505 - test/cpp/interop/interop_client.cc
2506 - test/cpp/interop/stress_interop_client.cc
2507 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002508 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002509 deps:
2510 - grpc++_test_util
2511 - grpc_test_util
2512 - grpc++
2513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002514 - gpr_test_util
2515 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002516 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517- name: sync_streaming_ping_pong_test
2518 build: test
2519 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002520 src:
2521 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2522 deps:
2523 - qps
2524 - grpc++_test_util
2525 - grpc_test_util
2526 - grpc++
2527 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002528 - gpr_test_util
2529 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002530 platforms:
2531 - mac
2532 - linux
2533 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002534- name: sync_unary_ping_pong_test
2535 build: test
2536 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002537 src:
2538 - test/cpp/qps/sync_unary_ping_pong_test.cc
2539 deps:
2540 - qps
2541 - grpc++_test_util
2542 - grpc_test_util
2543 - grpc++
2544 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002545 - gpr_test_util
2546 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002547 platforms:
2548 - mac
2549 - linux
2550 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: thread_stress_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002552 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553 build: test
2554 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
2556 - test/cpp/end2end/thread_stress_test.cc
2557 deps:
2558 - grpc++_test_util
2559 - grpc_test_util
2560 - grpc++
2561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002562 - gpr_test_util
2563 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564- name: zookeeper_test
2565 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002566 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002568 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002569 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002570 - test/cpp/end2end/zookeeper_test.cc
2571 deps:
2572 - grpc++_test_util
2573 - grpc_test_util
2574 - grpc++
2575 - grpc_zookeeper
2576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 - gpr_test_util
2578 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002579 external_deps:
2580 - zookeeper
2581 platforms:
2582 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002583- name: public_headers_must_be_c89
2584 build: test
2585 language: c89
2586 src:
2587 - test/core/surface/public_headers_must_be_c89.c
2588 deps:
2589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002590 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002591vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002592- linkage: static
2593 name: grpc.dependencies.zlib
2594 props: false
2595 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002596 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002597- linkage: static
2598 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002599 props: true
2600 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002601 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002602- name: gflags
2603 props: false
2604 redist: false
2605 version: 2.1.2.1
2606- name: gtest
2607 props: false
2608 redist: false
2609 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002610configs:
2611 asan:
2612 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002613 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002614 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002615 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002616 LD: clang
2617 LDFLAGS: -fsanitize=address
2618 LDXX: clang++
2619 compile_the_world: true
2620 test_environ:
2621 ASAN_OPTIONS: suppressions=tools/asan_suppressions.txt:detect_leaks=1:color=always
2622 LSAN_OPTIONS: suppressions=tools/asan_suppressions.txt:report_objects=1
Craig Tiller81df68d2016-01-21 13:59:50 -08002623 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002624 asan-noleaks:
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++
Craig Tiller81df68d2016-01-21 13:59:50 -08002632 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002633 test_environ:
2634 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tiller81df68d2016-01-21 13:59:50 -08002635 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002636 basicprof:
2637 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2638 DEFINES: NDEBUG
2639 dbg:
2640 CPPFLAGS: -O0
2641 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002642 gcov:
2643 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002644 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002645 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002646 DEFINES: _DEBUG DEBUG GPR_GCOV
2647 LD: gcc
2648 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2649 LDXX: g++
2650 helgrind:
2651 CPPFLAGS: -O0
2652 DEFINES: _DEBUG DEBUG
2653 LDFLAGS: -rdynamic
2654 timeout_multiplier: 20
2655 valgrind: --tool=helgrind
2656 memcheck:
2657 CPPFLAGS: -O0
2658 DEFINES: _DEBUG DEBUG
2659 LDFLAGS: -rdynamic
2660 timeout_multiplier: 10
2661 valgrind: --tool=memcheck --leak-check=full
2662 msan:
2663 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002664 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002665 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002666 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002667 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002668 DEFINES: NDEBUG
2669 LD: clang
2670 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2671 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2672 LDXX: clang++
2673 compile_the_world: true
Craig Tiller3e301a32016-01-27 15:36:52 -08002674 timeout_multiplier: 2
Craig Tillera0f85172016-01-20 15:56:06 -08002675 mutrace:
2676 CPPFLAGS: -O0
2677 DEFINES: _DEBUG DEBUG
2678 LDFLAGS: -rdynamic
2679 opt:
2680 CPPFLAGS: -O2
2681 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002682 stapprof:
2683 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2684 DEFINES: NDEBUG
2685 tsan:
2686 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002687 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002688 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002689 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002690 LD: clang
2691 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2692 LDXX: clang++
2693 compile_the_world: true
2694 test_environ:
2695 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2696 timeout_multiplier: 2
2697 ubsan:
2698 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002699 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002700 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002701 DEFINES: NDEBUG
2702 LD: clang
2703 LDFLAGS: -fsanitize=undefined
2704 LDXX: clang++
2705 compile_the_world: true
2706 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002707defaults:
2708 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002709 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002710 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002711 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002712 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002713 global:
2714 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2715 LDFLAGS: -g
2716 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002717 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002718 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002719node_modules:
2720- deps:
2721 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002722 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002723 - boringssl
2724 - z
murgatroid9994a75412015-11-19 14:04:53 -08002725 headers:
2726 - src/node/ext/byte_buffer.h
2727 - src/node/ext/call.h
2728 - src/node/ext/call_credentials.h
2729 - src/node/ext/channel.h
2730 - src/node/ext/channel_credentials.h
2731 - src/node/ext/completion_queue_async_worker.h
2732 - src/node/ext/server.h
2733 - src/node/ext/server_credentials.h
2734 - src/node/ext/timeval.h
2735 js:
2736 - src/node/index.js
2737 - src/node/src/client.js
2738 - src/node/src/common.js
2739 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002740 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002741 - src/node/src/metadata.js
2742 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002743 name: grpc_node
2744 src:
2745 - src/node/ext/byte_buffer.cc
2746 - src/node/ext/call.cc
2747 - src/node/ext/call_credentials.cc
2748 - src/node/ext/channel.cc
2749 - src/node/ext/channel_credentials.cc
2750 - src/node/ext/completion_queue_async_worker.cc
2751 - src/node/ext/node_grpc.cc
2752 - src/node/ext/server.cc
2753 - src/node/ext/server_credentials.cc
2754 - src/node/ext/timeval.cc
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002755python_dependencies:
2756 deps:
2757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002758 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002759 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002760 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002761ruby_gem:
2762 deps:
2763 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002764 - gpr
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002765 - boringssl
2766 - z