blob: 4de2dfe00e7df45e89a584ad61b455def0d94fff [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
16 - src/core/census/aggregation.h
Alistair Veitch85afe712016-02-02 17:58:15 -080017 - src/core/census/log.h
Craig Tiller25834342015-09-25 08:08:24 -070018 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
Alistair Veitch85afe712016-02-02 17:58:15 -080022 - src/core/census/log.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010024 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070025 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010026- name: gpr
27 public_headers:
28 - include/grpc/support/alloc.h
29 - include/grpc/support/atm.h
30 - include/grpc/support/atm_gcc_atomic.h
31 - include/grpc/support/atm_gcc_sync.h
32 - include/grpc/support/atm_win32.h
33 - include/grpc/support/avl.h
34 - include/grpc/support/cmdline.h
35 - include/grpc/support/cpu.h
36 - include/grpc/support/histogram.h
37 - include/grpc/support/host_port.h
38 - include/grpc/support/log.h
39 - include/grpc/support/log_win32.h
40 - include/grpc/support/port_platform.h
41 - include/grpc/support/slice.h
42 - include/grpc/support/slice_buffer.h
43 - include/grpc/support/string_util.h
44 - include/grpc/support/subprocess.h
45 - include/grpc/support/sync.h
46 - include/grpc/support/sync_generic.h
47 - include/grpc/support/sync_posix.h
48 - include/grpc/support/sync_win32.h
49 - include/grpc/support/thd.h
50 - include/grpc/support/time.h
51 - include/grpc/support/tls.h
52 - include/grpc/support/tls_gcc.h
53 - include/grpc/support/tls_msvc.h
54 - include/grpc/support/tls_pthread.h
55 - include/grpc/support/useful.h
56 headers:
57 - src/core/profiling/timers.h
58 - src/core/support/block_annotate.h
59 - src/core/support/env.h
60 - src/core/support/file.h
61 - src/core/support/murmur_hash.h
62 - src/core/support/stack_lockfree.h
63 - src/core/support/string.h
64 - src/core/support/string_win32.h
65 - src/core/support/thd_internal.h
66 - src/core/support/time_precise.h
67 src:
68 - src/core/profiling/basic_timers.c
69 - src/core/profiling/stap_timers.c
70 - src/core/support/alloc.c
71 - src/core/support/avl.c
72 - src/core/support/cmdline.c
73 - src/core/support/cpu_iphone.c
74 - src/core/support/cpu_linux.c
75 - src/core/support/cpu_posix.c
76 - src/core/support/cpu_windows.c
77 - src/core/support/env_linux.c
78 - src/core/support/env_posix.c
79 - src/core/support/env_win32.c
80 - src/core/support/file.c
81 - src/core/support/file_posix.c
82 - src/core/support/file_win32.c
83 - src/core/support/histogram.c
84 - src/core/support/host_port.c
85 - src/core/support/log.c
86 - src/core/support/log_android.c
87 - src/core/support/log_linux.c
88 - src/core/support/log_posix.c
89 - src/core/support/log_win32.c
90 - src/core/support/murmur_hash.c
91 - src/core/support/slice.c
92 - src/core/support/slice_buffer.c
93 - src/core/support/stack_lockfree.c
94 - src/core/support/string.c
95 - src/core/support/string_posix.c
96 - src/core/support/string_win32.c
97 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010098 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010099 - src/core/support/sync.c
100 - src/core/support/sync_posix.c
101 - src/core/support/sync_win32.c
102 - src/core/support/thd.c
103 - src/core/support/thd_posix.c
104 - src/core/support/thd_win32.c
105 - src/core/support/time.c
106 - src/core/support/time_posix.c
107 - src/core/support/time_precise.c
108 - src/core/support/time_win32.c
109 - src/core/support/tls_pthread.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100110 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800111- name: gpr_codegen
112 public_headers:
113 - include/grpc/impl/codegen/alloc.h
114 - include/grpc/impl/codegen/atm.h
115 - include/grpc/impl/codegen/atm_gcc_atomic.h
116 - include/grpc/impl/codegen/atm_gcc_sync.h
117 - include/grpc/impl/codegen/atm_win32.h
118 - include/grpc/impl/codegen/log.h
119 - include/grpc/impl/codegen/port_platform.h
120 - include/grpc/impl/codegen/slice.h
121 - include/grpc/impl/codegen/slice_buffer.h
122 - include/grpc/impl/codegen/sync.h
123 - include/grpc/impl/codegen/sync_generic.h
124 - include/grpc/impl/codegen/sync_posix.h
125 - include/grpc/impl/codegen/sync_win32.h
126 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700127- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700128 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800129 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700130 - include/grpc++/channel.h
131 - include/grpc++/client_context.h
132 - include/grpc++/completion_queue.h
133 - include/grpc++/create_channel.h
134 - include/grpc++/generic/async_generic_service.h
135 - include/grpc++/generic/generic_stub.h
136 - include/grpc++/grpc++.h
137 - include/grpc++/impl/call.h
138 - include/grpc++/impl/client_unary_call.h
139 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800140 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700141 - include/grpc++/impl/proto_utils.h
142 - include/grpc++/impl/rpc_method.h
143 - include/grpc++/impl/rpc_service_method.h
144 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800145 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700146 - include/grpc++/impl/service_type.h
147 - include/grpc++/impl/sync.h
148 - include/grpc++/impl/sync_cxx11.h
149 - include/grpc++/impl/sync_no_cxx11.h
150 - include/grpc++/impl/thd.h
151 - include/grpc++/impl/thd_cxx11.h
152 - include/grpc++/impl/thd_no_cxx11.h
153 - include/grpc++/security/auth_context.h
154 - include/grpc++/security/auth_metadata_processor.h
155 - include/grpc++/security/credentials.h
156 - include/grpc++/security/server_credentials.h
157 - include/grpc++/server.h
158 - include/grpc++/server_builder.h
159 - include/grpc++/server_context.h
160 - include/grpc++/support/async_stream.h
161 - include/grpc++/support/async_unary_call.h
162 - include/grpc++/support/byte_buffer.h
163 - include/grpc++/support/channel_arguments.h
164 - include/grpc++/support/config.h
165 - include/grpc++/support/config_protobuf.h
166 - include/grpc++/support/slice.h
167 - include/grpc++/support/status.h
168 - include/grpc++/support/status_code_enum.h
169 - include/grpc++/support/string_ref.h
170 - include/grpc++/support/stub_options.h
171 - include/grpc++/support/sync_stream.h
172 - include/grpc++/support/time.h
173 headers:
174 - src/cpp/client/create_channel_internal.h
175 - src/cpp/common/create_auth_context.h
176 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700177 - src/cpp/server/thread_pool_interface.h
178 src:
179 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700180 - src/cpp/client/client_context.cc
181 - src/cpp/client/create_channel.cc
182 - src/cpp/client/create_channel_internal.cc
183 - src/cpp/client/credentials.cc
184 - src/cpp/client/generic_stub.cc
185 - src/cpp/client/insecure_credentials.cc
vjpai04e992a2016-02-10 16:58:38 -0800186 - src/cpp/common/alarm.cc
Craig Tiller25834342015-09-25 08:08:24 -0700187 - src/cpp/common/call.cc
yang-g52705592015-11-25 11:45:33 -0800188 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700189 - src/cpp/common/completion_queue.cc
190 - src/cpp/common/rpc_method.cc
191 - src/cpp/proto/proto_utils.cc
192 - src/cpp/server/async_generic_service.cc
193 - src/cpp/server/create_default_thread_pool.cc
194 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700195 - src/cpp/server/insecure_server_credentials.cc
196 - src/cpp/server/server.cc
197 - src/cpp/server/server_builder.cc
198 - src/cpp/server/server_context.cc
199 - src/cpp/server/server_credentials.cc
200 - src/cpp/util/byte_buffer.cc
201 - src/cpp/util/slice.cc
202 - src/cpp/util/status.cc
203 - src/cpp/util/string_ref.cc
204 - src/cpp/util/time.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700205- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700206 public_headers:
207 - include/grpc/byte_buffer.h
208 - include/grpc/byte_buffer_reader.h
209 - include/grpc/compression.h
210 - include/grpc/grpc.h
211 - include/grpc/status.h
212 headers:
213 - src/core/census/grpc_filter.h
214 - src/core/channel/channel_args.h
215 - src/core/channel/channel_stack.h
216 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700217 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700218 - src/core/channel/compress_filter.h
219 - src/core/channel/connected_channel.h
220 - src/core/channel/context.h
221 - src/core/channel/http_client_filter.h
222 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800223 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700224 - src/core/client_config/client_config.h
225 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800226 - src/core/client_config/initial_connect_string.h
Craig Tiller25834342015-09-25 08:08:24 -0700227 - src/core/client_config/lb_policies/pick_first.h
228 - src/core/client_config/lb_policies/round_robin.h
229 - src/core/client_config/lb_policy.h
230 - src/core/client_config/lb_policy_factory.h
231 - src/core/client_config/lb_policy_registry.h
232 - src/core/client_config/resolver.h
233 - src/core/client_config/resolver_factory.h
234 - src/core/client_config/resolver_registry.h
235 - src/core/client_config/resolvers/dns_resolver.h
236 - src/core/client_config/resolvers/sockaddr_resolver.h
237 - src/core/client_config/subchannel.h
238 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800239 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700240 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800241 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700242 - src/core/compression/message_compress.h
243 - src/core/debug/trace.h
244 - src/core/httpcli/format_request.h
245 - src/core/httpcli/httpcli.h
246 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700247 - src/core/iomgr/closure.h
248 - src/core/iomgr/endpoint.h
249 - src/core/iomgr/endpoint_pair.h
250 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700251 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/iomgr/fd_posix.h
253 - src/core/iomgr/iocp_windows.h
254 - src/core/iomgr/iomgr.h
255 - src/core/iomgr/iomgr_internal.h
256 - src/core/iomgr/iomgr_posix.h
257 - src/core/iomgr/pollset.h
258 - src/core/iomgr/pollset_posix.h
259 - src/core/iomgr/pollset_set.h
260 - src/core/iomgr/pollset_set_posix.h
261 - src/core/iomgr/pollset_set_windows.h
262 - src/core/iomgr/pollset_windows.h
263 - src/core/iomgr/resolve_address.h
264 - src/core/iomgr/sockaddr.h
265 - src/core/iomgr/sockaddr_posix.h
266 - src/core/iomgr/sockaddr_utils.h
267 - src/core/iomgr/sockaddr_win32.h
268 - src/core/iomgr/socket_utils_posix.h
269 - src/core/iomgr/socket_windows.h
270 - src/core/iomgr/tcp_client.h
271 - src/core/iomgr/tcp_posix.h
272 - src/core/iomgr/tcp_server.h
273 - src/core/iomgr/tcp_windows.h
274 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700275 - src/core/iomgr/timer.h
276 - src/core/iomgr/timer_heap.h
277 - src/core/iomgr/timer_internal.h
Craig Tiller25834342015-09-25 08:08:24 -0700278 - src/core/iomgr/udp_server.h
279 - src/core/iomgr/wakeup_fd_pipe.h
280 - src/core/iomgr/wakeup_fd_posix.h
281 - src/core/iomgr/workqueue.h
282 - src/core/iomgr/workqueue_posix.h
283 - src/core/iomgr/workqueue_windows.h
284 - src/core/json/json.h
285 - src/core/json/json_common.h
286 - src/core/json/json_reader.h
287 - src/core/json/json_writer.h
Craig Tiller25834342015-09-25 08:08:24 -0700288 - src/core/statistics/census_interface.h
289 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700290 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700291 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700292 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700293 - src/core/surface/channel.h
294 - src/core/surface/completion_queue.h
295 - src/core/surface/event_string.h
296 - src/core/surface/init.h
297 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700298 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800299 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700300 - src/core/transport/chttp2/alpn.h
301 - src/core/transport/chttp2/bin_encoder.h
302 - src/core/transport/chttp2/frame.h
303 - src/core/transport/chttp2/frame_data.h
304 - src/core/transport/chttp2/frame_goaway.h
305 - src/core/transport/chttp2/frame_ping.h
306 - src/core/transport/chttp2/frame_rst_stream.h
307 - src/core/transport/chttp2/frame_settings.h
308 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800309 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700310 - src/core/transport/chttp2/hpack_parser.h
311 - src/core/transport/chttp2/hpack_table.h
312 - src/core/transport/chttp2/http2_errors.h
313 - src/core/transport/chttp2/huffsyms.h
314 - src/core/transport/chttp2/incoming_metadata.h
315 - src/core/transport/chttp2/internal.h
316 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700317 - src/core/transport/chttp2/stream_map.h
318 - src/core/transport/chttp2/timeout_encoding.h
319 - src/core/transport/chttp2/varint.h
320 - src/core/transport/chttp2_transport.h
321 - src/core/transport/connectivity_state.h
322 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800323 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800324 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700325 - src/core/transport/transport.h
326 - src/core/transport/transport_impl.h
327 src:
328 - src/core/census/grpc_context.c
329 - src/core/census/grpc_filter.c
330 - src/core/channel/channel_args.c
331 - src/core/channel/channel_stack.c
332 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700333 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700334 - src/core/channel/compress_filter.c
335 - src/core/channel/connected_channel.c
336 - src/core/channel/http_client_filter.c
337 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800338 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700339 - src/core/client_config/client_config.c
340 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800341 - src/core/client_config/default_initial_connect_string.c
342 - src/core/client_config/initial_connect_string.c
Craig Tiller25834342015-09-25 08:08:24 -0700343 - src/core/client_config/lb_policies/pick_first.c
344 - src/core/client_config/lb_policies/round_robin.c
345 - src/core/client_config/lb_policy.c
346 - src/core/client_config/lb_policy_factory.c
347 - src/core/client_config/lb_policy_registry.c
348 - src/core/client_config/resolver.c
349 - src/core/client_config/resolver_factory.c
350 - src/core/client_config/resolver_registry.c
351 - src/core/client_config/resolvers/dns_resolver.c
352 - src/core/client_config/resolvers/sockaddr_resolver.c
353 - src/core/client_config/subchannel.c
354 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800355 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700356 - src/core/client_config/uri_parser.c
357 - src/core/compression/algorithm.c
358 - src/core/compression/message_compress.c
359 - src/core/debug/trace.c
360 - src/core/httpcli/format_request.c
361 - src/core/httpcli/httpcli.c
362 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700363 - src/core/iomgr/closure.c
364 - src/core/iomgr/endpoint.c
365 - src/core/iomgr/endpoint_pair_posix.c
366 - src/core/iomgr/endpoint_pair_windows.c
367 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700368 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700369 - src/core/iomgr/fd_posix.c
370 - src/core/iomgr/iocp_windows.c
371 - src/core/iomgr/iomgr.c
372 - src/core/iomgr/iomgr_posix.c
373 - src/core/iomgr/iomgr_windows.c
374 - src/core/iomgr/pollset_multipoller_with_epoll.c
375 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
376 - src/core/iomgr/pollset_posix.c
377 - src/core/iomgr/pollset_set_posix.c
378 - src/core/iomgr/pollset_set_windows.c
379 - src/core/iomgr/pollset_windows.c
380 - src/core/iomgr/resolve_address_posix.c
381 - src/core/iomgr/resolve_address_windows.c
382 - src/core/iomgr/sockaddr_utils.c
383 - src/core/iomgr/socket_utils_common_posix.c
384 - src/core/iomgr/socket_utils_linux.c
385 - src/core/iomgr/socket_utils_posix.c
386 - src/core/iomgr/socket_windows.c
387 - src/core/iomgr/tcp_client_posix.c
388 - src/core/iomgr/tcp_client_windows.c
389 - src/core/iomgr/tcp_posix.c
390 - src/core/iomgr/tcp_server_posix.c
391 - src/core/iomgr/tcp_server_windows.c
392 - src/core/iomgr/tcp_windows.c
393 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700394 - src/core/iomgr/timer.c
395 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700396 - src/core/iomgr/udp_server.c
397 - src/core/iomgr/wakeup_fd_eventfd.c
398 - src/core/iomgr/wakeup_fd_nospecial.c
399 - src/core/iomgr/wakeup_fd_pipe.c
400 - src/core/iomgr/wakeup_fd_posix.c
401 - src/core/iomgr/workqueue_posix.c
402 - src/core/iomgr/workqueue_windows.c
403 - src/core/json/json.c
404 - src/core/json/json_reader.c
405 - src/core/json/json_string.c
406 - src/core/json/json_writer.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100407 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700408 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700409 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700410 - src/core/surface/byte_buffer_reader.c
411 - src/core/surface/call.c
412 - src/core/surface/call_details.c
413 - src/core/surface/call_log_batch.c
414 - src/core/surface/channel.c
415 - src/core/surface/channel_connectivity.c
416 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800417 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700418 - src/core/surface/completion_queue.c
419 - src/core/surface/event_string.c
420 - src/core/surface/init.c
421 - src/core/surface/lame_client.c
422 - src/core/surface/metadata_array.c
423 - src/core/surface/server.c
424 - src/core/surface/server_chttp2.c
425 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800426 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700427 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800428 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700429 - src/core/transport/chttp2/alpn.c
430 - src/core/transport/chttp2/bin_encoder.c
431 - src/core/transport/chttp2/frame_data.c
432 - src/core/transport/chttp2/frame_goaway.c
433 - src/core/transport/chttp2/frame_ping.c
434 - src/core/transport/chttp2/frame_rst_stream.c
435 - src/core/transport/chttp2/frame_settings.c
436 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800437 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700438 - src/core/transport/chttp2/hpack_parser.c
439 - src/core/transport/chttp2/hpack_table.c
440 - src/core/transport/chttp2/huffsyms.c
441 - src/core/transport/chttp2/incoming_metadata.c
442 - src/core/transport/chttp2/parsing.c
443 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700444 - src/core/transport/chttp2/stream_lists.c
445 - src/core/transport/chttp2/stream_map.c
446 - src/core/transport/chttp2/timeout_encoding.c
447 - src/core/transport/chttp2/varint.c
448 - src/core/transport/chttp2/writing.c
449 - src/core/transport/chttp2_transport.c
450 - src/core/transport/connectivity_state.c
451 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800452 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800453 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700454 - src/core/transport/transport.c
455 - src/core/transport/transport_op_string.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700456- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700457 headers:
458 - test/core/end2end/cq_verifier.h
459 - test/core/end2end/fixtures/proxy.h
460 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700461 - test/core/util/grpc_profiler.h
462 - test/core/util/parse_hexstring.h
463 - test/core/util/port.h
464 - test/core/util/slice_splitter.h
465 src:
466 - test/core/end2end/cq_verifier.c
467 - test/core/end2end/fixtures/proxy.c
468 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700469 - test/core/util/grpc_profiler.c
470 - test/core/util/parse_hexstring.c
471 - test/core/util/port_posix.c
472 - test/core/util/port_windows.c
473 - test/core/util/slice_splitter.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100474libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800475- name: gpr
476 build: all
477 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800478 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800479 - gpr
480 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800481 secure: false
482 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
483- name: gpr_test_util
484 build: private
485 language: c
486 headers:
487 - test/core/util/test_config.h
488 src:
489 - test/core/util/test_config.c
490 deps:
491 - gpr
492 secure: false
493 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700494- name: grpc
495 build: all
496 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700497 public_headers:
498 - include/grpc/grpc_security.h
499 headers:
500 - src/core/security/auth_filters.h
501 - src/core/security/base64.h
502 - src/core/security/credentials.h
503 - src/core/security/handshake.h
504 - src/core/security/json_token.h
505 - src/core/security/jwt_verifier.h
506 - src/core/security/secure_endpoint.h
507 - src/core/security/security_connector.h
508 - src/core/security/security_context.h
509 - src/core/tsi/fake_transport_security.h
510 - src/core/tsi/ssl_transport_security.h
Craig Tiller0fe5ee72015-12-22 12:50:36 -0800511 - src/core/tsi/ssl_types.h
Craig Tiller25834342015-09-25 08:08:24 -0700512 - src/core/tsi/transport_security.h
513 - src/core/tsi/transport_security_interface.h
514 src:
515 - src/core/httpcli/httpcli_security_connector.c
516 - src/core/security/base64.c
517 - src/core/security/client_auth_filter.c
518 - src/core/security/credentials.c
519 - src/core/security/credentials_metadata.c
520 - src/core/security/credentials_posix.c
521 - src/core/security/credentials_win32.c
522 - src/core/security/google_default_credentials.c
523 - src/core/security/handshake.c
524 - src/core/security/json_token.c
525 - src/core/security/jwt_verifier.c
526 - src/core/security/secure_endpoint.c
527 - src/core/security/security_connector.c
528 - src/core/security/security_context.c
529 - src/core/security/server_auth_filter.c
530 - src/core/security/server_secure_chttp2.c
531 - src/core/surface/init_secure.c
532 - src/core/surface/secure_channel_create.c
533 - src/core/tsi/fake_transport_security.c
534 - src/core/tsi/ssl_transport_security.c
535 - src/core/tsi/transport_security.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800536 deps:
537 - gpr
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800538 - grpc_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700539 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800540 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700541 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700542 filegroups:
543 - grpc_base
544 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700545 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700546 vs_packages:
547 - grpc.dependencies.openssl
548 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700549 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
550- name: grpc_test_util
551 build: private
552 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700553 headers:
554 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800555 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700556 src:
557 - test/core/end2end/data/server1_cert.c
558 - test/core/end2end/data/server1_key.c
559 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800560 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700561 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800562 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800563 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700564 - grpc
565 filegroups:
566 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700567 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
568- name: grpc_test_util_unsecure
569 build: private
570 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700571 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800572 - gpr
573 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800574 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700575 filegroups:
576 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700577 secure: false
578 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
579- name: grpc_unsecure
580 build: all
581 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700582 src:
583 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800584 deps:
585 - gpr
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800586 - grpc_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700587 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800588 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700589 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700590 filegroups:
591 - grpc_base
592 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700593 secure: false
594 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
595- name: grpc_zookeeper
596 build: all
597 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700598 public_headers:
599 - include/grpc/grpc_zookeeper.h
600 headers:
601 - src/core/client_config/resolvers/zookeeper_resolver.h
602 src:
603 - src/core/client_config/resolvers/zookeeper_resolver.c
604 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800605 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700606 - grpc
607 external_deps:
608 - zookeeper
609 platforms:
610 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700611 secure: false
612- name: reconnect_server
613 build: private
614 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700615 headers:
616 - test/core/util/reconnect_server.h
617 src:
618 - test/core/util/reconnect_server.c
619 deps:
yang-gc9fca182015-11-06 16:41:33 -0800620 - test_tcp_server
621 - grpc_test_util
622 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800623 - gpr_test_util
624 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800625- name: test_tcp_server
626 build: private
627 language: c
628 headers:
629 - test/core/util/test_tcp_server.h
630 src:
631 - test/core/util/test_tcp_server.c
632 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700633 - grpc_test_util
634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800635 - gpr_test_util
636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700637- name: grpc++
638 build: all
639 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700640 headers:
641 - src/cpp/client/secure_credentials.h
642 - src/cpp/common/secure_auth_context.h
643 - src/cpp/server/secure_server_credentials.h
644 src:
Craig Tiller25834342015-09-25 08:08:24 -0700645 - src/cpp/client/secure_credentials.cc
David Garcia Quintasa37d9d82016-02-18 15:30:56 -0800646 - src/cpp/codegen/grpc_library.cc
Craig Tiller25834342015-09-25 08:08:24 -0700647 - src/cpp/common/auth_property_iterator.cc
648 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800649 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700650 - src/cpp/common/secure_create_auth_context.cc
651 - src/cpp/server/secure_server_credentials.cc
652 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700653 - grpc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800654 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700655 baselib: true
656 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700657 filegroups:
658 - grpc++_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700659 secure: check
660 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800661- name: grpc++_codegen_lib
David Garcia Quintas4af3de22016-02-19 13:57:55 -0800662 build: private
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800663 language: c++
664 public_headers:
665 - include/grpc++/impl/codegen/async_stream.h
666 - include/grpc++/impl/codegen/async_unary_call.h
667 - include/grpc++/impl/codegen/call.h
668 - include/grpc++/impl/codegen/call_hook.h
669 - include/grpc++/impl/codegen/channel_interface.h
670 - include/grpc++/impl/codegen/client_context.h
671 - include/grpc++/impl/codegen/client_unary_call.h
672 - include/grpc++/impl/codegen/completion_queue.h
673 - include/grpc++/impl/codegen/completion_queue_tag.h
674 - include/grpc++/impl/codegen/config.h
675 - include/grpc++/impl/codegen/config_protobuf.h
676 - include/grpc++/impl/codegen/grpc_library.h
677 - include/grpc++/impl/codegen/method_handler_impl.h
678 - include/grpc++/impl/codegen/proto_utils.h
679 - include/grpc++/impl/codegen/rpc_method.h
680 - include/grpc++/impl/codegen/rpc_service_method.h
681 - include/grpc++/impl/codegen/security/auth_context.h
682 - include/grpc++/impl/codegen/serialization_traits.h
683 - include/grpc++/impl/codegen/server_context.h
684 - include/grpc++/impl/codegen/server_interface.h
685 - include/grpc++/impl/codegen/service_type.h
686 - include/grpc++/impl/codegen/status.h
687 - include/grpc++/impl/codegen/status_code_enum.h
688 - include/grpc++/impl/codegen/string_ref.h
689 - include/grpc++/impl/codegen/stub_options.h
690 - include/grpc++/impl/codegen/sync.h
691 - include/grpc++/impl/codegen/sync_cxx11.h
692 - include/grpc++/impl/codegen/sync_no_cxx11.h
693 - include/grpc++/impl/codegen/sync_stream.h
694 - include/grpc++/impl/codegen/time.h
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800695 headers: []
David Garcia Quintasa37d9d82016-02-18 15:30:56 -0800696 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800697 deps:
698 - grpc_codegen_lib
699 filegroups:
700 - gpr_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800701 secure: false
Craig Tillerbf4b2242015-08-31 15:53:53 -0700702- name: grpc++_test_config
703 build: private
704 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700705 headers:
706 - test/cpp/util/test_config.h
707 src:
708 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700709- name: grpc++_test_util
710 build: private
711 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700712 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800713 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800714 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700715 - test/cpp/util/cli_call.h
716 - test/cpp/util/create_test_channel.h
717 - test/cpp/util/string_ref_helper.h
718 - test/cpp/util/subprocess.h
719 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800720 - src/proto/grpc/testing/echo_messages.proto
721 - src/proto/grpc/testing/echo.proto
722 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800723 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800724 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700725 - test/cpp/util/cli_call.cc
726 - test/cpp/util/create_test_channel.cc
727 - test/cpp/util/string_ref_helper.cc
728 - test/cpp/util/subprocess.cc
729 deps:
730 - grpc++
731 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700732- name: grpc++_unsecure
733 build: all
734 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700735 src:
736 - src/cpp/common/insecure_create_auth_context.cc
737 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800738 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700739 - grpc_unsecure
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800740 - grpc++_codegen_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700741 baselib: true
742 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700743 filegroups:
744 - grpc++_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700745 secure: false
746 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800747- name: grpc_codegen_lib
David Garcia Quintas4af3de22016-02-19 13:57:55 -0800748 build: private
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800749 language: c++
750 public_headers:
751 - include/grpc/impl/codegen/byte_buffer.h
752 - include/grpc/impl/codegen/compression_types.h
753 - include/grpc/impl/codegen/connectivity_state.h
754 - include/grpc/impl/codegen/grpc_types.h
755 - include/grpc/impl/codegen/propagation_bits.h
756 - include/grpc/impl/codegen/status.h
757 headers: []
758 src: []
David Garcia Quintasbac76af2016-02-18 15:56:40 -0800759 filegroups:
760 - gpr_codegen
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800761 secure: false
Craig Tillerbf4b2242015-08-31 15:53:53 -0700762- name: grpc_plugin_support
763 build: protoc
764 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700765 headers:
766 - include/grpc++/support/config.h
767 - include/grpc++/support/config_protobuf.h
768 - src/compiler/config.h
769 - src/compiler/cpp_generator.h
770 - src/compiler/cpp_generator_helpers.h
771 - src/compiler/csharp_generator.h
772 - src/compiler/csharp_generator_helpers.h
773 - src/compiler/generator_helpers.h
774 - src/compiler/objective_c_generator.h
775 - src/compiler/objective_c_generator_helpers.h
776 - src/compiler/python_generator.h
777 - src/compiler/ruby_generator.h
778 - src/compiler/ruby_generator_helpers-inl.h
779 - src/compiler/ruby_generator_map-inl.h
780 - src/compiler/ruby_generator_string-inl.h
781 src:
782 - src/compiler/cpp_generator.cc
783 - src/compiler/csharp_generator.cc
784 - src/compiler/objective_c_generator.cc
785 - src/compiler/python_generator.cc
786 - src/compiler/ruby_generator.cc
David Garcia Quintasa8bb0bf2016-02-18 15:09:02 -0800787 deps:
788 - grpc_codegen_lib
789 - grpc++_codegen_lib
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800790 filegroups:
Craig Tillerad095982016-02-09 12:45:04 -0800791 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700792 secure: false
793 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
794- name: interop_client_helper
795 build: private
796 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700797 headers:
798 - test/cpp/interop/client_helper.h
799 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800800 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700801 - test/cpp/interop/client_helper.cc
802 deps:
803 - grpc++_test_util
804 - grpc_test_util
805 - grpc++
806 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800807 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700808- name: interop_client_main
809 build: private
810 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700811 headers:
812 - test/cpp/interop/interop_client.h
813 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800814 - src/proto/grpc/testing/empty.proto
815 - src/proto/grpc/testing/messages.proto
816 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700817 - test/cpp/interop/client.cc
818 - test/cpp/interop/interop_client.cc
819 deps:
820 - interop_client_helper
821 - grpc++_test_util
822 - grpc_test_util
823 - grpc++
824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800825 - gpr_test_util
826 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700827 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700828- name: interop_server_helper
829 build: private
830 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700831 headers:
832 - test/cpp/interop/server_helper.h
833 src:
834 - test/cpp/interop/server_helper.cc
835 deps:
836 - grpc_test_util
837 - grpc++
838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700840- name: interop_server_main
841 build: private
842 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700843 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800844 - src/proto/grpc/testing/empty.proto
845 - src/proto/grpc/testing/messages.proto
846 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700847 - test/cpp/interop/server.cc
848 deps:
849 - interop_server_helper
850 - grpc++_test_util
851 - grpc_test_util
852 - grpc++
853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800854 - gpr_test_util
855 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700856 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700857- name: qps
858 build: private
859 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700860 headers:
861 - test/cpp/qps/client.h
862 - test/cpp/qps/driver.h
863 - test/cpp/qps/histogram.h
864 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800865 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700866 - test/cpp/qps/perf_db_client.h
867 - test/cpp/qps/qps_worker.h
868 - test/cpp/qps/report.h
869 - test/cpp/qps/server.h
870 - test/cpp/qps/stats.h
871 - test/cpp/qps/timer.h
872 - test/cpp/util/benchmark_config.h
873 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800874 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800875 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800876 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800877 - src/proto/grpc/testing/control.proto
878 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800879 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700880 - test/cpp/qps/client_async.cc
881 - test/cpp/qps/client_sync.cc
882 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800883 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700884 - test/cpp/qps/perf_db_client.cc
885 - test/cpp/qps/qps_worker.cc
886 - test/cpp/qps/report.cc
887 - test/cpp/qps/server_async.cc
888 - test/cpp/qps/server_sync.cc
889 - test/cpp/qps/timer.cc
890 - test/cpp/util/benchmark_config.cc
891 deps:
892 - grpc_test_util
893 - grpc++_test_util
894 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700895- name: grpc_csharp_ext
896 build: all
897 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700898 src:
899 - src/csharp/ext/grpc_csharp_ext.c
900 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800902 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800903 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800904 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905 dll: only
906 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700907 vs_packages:
908 - grpc.dependencies.openssl
909 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700910 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700911 vs_props:
912 - zlib
913 - openssl
914 - winsock
915 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700916targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100917- name: alarm_test
918 build: test
919 language: c
920 src:
921 - test/core/surface/alarm_test.c
922 deps:
923 - grpc_test_util
924 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800925 - gpr_test_util
926 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800927- name: algorithm_test
928 build: test
929 language: c
930 src:
931 - test/core/compression/algorithm_test.c
932 deps:
933 - grpc_test_util
934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800935 - gpr_test_util
936 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800937- name: alloc_test
938 build: test
939 language: c
940 src:
941 - test/core/support/alloc_test.c
942 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800943 - gpr_test_util
944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700945- name: alpn_test
946 build: test
947 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700948 src:
949 - test/core/transport/chttp2/alpn_test.c
950 deps:
951 - grpc_test_util
952 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800953 - gpr_test_util
954 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700955- name: bin_encoder_test
956 build: test
957 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700958 src:
959 - test/core/transport/chttp2/bin_encoder_test.c
960 deps:
961 - grpc_test_util
962 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800963- name: census_context_test
964 build: test
965 language: c
966 src:
967 - test/core/census/context_test.c
968 deps:
969 - grpc_test_util
970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800971 - gpr_test_util
972 - gpr
Alistair Veitch85afe712016-02-02 17:58:15 -0800973- name: census_log_test
974 build: test
975 language: c
976 src:
977 - test/core/census/log_test.c
978 deps:
979 - grpc_test_util
980 - grpc
Alistair Veitch749250f2016-02-11 09:23:20 -0800981 - gpr_test_util
982 - gpr
yang-gc0ed5092015-12-09 08:48:08 -0800983- name: channel_create_test
984 build: test
985 language: c
986 src:
987 - test/core/surface/channel_create_test.c
988 deps:
989 - grpc_test_util
990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800991 - gpr_test_util
992 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800993- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700994 build: test
995 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700996 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800997 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700998 deps:
999 - grpc_test_util
1000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001001 - gpr_test_util
1002 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001003- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001004 build: test
1005 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001006 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001007 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001008 deps:
1009 - grpc_test_util
1010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001011 - gpr_test_util
1012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001013- name: chttp2_stream_map_test
1014 build: test
1015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001016 src:
1017 - test/core/transport/chttp2/stream_map_test.c
1018 deps:
1019 - grpc_test_util
1020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001021 - gpr_test_util
1022 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001023- name: chttp2_varint_test
1024 build: test
1025 language: c
1026 src:
1027 - test/core/transport/chttp2/varint_test.c
1028 deps:
1029 - grpc_test_util
1030 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001031 - gpr_test_util
1032 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001033- name: compression_test
1034 build: test
1035 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001036 src:
1037 - test/core/compression/compression_test.c
1038 deps:
1039 - grpc_test_util
1040 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001041 - gpr_test_util
1042 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001043- name: dns_resolver_test
1044 build: test
1045 language: c
1046 src:
1047 - test/core/client_config/resolvers/dns_resolver_test.c
1048 deps:
1049 - grpc_test_util
1050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001051 - gpr_test_util
1052 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001053- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001054 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001055 build: test
1056 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001057 src:
1058 - test/core/end2end/dualstack_socket_test.c
1059 deps:
1060 - grpc_test_util
1061 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001062 - gpr_test_util
1063 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001064 platforms:
1065 - mac
1066 - linux
1067 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001068- name: endpoint_pair_test
1069 build: test
1070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001071 src:
1072 - test/core/iomgr/endpoint_pair_test.c
1073 deps:
1074 - grpc_test_util
1075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001076 - gpr_test_util
1077 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001078- name: fd_conservation_posix_test
1079 build: test
1080 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001081 src:
1082 - test/core/iomgr/fd_conservation_posix_test.c
1083 deps:
1084 - grpc_test_util
1085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001086 - gpr_test_util
1087 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001088 platforms:
1089 - mac
1090 - linux
1091 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001092- name: fd_posix_test
1093 build: test
1094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001095 src:
1096 - test/core/iomgr/fd_posix_test.c
1097 deps:
1098 - grpc_test_util
1099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001100 - gpr_test_util
1101 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001102 platforms:
1103 - mac
1104 - linux
1105 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001106- name: fling_client
1107 build: test
1108 run: false
1109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001110 src:
1111 - test/core/fling/client.c
1112 deps:
1113 - grpc_test_util
1114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001115 - gpr_test_util
1116 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117- name: fling_server
1118 build: test
1119 run: false
1120 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001121 src:
1122 - test/core/fling/server.c
1123 deps:
1124 - grpc_test_util
1125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001126 - gpr_test_util
1127 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001128- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001129 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001130 build: test
1131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001132 src:
1133 - test/core/fling/fling_stream_test.c
1134 deps:
1135 - grpc_test_util
1136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001137 - gpr_test_util
1138 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001139 platforms:
1140 - mac
1141 - linux
1142 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001143- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001144 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001145 build: test
1146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001147 src:
1148 - test/core/fling/fling_test.c
1149 deps:
1150 - grpc_test_util
1151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001152 - gpr_test_util
1153 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001154 platforms:
1155 - mac
1156 - linux
1157 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158- name: gen_hpack_tables
1159 build: tool
1160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001161 src:
1162 - tools/codegen/core/gen_hpack_tables.c
1163 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001164 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001165 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001166- name: gen_legal_metadata_characters
1167 build: tool
1168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001169 src:
1170 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001171 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001172- name: gpr_avl_test
1173 build: test
1174 language: c
1175 src:
1176 - test/core/support/avl_test.c
1177 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001178 - gpr_test_util
1179 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001180- name: gpr_cmdline_test
1181 build: test
1182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001183 src:
1184 - test/core/support/cmdline_test.c
1185 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001186 - gpr_test_util
1187 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001188- name: gpr_cpu_test
1189 build: test
1190 language: c
1191 src:
1192 - test/core/support/cpu_test.c
1193 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001194 - gpr_test_util
1195 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001196- name: gpr_env_test
1197 build: test
1198 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001199 src:
1200 - test/core/support/env_test.c
1201 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001202 - gpr_test_util
1203 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204- name: gpr_file_test
1205 build: test
1206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001207 src:
1208 - test/core/support/file_test.c
1209 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001210 - gpr_test_util
1211 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001212- name: gpr_histogram_test
1213 build: test
1214 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001215 src:
1216 - test/core/support/histogram_test.c
1217 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001218 - gpr_test_util
1219 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001220- name: gpr_host_port_test
1221 build: test
1222 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001223 src:
1224 - test/core/support/host_port_test.c
1225 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001226 - gpr_test_util
1227 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: gpr_log_test
1229 build: test
1230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001231 src:
1232 - test/core/support/log_test.c
1233 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001234 - gpr_test_util
1235 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001236- name: gpr_slice_buffer_test
1237 build: test
1238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001239 src:
1240 - test/core/support/slice_buffer_test.c
1241 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001242 - gpr_test_util
1243 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244- name: gpr_slice_test
1245 build: test
1246 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001247 src:
1248 - test/core/support/slice_test.c
1249 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001250 - gpr_test_util
1251 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001253 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254 build: test
1255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001256 src:
1257 - test/core/support/stack_lockfree_test.c
1258 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001259 - gpr_test_util
1260 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001261- name: gpr_string_test
1262 build: test
1263 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001264 src:
1265 - test/core/support/string_test.c
1266 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001267 - gpr_test_util
1268 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001269- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001270 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001271 build: test
1272 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001273 src:
1274 - test/core/support/sync_test.c
1275 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001276 - gpr_test_util
1277 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001278- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001279 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280 build: test
1281 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001282 src:
1283 - test/core/support/thd_test.c
1284 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001285 - gpr_test_util
1286 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001287- name: gpr_time_test
1288 build: test
1289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001290 src:
1291 - test/core/support/time_test.c
1292 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001293 - gpr_test_util
1294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001295- name: gpr_tls_test
1296 build: test
1297 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001298 src:
1299 - test/core/support/tls_test.c
1300 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001301 - gpr_test_util
1302 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001303- name: gpr_useful_test
1304 build: test
1305 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001306 src:
1307 - test/core/support/useful_test.c
1308 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001309 - gpr_test_util
1310 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311- name: grpc_auth_context_test
1312 build: test
1313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001314 src:
1315 - test/core/security/auth_context_test.c
1316 deps:
1317 - grpc_test_util
1318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001319 - gpr_test_util
1320 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001321- name: grpc_base64_test
1322 build: test
1323 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001324 src:
1325 - test/core/security/base64_test.c
1326 deps:
1327 - grpc_test_util
1328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001329 - gpr_test_util
1330 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331- name: grpc_byte_buffer_reader_test
1332 build: test
1333 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001334 src:
1335 - test/core/surface/byte_buffer_reader_test.c
1336 deps:
1337 - grpc_test_util
1338 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001339 - gpr_test_util
1340 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001341- name: grpc_channel_args_test
1342 build: test
1343 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001344 src:
1345 - test/core/channel/channel_args_test.c
1346 deps:
1347 - grpc_test_util
1348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001349 - gpr_test_util
1350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: grpc_channel_stack_test
1352 build: test
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/channel/channel_stack_test.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001361- name: grpc_completion_queue_test
1362 build: test
1363 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001364 src:
1365 - test/core/surface/completion_queue_test.c
1366 deps:
1367 - grpc_test_util
1368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001369 - gpr_test_util
1370 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001371- name: grpc_create_jwt
1372 build: tool
1373 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001374 src:
1375 - test/core/security/create_jwt.c
1376 deps:
1377 - grpc_test_util
1378 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001379 - gpr_test_util
1380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381- name: grpc_credentials_test
1382 build: test
1383 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001384 src:
1385 - test/core/security/credentials_test.c
1386 deps:
1387 - grpc_test_util
1388 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr_test_util
1390 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: grpc_fetch_oauth2
1392 build: tool
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/security/fetch_oauth2.c
1396 deps:
1397 - grpc_test_util
1398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001399 - gpr_test_util
1400 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001401- name: grpc_invalid_channel_args_test
1402 build: test
1403 language: c
1404 src:
1405 - test/core/surface/invalid_channel_args_test.c
1406 deps:
1407 - grpc_test_util
1408 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001409 - gpr_test_util
1410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: grpc_json_token_test
1412 build: test
1413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001414 src:
1415 - test/core/security/json_token_test.c
1416 deps:
1417 - grpc_test_util
1418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001419 - gpr_test_util
1420 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001421 platforms:
1422 - linux
1423 - posix
1424 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425- name: grpc_jwt_verifier_test
1426 build: test
1427 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001428 src:
1429 - test/core/security/jwt_verifier_test.c
1430 deps:
1431 - grpc_test_util
1432 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001433 - gpr_test_util
1434 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001435- name: grpc_print_google_default_creds_token
1436 build: tool
1437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001438 src:
1439 - test/core/security/print_google_default_creds_token.c
1440 deps:
1441 - grpc_test_util
1442 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001443 - gpr_test_util
1444 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001445- name: grpc_security_connector_test
1446 build: test
1447 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001448 src:
1449 - test/core/security/security_connector_test.c
1450 deps:
1451 - grpc_test_util
1452 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001453 - gpr_test_util
1454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455- name: grpc_verify_jwt
1456 build: tool
1457 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001458 src:
1459 - test/core/security/verify_jwt.c
1460 deps:
1461 - grpc_test_util
1462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465- name: hpack_parser_test
1466 build: test
1467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001468 src:
1469 - test/core/transport/chttp2/hpack_parser_test.c
1470 deps:
1471 - grpc_test_util
1472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001473 - gpr_test_util
1474 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001475- name: hpack_table_test
1476 build: test
1477 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001478 src:
1479 - test/core/transport/chttp2/hpack_table_test.c
1480 deps:
1481 - grpc_test_util
1482 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001483 - gpr_test_util
1484 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001485- name: httpcli_format_request_test
1486 build: test
1487 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001488 src:
1489 - test/core/httpcli/format_request_test.c
1490 deps:
1491 - grpc_test_util
1492 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001493 - gpr_test_util
1494 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001495- name: httpcli_parser_test
1496 build: test
1497 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001498 src:
1499 - test/core/httpcli/parser_test.c
1500 deps:
1501 - grpc_test_util
1502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001503 - gpr_test_util
1504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001505- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001506 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001507 build: test
1508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
1510 - test/core/httpcli/httpcli_test.c
1511 deps:
1512 - grpc_test_util
1513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001514 - gpr_test_util
1515 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001516 platforms:
1517 - mac
1518 - linux
1519 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001520- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001521 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001522 build: test
1523 language: c
1524 src:
1525 - test/core/httpcli/httpscli_test.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001529 - gpr_test_util
1530 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001531 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001532 - linux
yang-gf1183302015-12-07 16:02:05 -08001533- name: init_test
1534 build: test
1535 language: c
1536 src:
1537 - test/core/surface/init_test.c
1538 deps:
1539 - grpc_test_util
1540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001541 - gpr_test_util
1542 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001543- name: invalid_call_argument_test
1544 build: test
1545 language: c
1546 src:
1547 - test/core/end2end/invalid_call_argument_test.c
1548 deps:
1549 - grpc_test_util
1550 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001551 - gpr_test_util
1552 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001553- name: json_rewrite
1554 build: test
1555 run: false
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/json/json_rewrite.c
1559 deps:
1560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001561 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562- name: json_rewrite_test
1563 build: test
1564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001565 src:
1566 - test/core/json/json_rewrite_test.c
1567 deps:
1568 - grpc_test_util
1569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001570 - gpr_test_util
1571 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001572- name: json_stream_error_test
1573 build: test
1574 language: c
1575 src:
1576 - test/core/json/json_stream_error_test.c
1577 deps:
1578 - grpc_test_util
1579 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001580 - gpr_test_util
1581 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582- name: json_test
1583 build: test
1584 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001585 src:
1586 - test/core/json/json_test.c
1587 deps:
1588 - grpc_test_util
1589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 - gpr_test_util
1591 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001592- name: lame_client_test
1593 build: test
1594 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001595 src:
1596 - test/core/surface/lame_client_test.c
1597 deps:
1598 - grpc_test_util
1599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr_test_util
1601 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001602- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001603 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001604 build: test
1605 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001606 src:
1607 - test/core/client_config/lb_policies_test.c
1608 deps:
1609 - grpc_test_util
1610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001611 - gpr_test_util
1612 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001613- name: low_level_ping_pong_benchmark
1614 build: benchmark
1615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001616 src:
1617 - test/core/network_benchmarks/low_level_ping_pong.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001623 platforms:
1624 - mac
1625 - linux
1626 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001627- name: message_compress_test
1628 build: test
1629 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001630 src:
1631 - test/core/compression/message_compress_test.c
1632 deps:
1633 - grpc_test_util
1634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001635 - gpr_test_util
1636 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001637- name: multiple_server_queues_test
1638 build: test
1639 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
1641 - test/core/end2end/multiple_server_queues_test.c
1642 deps:
1643 - grpc_test_util
1644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001645 - gpr_test_util
1646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001647- name: murmur_hash_test
1648 build: test
1649 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001650 src:
1651 - test/core/support/murmur_hash_test.c
1652 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001653 - gpr_test_util
1654 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001655- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001656 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001657 build: test
1658 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001659 src:
1660 - test/core/end2end/no_server_test.c
1661 deps:
1662 - grpc_test_util
1663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001664 - gpr_test_util
1665 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001666- name: resolve_address_test
1667 build: test
1668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001669 src:
1670 - test/core/iomgr/resolve_address_test.c
1671 deps:
1672 - grpc_test_util
1673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001674 - gpr_test_util
1675 - gpr
yang-gd482e592015-12-10 14:04:00 -08001676- name: secure_channel_create_test
1677 build: test
1678 language: c
1679 src:
1680 - test/core/surface/secure_channel_create_test.c
1681 deps:
1682 - grpc_test_util
1683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001684 - gpr_test_util
1685 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001686- name: secure_endpoint_test
1687 build: test
1688 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001689 src:
1690 - test/core/security/secure_endpoint_test.c
1691 deps:
1692 - grpc_test_util
1693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001694 - gpr_test_util
1695 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001696- name: server_chttp2_test
1697 build: test
1698 language: c
1699 src:
1700 - test/core/surface/server_chttp2_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001706- name: server_test
1707 build: test
1708 language: c
1709 src:
1710 - test/core/surface/server_test.c
1711 deps:
1712 - grpc_test_util
1713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001714 - gpr_test_util
1715 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001716- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001717 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001718 build: test
1719 language: c
1720 src:
1721 - test/core/client_config/set_initial_connect_string_test.c
1722 deps:
1723 - test_tcp_server
1724 - grpc_test_util
1725 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001726 - gpr_test_util
1727 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001728- name: sockaddr_resolver_test
1729 build: test
1730 language: c
1731 src:
1732 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1733 deps:
1734 - grpc_test_util
1735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001738- name: sockaddr_utils_test
1739 build: test
1740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001741 src:
1742 - test/core/iomgr/sockaddr_utils_test.c
1743 deps:
1744 - grpc_test_util
1745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001746 - gpr_test_util
1747 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001748- name: socket_utils_test
1749 build: test
1750 language: c
1751 src:
1752 - test/core/iomgr/socket_utils_test.c
1753 deps:
1754 - grpc_test_util
1755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001758 platforms:
1759 - mac
1760 - linux
1761 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001763 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001764 build: test
1765 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001766 src:
1767 - test/core/iomgr/tcp_client_posix_test.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001773 platforms:
1774 - mac
1775 - linux
1776 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001778 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001779 build: test
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - test/core/iomgr/tcp_posix_test.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001788 platforms:
1789 - mac
1790 - linux
1791 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001792- name: tcp_server_posix_test
1793 build: test
1794 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001795 src:
1796 - test/core/iomgr/tcp_server_posix_test.c
1797 deps:
1798 - grpc_test_util
1799 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001800 - gpr_test_util
1801 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001802 platforms:
1803 - mac
1804 - linux
1805 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001806- name: time_averaged_stats_test
1807 build: test
1808 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001809 src:
1810 - test/core/iomgr/time_averaged_stats_test.c
1811 deps:
1812 - grpc_test_util
1813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001814 - gpr_test_util
1815 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001816- name: timeout_encoding_test
1817 build: test
1818 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001819 src:
1820 - test/core/transport/chttp2/timeout_encoding_test.c
1821 deps:
1822 - grpc_test_util
1823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr_test_util
1825 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001826- name: timer_heap_test
1827 build: test
1828 language: c
1829 src:
1830 - test/core/iomgr/timer_heap_test.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001834 - gpr_test_util
1835 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001836- name: timer_list_test
1837 build: test
1838 language: c
1839 src:
1840 - test/core/iomgr/timer_list_test.c
1841 deps:
1842 - grpc_test_util
1843 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001844 - gpr_test_util
1845 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: timers_test
1847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
1850 - test/core/profiling/timers_test.c
1851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001856- name: transport_connectivity_state_test
1857 build: test
1858 language: c
1859 src:
1860 - test/core/transport/connectivity_state_test.c
1861 deps:
1862 - grpc_test_util
1863 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001864 - gpr_test_util
1865 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001866- name: transport_metadata_test
1867 build: test
1868 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001869 src:
1870 - test/core/transport/metadata_test.c
1871 deps:
1872 - grpc_test_util
1873 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001874 - gpr_test_util
1875 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001876- name: transport_security_test
1877 build: test
1878 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001879 src:
1880 - test/core/tsi/transport_security_test.c
1881 deps:
1882 - grpc_test_util
1883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001886 platforms:
1887 - linux
1888 - posix
1889 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: udp_server_test
1891 build: test
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
1894 - test/core/iomgr/udp_server_test.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001900 platforms:
1901 - mac
1902 - linux
1903 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904- name: uri_parser_test
1905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/client_config/uri_parser_test.c
1909 deps:
1910 - grpc_test_util
1911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001912 - gpr_test_util
1913 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001914- name: workqueue_test
1915 build: test
1916 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001917 src:
1918 - test/core/iomgr/workqueue_test.c
1919 deps:
1920 - grpc_test_util
1921 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001922 - gpr_test_util
1923 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001924 platforms:
1925 - mac
1926 - linux
1927 - posix
vjpai04e992a2016-02-10 16:58:38 -08001928- name: alarm_cpp_test
1929 build: test
1930 language: c++
1931 src:
1932 - test/cpp/common/alarm_cpp_test.cc
1933 deps:
1934 - grpc++_test_util
1935 - grpc_test_util
1936 - grpc++
1937 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001938 - gpr_test_util
1939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001940- name: async_end2end_test
1941 build: test
1942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001943 src:
1944 - test/cpp/end2end/async_end2end_test.cc
1945 deps:
1946 - grpc++_test_util
1947 - grpc_test_util
1948 - grpc++
1949 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001950 - gpr_test_util
1951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: async_streaming_ping_pong_test
1953 build: test
1954 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001955 src:
1956 - test/cpp/qps/async_streaming_ping_pong_test.cc
1957 deps:
1958 - qps
1959 - grpc++_test_util
1960 - grpc_test_util
1961 - grpc++
1962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001963 - gpr_test_util
1964 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001965 platforms:
1966 - mac
1967 - linux
1968 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: async_unary_ping_pong_test
1970 build: test
1971 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001972 src:
1973 - test/cpp/qps/async_unary_ping_pong_test.cc
1974 deps:
1975 - qps
1976 - grpc++_test_util
1977 - grpc_test_util
1978 - grpc++
1979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001980 - gpr_test_util
1981 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001982 platforms:
1983 - mac
1984 - linux
1985 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001986- name: auth_property_iterator_test
1987 build: test
1988 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001989 src:
1990 - test/cpp/common/auth_property_iterator_test.cc
1991 deps:
1992 - grpc++_test_util
1993 - grpc_test_util
1994 - grpc++
1995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001996 - gpr_test_util
1997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001998- name: channel_arguments_test
1999 build: test
2000 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002001 src:
yang-g52705592015-11-25 11:45:33 -08002002 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002003 deps:
2004 - grpc++
2005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007- name: cli_call_test
2008 build: test
2009 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002010 src:
2011 - test/cpp/util/cli_call_test.cc
2012 deps:
2013 - grpc++_test_util
2014 - grpc_test_util
2015 - grpc++
2016 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002017 - gpr_test_util
2018 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002019- name: client_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002020 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021 build: test
2022 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002023 src:
2024 - test/cpp/end2end/client_crash_test.cc
2025 deps:
2026 - grpc++_test_util
2027 - grpc_test_util
2028 - grpc++
2029 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002030 - gpr_test_util
2031 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002032 platforms:
2033 - mac
2034 - linux
2035 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: client_crash_test_server
2037 build: test
2038 run: false
2039 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002040 src:
2041 - test/cpp/end2end/client_crash_test_server.cc
2042 deps:
2043 - grpc++_test_util
2044 - grpc_test_util
2045 - grpc++
2046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002047 - gpr_test_util
2048 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002049- name: credentials_test
2050 build: test
2051 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002052 src:
2053 - test/cpp/client/credentials_test.cc
2054 deps:
2055 - grpc++
2056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002057 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058- name: cxx_byte_buffer_test
2059 build: test
2060 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002061 src:
2062 - test/cpp/util/byte_buffer_test.cc
2063 deps:
2064 - grpc_test_util
2065 - grpc++
2066 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002067 - gpr_test_util
2068 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002069- name: cxx_slice_test
2070 build: test
2071 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002072 src:
2073 - test/cpp/util/slice_test.cc
2074 deps:
2075 - grpc_test_util
2076 - grpc++
2077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002078 - gpr_test_util
2079 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002080- name: cxx_string_ref_test
2081 build: test
2082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002083 src:
2084 - test/cpp/util/string_ref_test.cc
2085 deps:
2086 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: cxx_time_test
2088 build: test
2089 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/cpp/util/time_test.cc
2092 deps:
2093 - grpc_test_util
2094 - grpc++
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098- name: end2end_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002099 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002100 build: test
2101 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002102 src:
2103 - test/cpp/end2end/end2end_test.cc
2104 deps:
2105 - grpc++_test_util
2106 - grpc_test_util
2107 - grpc++
2108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002109 - gpr_test_util
2110 - gpr
vjpai083dc622016-01-11 09:41:17 -08002111- name: generic_async_streaming_ping_pong_test
2112 build: test
2113 language: c++
2114 src:
2115 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2116 deps:
2117 - qps
2118 - grpc++_test_util
2119 - grpc_test_util
2120 - grpc++
2121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002122 - gpr_test_util
2123 - gpr
vjpai083dc622016-01-11 09:41:17 -08002124 platforms:
2125 - mac
2126 - linux
2127 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: generic_end2end_test
2129 build: test
2130 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002131 src:
2132 - test/cpp/end2end/generic_end2end_test.cc
2133 deps:
2134 - grpc++_test_util
2135 - grpc_test_util
2136 - grpc++
2137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr_test_util
2139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: grpc_cli
2141 build: test
2142 run: false
2143 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002144 src:
2145 - test/cpp/util/grpc_cli.cc
2146 deps:
2147 - grpc++_test_util
2148 - grpc_test_util
2149 - grpc++
2150 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002151 - gpr_test_util
2152 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002153 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002154- name: grpc_cpp_plugin
2155 build: protoc
2156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002157 src:
2158 - src/compiler/cpp_plugin.cc
2159 deps:
2160 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002161 secure: false
2162 vs_config_type: Application
2163 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2164- name: grpc_csharp_plugin
2165 build: protoc
2166 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002167 src:
2168 - src/compiler/csharp_plugin.cc
2169 deps:
2170 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171 secure: false
2172 vs_config_type: Application
2173 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2174- name: grpc_objective_c_plugin
2175 build: protoc
2176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
2178 - src/compiler/objective_c_plugin.cc
2179 deps:
2180 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002181 secure: false
2182 vs_config_type: Application
2183 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2184- name: grpc_python_plugin
2185 build: protoc
2186 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002187 src:
2188 - src/compiler/python_plugin.cc
2189 deps:
2190 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002191 secure: false
2192 vs_config_type: Application
2193 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2194- name: grpc_ruby_plugin
2195 build: protoc
2196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - src/compiler/ruby_plugin.cc
2199 deps:
2200 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201 secure: false
2202 vs_config_type: Application
2203 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
yang-gbe5a2c42016-01-14 13:11:15 -08002204- name: hybrid_end2end_test
2205 build: test
2206 language: c++
2207 src:
2208 - test/cpp/end2end/hybrid_end2end_test.cc
2209 deps:
2210 - grpc++_test_util
2211 - grpc_test_util
2212 - grpc++
2213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: interop_client
2217 build: test
2218 run: false
2219 language: c++
2220 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002221 deps:
2222 - interop_client_main
2223 - interop_client_helper
2224 - grpc++_test_util
2225 - grpc_test_util
2226 - grpc++
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002230 - grpc++_test_config
2231 platforms:
2232 - mac
2233 - linux
2234 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002235- name: interop_server
2236 build: test
2237 run: false
2238 language: c++
2239 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002240 deps:
2241 - interop_server_main
2242 - interop_server_helper
2243 - grpc++_test_util
2244 - grpc_test_util
2245 - grpc++
2246 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002249 - grpc++_test_config
2250 platforms:
2251 - mac
2252 - linux
2253 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002254- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002255 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256 build: test
2257 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
2259 - test/cpp/interop/interop_test.cc
2260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002265 platforms:
2266 - mac
2267 - linux
2268 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002269- name: metrics_client
2270 build: test
2271 run: false
2272 language: c++
2273 headers:
2274 - test/cpp/util/metrics_server.h
2275 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002276 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002277 - test/cpp/interop/metrics_client.cc
2278 deps:
2279 - grpc++
2280 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002281 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002282 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002283- name: mock_test
2284 build: test
2285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
2287 - test/cpp/end2end/mock_test.cc
2288 deps:
2289 - grpc++_test_util
2290 - grpc_test_util
2291 - grpc++
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: qps_driver
2296 build: benchmark
2297 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
2299 - test/cpp/qps/qps_driver.cc
2300 deps:
2301 - qps
2302 - grpc++_test_util
2303 - grpc_test_util
2304 - grpc++
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002308 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: qps_interarrival_test
2310 build: test
2311 run: false
2312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/cpp/qps/qps_interarrival_test.cc
2315 deps:
2316 - qps
2317 - grpc++_test_util
2318 - grpc_test_util
2319 - grpc++
2320 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002321 - gpr_test_util
2322 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002323 platforms:
2324 - mac
2325 - linux
2326 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002327- name: qps_openloop_test
2328 build: test
2329 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002330 src:
2331 - test/cpp/qps/qps_openloop_test.cc
2332 deps:
2333 - qps
2334 - grpc++_test_util
2335 - grpc_test_util
2336 - grpc++
2337 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002338 - gpr_test_util
2339 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002340 - grpc++_test_config
2341 platforms:
2342 - mac
2343 - linux
2344 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002345- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002346 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347 build: test
2348 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002349 src:
2350 - test/cpp/qps/qps_test.cc
2351 deps:
2352 - qps
2353 - grpc++_test_util
2354 - grpc_test_util
2355 - grpc++
2356 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002359 - grpc++_test_config
2360 exclude_configs:
2361 - tsan
2362 platforms:
2363 - mac
2364 - linux
2365 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366- name: qps_worker
2367 build: benchmark
2368 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002369 headers:
2370 - test/cpp/qps/client.h
2371 - test/cpp/qps/server.h
2372 src:
2373 - test/cpp/qps/worker.cc
2374 deps:
2375 - qps
2376 - grpc++_test_util
2377 - grpc_test_util
2378 - grpc++
2379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002380 - gpr_test_util
2381 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002382 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: reconnect_interop_client
2384 build: test
2385 run: false
2386 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002387 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002388 - src/proto/grpc/testing/empty.proto
2389 - src/proto/grpc/testing/messages.proto
2390 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002391 - test/cpp/interop/reconnect_interop_client.cc
2392 deps:
2393 - grpc++_test_util
2394 - grpc_test_util
2395 - grpc++
2396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002397 - gpr_test_util
2398 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002399 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002400- name: reconnect_interop_server
2401 build: test
2402 run: false
2403 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002404 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002405 - src/proto/grpc/testing/empty.proto
2406 - src/proto/grpc/testing/messages.proto
2407 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002408 - test/cpp/interop/reconnect_interop_server.cc
2409 deps:
2410 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002411 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002412 - grpc++_test_util
2413 - grpc_test_util
2414 - grpc++
2415 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002416 - gpr_test_util
2417 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002418 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: secure_auth_context_test
2420 build: test
2421 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
2423 - test/cpp/common/secure_auth_context_test.cc
2424 deps:
2425 - grpc++_test_util
2426 - grpc_test_util
2427 - grpc++
2428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002429 - gpr_test_util
2430 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002431- name: secure_sync_unary_ping_pong_test
2432 build: test
2433 language: c++
2434 src:
2435 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2436 deps:
2437 - qps
2438 - grpc++_test_util
2439 - grpc_test_util
2440 - grpc++
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002444 platforms:
2445 - mac
2446 - linux
2447 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002448- name: server_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002449 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450 build: test
2451 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/cpp/end2end/server_crash_test.cc
2454 deps:
2455 - grpc++_test_util
2456 - grpc_test_util
2457 - grpc++
2458 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002459 - gpr_test_util
2460 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002461 platforms:
2462 - mac
2463 - linux
2464 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002465- name: server_crash_test_client
2466 build: test
2467 run: false
2468 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/cpp/end2end/server_crash_test_client.cc
2471 deps:
2472 - grpc++_test_util
2473 - grpc_test_util
2474 - grpc++
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002478- name: shutdown_test
2479 build: test
2480 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
2482 - test/cpp/end2end/shutdown_test.cc
2483 deps:
2484 - grpc++_test_util
2485 - grpc_test_util
2486 - grpc++
2487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002488 - gpr_test_util
2489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490- name: status_test
2491 build: test
2492 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002493 src:
2494 - test/cpp/util/status_test.cc
2495 deps:
2496 - grpc_test_util
2497 - grpc++
2498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002499 - gpr_test_util
2500 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002501- name: streaming_throughput_test
2502 build: test
2503 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002504 src:
2505 - test/cpp/end2end/streaming_throughput_test.cc
2506 deps:
2507 - grpc++_test_util
2508 - grpc_test_util
2509 - grpc++
2510 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002511 - gpr_test_util
2512 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002513 platforms:
2514 - mac
2515 - linux
2516 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002517- name: stress_test
2518 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002519 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002520 language: c++
2521 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002522 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002523 - test/cpp/interop/interop_client.h
2524 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002525 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002526 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002527 - src/proto/grpc/testing/empty.proto
2528 - src/proto/grpc/testing/messages.proto
2529 - src/proto/grpc/testing/metrics.proto
2530 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002531 - test/cpp/interop/interop_client.cc
2532 - test/cpp/interop/stress_interop_client.cc
2533 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002534 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002535 deps:
2536 - grpc++_test_util
2537 - grpc_test_util
2538 - grpc++
2539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002540 - gpr_test_util
2541 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002542 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002543- name: sync_streaming_ping_pong_test
2544 build: test
2545 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002546 src:
2547 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2548 deps:
2549 - qps
2550 - grpc++_test_util
2551 - grpc_test_util
2552 - grpc++
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002556 platforms:
2557 - mac
2558 - linux
2559 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002560- name: sync_unary_ping_pong_test
2561 build: test
2562 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
2564 - test/cpp/qps/sync_unary_ping_pong_test.cc
2565 deps:
2566 - qps
2567 - grpc++_test_util
2568 - grpc_test_util
2569 - grpc++
2570 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002571 - gpr_test_util
2572 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002573 platforms:
2574 - mac
2575 - linux
2576 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002577- name: thread_stress_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002578 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579 build: test
2580 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002581 src:
2582 - test/cpp/end2end/thread_stress_test.cc
2583 deps:
2584 - grpc++_test_util
2585 - grpc_test_util
2586 - grpc++
2587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002588 - gpr_test_util
2589 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002590- name: zookeeper_test
2591 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002592 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002593 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002594 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002595 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002596 - test/cpp/end2end/zookeeper_test.cc
2597 deps:
2598 - grpc++_test_util
2599 - grpc_test_util
2600 - grpc++
2601 - grpc_zookeeper
2602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002603 - gpr_test_util
2604 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002605 external_deps:
2606 - zookeeper
2607 platforms:
2608 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002609- name: public_headers_must_be_c89
2610 build: test
2611 language: c89
2612 src:
2613 - test/core/surface/public_headers_must_be_c89.c
2614 deps:
2615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002616 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002618- linkage: static
2619 name: grpc.dependencies.zlib
2620 props: false
2621 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002622 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002623- linkage: static
2624 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002625 props: true
2626 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002627 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002628- name: gflags
2629 props: false
2630 redist: false
2631 version: 2.1.2.1
2632- name: gtest
2633 props: false
2634 redist: false
2635 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002636configs:
2637 asan:
2638 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002639 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002640 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002641 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002642 LD: clang
2643 LDFLAGS: -fsanitize=address
2644 LDXX: clang++
2645 compile_the_world: true
2646 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002647 ASAN_OPTIONS: detect_leaks=1:color=always
2648 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tiller81df68d2016-01-21 13:59:50 -08002649 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002650 asan-noleaks:
2651 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002652 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002653 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002654 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002655 LD: clang
2656 LDFLAGS: -fsanitize=address
2657 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002658 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002659 test_environ:
2660 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tiller81df68d2016-01-21 13:59:50 -08002661 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002662 basicprof:
2663 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2664 DEFINES: NDEBUG
2665 dbg:
2666 CPPFLAGS: -O0
2667 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002668 gcov:
2669 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002670 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002671 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002672 DEFINES: _DEBUG DEBUG GPR_GCOV
2673 LD: gcc
2674 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2675 LDXX: g++
2676 helgrind:
2677 CPPFLAGS: -O0
2678 DEFINES: _DEBUG DEBUG
2679 LDFLAGS: -rdynamic
2680 timeout_multiplier: 20
2681 valgrind: --tool=helgrind
2682 memcheck:
2683 CPPFLAGS: -O0
2684 DEFINES: _DEBUG DEBUG
2685 LDFLAGS: -rdynamic
2686 timeout_multiplier: 10
2687 valgrind: --tool=memcheck --leak-check=full
2688 msan:
2689 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002690 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002691 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002692 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002693 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002694 DEFINES: NDEBUG
2695 LD: clang
2696 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2697 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2698 LDXX: clang++
2699 compile_the_world: true
Craig Tiller3e301a32016-01-27 15:36:52 -08002700 timeout_multiplier: 2
Craig Tillera0f85172016-01-20 15:56:06 -08002701 mutrace:
2702 CPPFLAGS: -O0
2703 DEFINES: _DEBUG DEBUG
2704 LDFLAGS: -rdynamic
2705 opt:
2706 CPPFLAGS: -O2
2707 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002708 stapprof:
2709 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2710 DEFINES: NDEBUG
2711 tsan:
2712 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002713 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002714 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002715 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002716 LD: clang
2717 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2718 LDXX: clang++
2719 compile_the_world: true
2720 test_environ:
2721 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2722 timeout_multiplier: 2
2723 ubsan:
2724 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002725 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002726 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002727 DEFINES: NDEBUG
2728 LD: clang
2729 LDFLAGS: -fsanitize=undefined
2730 LDXX: clang++
2731 compile_the_world: true
2732 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002733defaults:
2734 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002735 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002736 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002737 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002738 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002739 global:
2740 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2741 LDFLAGS: -g
2742 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002743 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002744 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002745node_modules:
2746- deps:
2747 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002748 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002749 - boringssl
2750 - z
murgatroid9994a75412015-11-19 14:04:53 -08002751 headers:
2752 - src/node/ext/byte_buffer.h
2753 - src/node/ext/call.h
2754 - src/node/ext/call_credentials.h
2755 - src/node/ext/channel.h
2756 - src/node/ext/channel_credentials.h
2757 - src/node/ext/completion_queue_async_worker.h
2758 - src/node/ext/server.h
2759 - src/node/ext/server_credentials.h
2760 - src/node/ext/timeval.h
2761 js:
2762 - src/node/index.js
2763 - src/node/src/client.js
2764 - src/node/src/common.js
2765 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002766 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002767 - src/node/src/metadata.js
2768 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002769 name: grpc_node
2770 src:
2771 - src/node/ext/byte_buffer.cc
2772 - src/node/ext/call.cc
2773 - src/node/ext/call_credentials.cc
2774 - src/node/ext/channel.cc
2775 - src/node/ext/channel_credentials.cc
2776 - src/node/ext/completion_queue_async_worker.cc
2777 - src/node/ext/node_grpc.cc
2778 - src/node/ext/server.cc
2779 - src/node/ext/server_credentials.cc
2780 - src/node/ext/timeval.cc
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002781python_dependencies:
2782 deps:
2783 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002784 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002785 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002786 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002787ruby_gem:
2788 deps:
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002791 - boringssl
2792 - z