blob: b639b5d21e677cca5899675c4b499a673fa3a916 [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
16 - src/core/census/aggregation.h
Alistair Veitch85afe712016-02-02 17:58:15 -080017 - src/core/census/log.h
Craig Tiller25834342015-09-25 08:08:24 -070018 - src/core/census/rpc_metric_id.h
19 src:
20 - src/core/census/context.c
21 - src/core/census/initialize.c
Alistair Veitch85afe712016-02-02 17:58:15 -080022 - src/core/census/log.c
Craig Tiller25834342015-09-25 08:08:24 -070023 - src/core/census/operation.c
Nicolas "Pixel" Noblefa132c22016-01-31 09:31:15 +010024 - src/core/census/placeholders.c
Craig Tiller25834342015-09-25 08:08:24 -070025 - src/core/census/tracing.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010026- name: gpr
27 public_headers:
28 - include/grpc/support/alloc.h
29 - include/grpc/support/atm.h
30 - include/grpc/support/atm_gcc_atomic.h
31 - include/grpc/support/atm_gcc_sync.h
32 - include/grpc/support/atm_win32.h
33 - include/grpc/support/avl.h
34 - include/grpc/support/cmdline.h
35 - include/grpc/support/cpu.h
36 - include/grpc/support/histogram.h
37 - include/grpc/support/host_port.h
38 - include/grpc/support/log.h
39 - include/grpc/support/log_win32.h
40 - include/grpc/support/port_platform.h
41 - include/grpc/support/slice.h
42 - include/grpc/support/slice_buffer.h
43 - include/grpc/support/string_util.h
44 - include/grpc/support/subprocess.h
45 - include/grpc/support/sync.h
46 - include/grpc/support/sync_generic.h
47 - include/grpc/support/sync_posix.h
48 - include/grpc/support/sync_win32.h
49 - include/grpc/support/thd.h
50 - include/grpc/support/time.h
51 - include/grpc/support/tls.h
52 - include/grpc/support/tls_gcc.h
53 - include/grpc/support/tls_msvc.h
54 - include/grpc/support/tls_pthread.h
55 - include/grpc/support/useful.h
56 headers:
57 - src/core/profiling/timers.h
58 - src/core/support/block_annotate.h
59 - src/core/support/env.h
60 - src/core/support/file.h
61 - src/core/support/murmur_hash.h
62 - src/core/support/stack_lockfree.h
63 - src/core/support/string.h
64 - src/core/support/string_win32.h
65 - src/core/support/thd_internal.h
66 - src/core/support/time_precise.h
67 src:
68 - src/core/profiling/basic_timers.c
69 - src/core/profiling/stap_timers.c
70 - src/core/support/alloc.c
71 - src/core/support/avl.c
72 - src/core/support/cmdline.c
73 - src/core/support/cpu_iphone.c
74 - src/core/support/cpu_linux.c
75 - src/core/support/cpu_posix.c
76 - src/core/support/cpu_windows.c
77 - src/core/support/env_linux.c
78 - src/core/support/env_posix.c
79 - src/core/support/env_win32.c
80 - src/core/support/file.c
81 - src/core/support/file_posix.c
82 - src/core/support/file_win32.c
83 - src/core/support/histogram.c
84 - src/core/support/host_port.c
85 - src/core/support/log.c
86 - src/core/support/log_android.c
87 - src/core/support/log_linux.c
88 - src/core/support/log_posix.c
89 - src/core/support/log_win32.c
90 - src/core/support/murmur_hash.c
91 - src/core/support/slice.c
92 - src/core/support/slice_buffer.c
93 - src/core/support/stack_lockfree.c
94 - src/core/support/string.c
95 - src/core/support/string_posix.c
96 - src/core/support/string_win32.c
97 - src/core/support/subprocess_posix.c
Nicolas "Pixel" Noble78825ca2016-01-31 07:08:20 +010098 - src/core/support/subprocess_windows.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010099 - src/core/support/sync.c
100 - src/core/support/sync_posix.c
101 - src/core/support/sync_win32.c
102 - src/core/support/thd.c
103 - src/core/support/thd_posix.c
104 - src/core/support/thd_win32.c
105 - src/core/support/time.c
106 - src/core/support/time_posix.c
107 - src/core/support/time_precise.c
108 - src/core/support/time_win32.c
109 - src/core/support/tls_pthread.c
Nicolas "Pixel" Noble89d8ed12016-02-03 01:12:14 +0100110 - src/core/support/wrap_memcpy.c
Craig Tiller1298afd2016-02-09 12:29:17 -0800111- name: gpr_codegen
112 public_headers:
113 - include/grpc/impl/codegen/alloc.h
114 - include/grpc/impl/codegen/atm.h
115 - include/grpc/impl/codegen/atm_gcc_atomic.h
116 - include/grpc/impl/codegen/atm_gcc_sync.h
117 - include/grpc/impl/codegen/atm_win32.h
118 - include/grpc/impl/codegen/log.h
119 - include/grpc/impl/codegen/port_platform.h
120 - include/grpc/impl/codegen/slice.h
121 - include/grpc/impl/codegen/slice_buffer.h
122 - include/grpc/impl/codegen/sync.h
123 - include/grpc/impl/codegen/sync_generic.h
124 - include/grpc/impl/codegen/sync_posix.h
125 - include/grpc/impl/codegen/sync_win32.h
126 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700127- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700128 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800129 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700130 - include/grpc++/channel.h
131 - include/grpc++/client_context.h
132 - include/grpc++/completion_queue.h
133 - include/grpc++/create_channel.h
134 - include/grpc++/generic/async_generic_service.h
135 - include/grpc++/generic/generic_stub.h
136 - include/grpc++/grpc++.h
137 - include/grpc++/impl/call.h
138 - include/grpc++/impl/client_unary_call.h
139 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800140 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700141 - include/grpc++/impl/proto_utils.h
142 - include/grpc++/impl/rpc_method.h
143 - include/grpc++/impl/rpc_service_method.h
144 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800145 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700146 - include/grpc++/impl/service_type.h
147 - include/grpc++/impl/sync.h
148 - include/grpc++/impl/sync_cxx11.h
149 - include/grpc++/impl/sync_no_cxx11.h
150 - include/grpc++/impl/thd.h
151 - include/grpc++/impl/thd_cxx11.h
152 - include/grpc++/impl/thd_no_cxx11.h
153 - include/grpc++/security/auth_context.h
154 - include/grpc++/security/auth_metadata_processor.h
155 - include/grpc++/security/credentials.h
156 - include/grpc++/security/server_credentials.h
157 - include/grpc++/server.h
158 - include/grpc++/server_builder.h
159 - include/grpc++/server_context.h
160 - include/grpc++/support/async_stream.h
161 - include/grpc++/support/async_unary_call.h
162 - include/grpc++/support/byte_buffer.h
163 - include/grpc++/support/channel_arguments.h
164 - include/grpc++/support/config.h
165 - include/grpc++/support/config_protobuf.h
166 - include/grpc++/support/slice.h
167 - include/grpc++/support/status.h
168 - include/grpc++/support/status_code_enum.h
169 - include/grpc++/support/string_ref.h
170 - include/grpc++/support/stub_options.h
171 - include/grpc++/support/sync_stream.h
172 - include/grpc++/support/time.h
173 headers:
174 - src/cpp/client/create_channel_internal.h
175 - src/cpp/common/create_auth_context.h
176 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700177 - src/cpp/server/thread_pool_interface.h
178 src:
179 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700180 - src/cpp/client/client_context.cc
181 - src/cpp/client/create_channel.cc
182 - src/cpp/client/create_channel_internal.cc
183 - src/cpp/client/credentials.cc
184 - src/cpp/client/generic_stub.cc
185 - src/cpp/client/insecure_credentials.cc
vjpai04e992a2016-02-10 16:58:38 -0800186 - src/cpp/common/alarm.cc
Craig Tiller25834342015-09-25 08:08:24 -0700187 - src/cpp/common/call.cc
yang-g52705592015-11-25 11:45:33 -0800188 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700189 - src/cpp/common/completion_queue.cc
190 - src/cpp/common/rpc_method.cc
191 - src/cpp/proto/proto_utils.cc
192 - src/cpp/server/async_generic_service.cc
193 - src/cpp/server/create_default_thread_pool.cc
194 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700195 - src/cpp/server/insecure_server_credentials.cc
196 - src/cpp/server/server.cc
197 - src/cpp/server/server_builder.cc
198 - src/cpp/server/server_context.cc
199 - src/cpp/server/server_credentials.cc
200 - src/cpp/util/byte_buffer.cc
201 - src/cpp/util/slice.cc
202 - src/cpp/util/status.cc
203 - src/cpp/util/string_ref.cc
204 - src/cpp/util/time.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800205- name: grpc++_codegen
206 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800207 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800208 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800209 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800210 - include/grpc++/impl/codegen/call_hook.h
211 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800212 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800213 - include/grpc++/impl/codegen/client_unary_call.h
214 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800215 - include/grpc++/impl/codegen/completion_queue_tag.h
216 - include/grpc++/impl/codegen/config.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800217 - include/grpc++/impl/codegen/config_protobuf.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800218 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800219 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800220 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800221 - include/grpc++/impl/codegen/rpc_method.h
222 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800223 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800224 - include/grpc++/impl/codegen/serialization_traits.h
225 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800226 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800227 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800228 - include/grpc++/impl/codegen/status.h
229 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800230 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800231 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800232 - include/grpc++/impl/codegen/sync.h
233 - include/grpc++/impl/codegen/sync_cxx11.h
234 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800235 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800236 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800237 src:
238 - src/cpp/codegen/grpc_library.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700239- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700240 public_headers:
241 - include/grpc/byte_buffer.h
242 - include/grpc/byte_buffer_reader.h
243 - include/grpc/compression.h
244 - include/grpc/grpc.h
245 - include/grpc/status.h
246 headers:
247 - src/core/census/grpc_filter.h
248 - src/core/channel/channel_args.h
249 - src/core/channel/channel_stack.h
250 - src/core/channel/client_channel.h
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700251 - src/core/channel/client_uchannel.h
Craig Tiller25834342015-09-25 08:08:24 -0700252 - src/core/channel/compress_filter.h
253 - src/core/channel/connected_channel.h
254 - src/core/channel/context.h
255 - src/core/channel/http_client_filter.h
256 - src/core/channel/http_server_filter.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800257 - src/core/channel/subchannel_call_holder.h
Craig Tiller25834342015-09-25 08:08:24 -0700258 - src/core/client_config/client_config.h
259 - src/core/client_config/connector.h
yang-ga6124122015-11-05 22:36:20 -0800260 - src/core/client_config/initial_connect_string.h
Craig Tiller25834342015-09-25 08:08:24 -0700261 - src/core/client_config/lb_policies/pick_first.h
262 - src/core/client_config/lb_policies/round_robin.h
263 - src/core/client_config/lb_policy.h
264 - src/core/client_config/lb_policy_factory.h
265 - src/core/client_config/lb_policy_registry.h
266 - src/core/client_config/resolver.h
267 - src/core/client_config/resolver_factory.h
268 - src/core/client_config/resolver_registry.h
269 - src/core/client_config/resolvers/dns_resolver.h
270 - src/core/client_config/resolvers/sockaddr_resolver.h
271 - src/core/client_config/subchannel.h
272 - src/core/client_config/subchannel_factory.h
Craig Tiller694cf8b2016-01-15 21:13:25 -0800273 - src/core/client_config/subchannel_index.h
Craig Tiller25834342015-09-25 08:08:24 -0700274 - src/core/client_config/uri_parser.h
Craig Tillerebdef9d2015-11-19 17:09:49 -0800275 - src/core/compression/algorithm_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700276 - src/core/compression/message_compress.h
277 - src/core/debug/trace.h
278 - src/core/httpcli/format_request.h
279 - src/core/httpcli/httpcli.h
280 - src/core/httpcli/parser.h
Craig Tiller25834342015-09-25 08:08:24 -0700281 - src/core/iomgr/closure.h
282 - src/core/iomgr/endpoint.h
283 - src/core/iomgr/endpoint_pair.h
284 - src/core/iomgr/exec_ctx.h
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700285 - src/core/iomgr/executor.h
Craig Tiller25834342015-09-25 08:08:24 -0700286 - src/core/iomgr/fd_posix.h
287 - src/core/iomgr/iocp_windows.h
288 - src/core/iomgr/iomgr.h
289 - src/core/iomgr/iomgr_internal.h
290 - src/core/iomgr/iomgr_posix.h
291 - src/core/iomgr/pollset.h
292 - src/core/iomgr/pollset_posix.h
293 - src/core/iomgr/pollset_set.h
294 - src/core/iomgr/pollset_set_posix.h
295 - src/core/iomgr/pollset_set_windows.h
296 - src/core/iomgr/pollset_windows.h
297 - src/core/iomgr/resolve_address.h
298 - src/core/iomgr/sockaddr.h
299 - src/core/iomgr/sockaddr_posix.h
300 - src/core/iomgr/sockaddr_utils.h
301 - src/core/iomgr/sockaddr_win32.h
302 - src/core/iomgr/socket_utils_posix.h
303 - src/core/iomgr/socket_windows.h
304 - src/core/iomgr/tcp_client.h
305 - src/core/iomgr/tcp_posix.h
306 - src/core/iomgr/tcp_server.h
307 - src/core/iomgr/tcp_windows.h
308 - src/core/iomgr/time_averaged_stats.h
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700309 - src/core/iomgr/timer.h
310 - src/core/iomgr/timer_heap.h
311 - src/core/iomgr/timer_internal.h
Craig Tiller25834342015-09-25 08:08:24 -0700312 - src/core/iomgr/udp_server.h
313 - src/core/iomgr/wakeup_fd_pipe.h
314 - src/core/iomgr/wakeup_fd_posix.h
315 - src/core/iomgr/workqueue.h
316 - src/core/iomgr/workqueue_posix.h
317 - src/core/iomgr/workqueue_windows.h
318 - src/core/json/json.h
319 - src/core/json/json_common.h
320 - src/core/json/json_reader.h
321 - src/core/json/json_writer.h
Craig Tiller25834342015-09-25 08:08:24 -0700322 - src/core/statistics/census_interface.h
323 - src/core/statistics/census_rpc_stats.h
Craig Tiller2468ff52015-10-05 09:00:17 -0700324 - src/core/surface/api_trace.h
Craig Tiller25834342015-09-25 08:08:24 -0700325 - src/core/surface/call.h
David Garcia Quintas0c331882015-10-08 14:51:54 -0700326 - src/core/surface/call_test_only.h
Craig Tiller25834342015-09-25 08:08:24 -0700327 - src/core/surface/channel.h
328 - src/core/surface/completion_queue.h
329 - src/core/surface/event_string.h
330 - src/core/surface/init.h
331 - src/core/surface/server.h
Craig Tiller0801ce62015-10-05 09:40:31 -0700332 - src/core/surface/surface_trace.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800333 - src/core/transport/byte_stream.h
Craig Tiller25834342015-09-25 08:08:24 -0700334 - src/core/transport/chttp2/alpn.h
335 - src/core/transport/chttp2/bin_encoder.h
336 - src/core/transport/chttp2/frame.h
337 - src/core/transport/chttp2/frame_data.h
338 - src/core/transport/chttp2/frame_goaway.h
339 - src/core/transport/chttp2/frame_ping.h
340 - src/core/transport/chttp2/frame_rst_stream.h
341 - src/core/transport/chttp2/frame_settings.h
342 - src/core/transport/chttp2/frame_window_update.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800343 - src/core/transport/chttp2/hpack_encoder.h
Craig Tiller25834342015-09-25 08:08:24 -0700344 - src/core/transport/chttp2/hpack_parser.h
345 - src/core/transport/chttp2/hpack_table.h
346 - src/core/transport/chttp2/http2_errors.h
347 - src/core/transport/chttp2/huffsyms.h
348 - src/core/transport/chttp2/incoming_metadata.h
349 - src/core/transport/chttp2/internal.h
350 - src/core/transport/chttp2/status_conversion.h
Craig Tiller25834342015-09-25 08:08:24 -0700351 - src/core/transport/chttp2/stream_map.h
352 - src/core/transport/chttp2/timeout_encoding.h
353 - src/core/transport/chttp2/varint.h
354 - src/core/transport/chttp2_transport.h
355 - src/core/transport/connectivity_state.h
356 - src/core/transport/metadata.h
Craig Tillerca1593a2015-11-02 14:08:33 -0800357 - src/core/transport/metadata_batch.h
Craig Tiller2e7687c2015-11-18 14:56:46 -0800358 - src/core/transport/static_metadata.h
Craig Tiller25834342015-09-25 08:08:24 -0700359 - src/core/transport/transport.h
360 - src/core/transport/transport_impl.h
361 src:
362 - src/core/census/grpc_context.c
363 - src/core/census/grpc_filter.c
364 - src/core/channel/channel_args.c
365 - src/core/channel/channel_stack.c
366 - src/core/channel/client_channel.c
David Garcia Quintas7b1bd2c2015-10-05 18:22:10 -0700367 - src/core/channel/client_uchannel.c
Craig Tiller25834342015-09-25 08:08:24 -0700368 - src/core/channel/compress_filter.c
369 - src/core/channel/connected_channel.c
370 - src/core/channel/http_client_filter.c
371 - src/core/channel/http_server_filter.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800372 - src/core/channel/subchannel_call_holder.c
Craig Tiller25834342015-09-25 08:08:24 -0700373 - src/core/client_config/client_config.c
374 - src/core/client_config/connector.c
yang-ga6124122015-11-05 22:36:20 -0800375 - src/core/client_config/default_initial_connect_string.c
376 - src/core/client_config/initial_connect_string.c
Craig Tiller25834342015-09-25 08:08:24 -0700377 - src/core/client_config/lb_policies/pick_first.c
378 - src/core/client_config/lb_policies/round_robin.c
379 - src/core/client_config/lb_policy.c
380 - src/core/client_config/lb_policy_factory.c
381 - src/core/client_config/lb_policy_registry.c
382 - src/core/client_config/resolver.c
383 - src/core/client_config/resolver_factory.c
384 - src/core/client_config/resolver_registry.c
385 - src/core/client_config/resolvers/dns_resolver.c
386 - src/core/client_config/resolvers/sockaddr_resolver.c
387 - src/core/client_config/subchannel.c
388 - src/core/client_config/subchannel_factory.c
Craig Tiller694cf8b2016-01-15 21:13:25 -0800389 - src/core/client_config/subchannel_index.c
Craig Tiller25834342015-09-25 08:08:24 -0700390 - src/core/client_config/uri_parser.c
391 - src/core/compression/algorithm.c
392 - src/core/compression/message_compress.c
393 - src/core/debug/trace.c
394 - src/core/httpcli/format_request.c
395 - src/core/httpcli/httpcli.c
396 - src/core/httpcli/parser.c
Craig Tiller25834342015-09-25 08:08:24 -0700397 - src/core/iomgr/closure.c
398 - src/core/iomgr/endpoint.c
399 - src/core/iomgr/endpoint_pair_posix.c
400 - src/core/iomgr/endpoint_pair_windows.c
401 - src/core/iomgr/exec_ctx.c
David Garcia Quintas4bc34632015-10-07 16:12:35 -0700402 - src/core/iomgr/executor.c
Craig Tiller25834342015-09-25 08:08:24 -0700403 - src/core/iomgr/fd_posix.c
404 - src/core/iomgr/iocp_windows.c
405 - src/core/iomgr/iomgr.c
406 - src/core/iomgr/iomgr_posix.c
407 - src/core/iomgr/iomgr_windows.c
408 - src/core/iomgr/pollset_multipoller_with_epoll.c
409 - src/core/iomgr/pollset_multipoller_with_poll_posix.c
410 - src/core/iomgr/pollset_posix.c
411 - src/core/iomgr/pollset_set_posix.c
412 - src/core/iomgr/pollset_set_windows.c
413 - src/core/iomgr/pollset_windows.c
414 - src/core/iomgr/resolve_address_posix.c
415 - src/core/iomgr/resolve_address_windows.c
416 - src/core/iomgr/sockaddr_utils.c
417 - src/core/iomgr/socket_utils_common_posix.c
418 - src/core/iomgr/socket_utils_linux.c
419 - src/core/iomgr/socket_utils_posix.c
420 - src/core/iomgr/socket_windows.c
421 - src/core/iomgr/tcp_client_posix.c
422 - src/core/iomgr/tcp_client_windows.c
423 - src/core/iomgr/tcp_posix.c
424 - src/core/iomgr/tcp_server_posix.c
425 - src/core/iomgr/tcp_server_windows.c
426 - src/core/iomgr/tcp_windows.c
427 - src/core/iomgr/time_averaged_stats.c
David Garcia Quintasb65e4212015-10-14 12:00:21 -0700428 - src/core/iomgr/timer.c
429 - src/core/iomgr/timer_heap.c
Craig Tiller25834342015-09-25 08:08:24 -0700430 - src/core/iomgr/udp_server.c
431 - src/core/iomgr/wakeup_fd_eventfd.c
432 - src/core/iomgr/wakeup_fd_nospecial.c
433 - src/core/iomgr/wakeup_fd_pipe.c
434 - src/core/iomgr/wakeup_fd_posix.c
435 - src/core/iomgr/workqueue_posix.c
436 - src/core/iomgr/workqueue_windows.c
437 - src/core/json/json.c
438 - src/core/json/json_reader.c
439 - src/core/json/json_string.c
440 - src/core/json/json_writer.c
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100441 - src/core/surface/alarm.c
Craig Tiller2468ff52015-10-05 09:00:17 -0700442 - src/core/surface/api_trace.c
Craig Tiller25834342015-09-25 08:08:24 -0700443 - src/core/surface/byte_buffer.c
Craig Tiller25834342015-09-25 08:08:24 -0700444 - src/core/surface/byte_buffer_reader.c
445 - src/core/surface/call.c
446 - src/core/surface/call_details.c
447 - src/core/surface/call_log_batch.c
448 - src/core/surface/channel.c
449 - src/core/surface/channel_connectivity.c
450 - src/core/surface/channel_create.c
Craig Tiller26dab312015-12-07 14:43:47 -0800451 - src/core/surface/channel_ping.c
Craig Tiller25834342015-09-25 08:08:24 -0700452 - src/core/surface/completion_queue.c
453 - src/core/surface/event_string.c
454 - src/core/surface/init.c
455 - src/core/surface/lame_client.c
456 - src/core/surface/metadata_array.c
457 - src/core/surface/server.c
458 - src/core/surface/server_chttp2.c
459 - src/core/surface/server_create.c
murgatroid99c3910ca2016-01-06 13:14:23 -0800460 - src/core/surface/validate_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700461 - src/core/surface/version.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800462 - src/core/transport/byte_stream.c
Craig Tiller25834342015-09-25 08:08:24 -0700463 - src/core/transport/chttp2/alpn.c
464 - src/core/transport/chttp2/bin_encoder.c
465 - src/core/transport/chttp2/frame_data.c
466 - src/core/transport/chttp2/frame_goaway.c
467 - src/core/transport/chttp2/frame_ping.c
468 - src/core/transport/chttp2/frame_rst_stream.c
469 - src/core/transport/chttp2/frame_settings.c
470 - src/core/transport/chttp2/frame_window_update.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800471 - src/core/transport/chttp2/hpack_encoder.c
Craig Tiller25834342015-09-25 08:08:24 -0700472 - src/core/transport/chttp2/hpack_parser.c
473 - src/core/transport/chttp2/hpack_table.c
474 - src/core/transport/chttp2/huffsyms.c
475 - src/core/transport/chttp2/incoming_metadata.c
476 - src/core/transport/chttp2/parsing.c
477 - src/core/transport/chttp2/status_conversion.c
Craig Tiller25834342015-09-25 08:08:24 -0700478 - src/core/transport/chttp2/stream_lists.c
479 - src/core/transport/chttp2/stream_map.c
480 - src/core/transport/chttp2/timeout_encoding.c
481 - src/core/transport/chttp2/varint.c
482 - src/core/transport/chttp2/writing.c
483 - src/core/transport/chttp2_transport.c
484 - src/core/transport/connectivity_state.c
485 - src/core/transport/metadata.c
Craig Tillerca1593a2015-11-02 14:08:33 -0800486 - src/core/transport/metadata_batch.c
Craig Tiller2e7687c2015-11-18 14:56:46 -0800487 - src/core/transport/static_metadata.c
Craig Tiller25834342015-09-25 08:08:24 -0700488 - src/core/transport/transport.c
489 - src/core/transport/transport_op_string.c
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800490- name: grpc_codegen
491 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800492 - include/grpc/impl/codegen/byte_buffer.h
493 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800494 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800495 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800496 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800497 - include/grpc/impl/codegen/status.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700498- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700499 headers:
500 - test/core/end2end/cq_verifier.h
501 - test/core/end2end/fixtures/proxy.h
502 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700503 - test/core/util/grpc_profiler.h
504 - test/core/util/parse_hexstring.h
505 - test/core/util/port.h
506 - test/core/util/slice_splitter.h
507 src:
508 - test/core/end2end/cq_verifier.c
509 - test/core/end2end/fixtures/proxy.c
510 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700511 - test/core/util/grpc_profiler.c
512 - test/core/util/parse_hexstring.c
513 - test/core/util/port_posix.c
514 - test/core/util/port_windows.c
515 - test/core/util/slice_splitter.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100516libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800517- name: gpr
518 build: all
519 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800520 filegroups:
Craig Tiller1298afd2016-02-09 12:29:17 -0800521 - gpr
522 - gpr_codegen
Craig Tillerda179ce2016-02-09 12:01:53 -0800523 secure: false
524 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
525- name: gpr_test_util
526 build: private
527 language: c
528 headers:
529 - test/core/util/test_config.h
530 src:
531 - test/core/util/test_config.c
532 deps:
533 - gpr
534 secure: false
535 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700536- name: grpc
537 build: all
538 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700539 public_headers:
540 - include/grpc/grpc_security.h
541 headers:
542 - src/core/security/auth_filters.h
543 - src/core/security/base64.h
544 - src/core/security/credentials.h
545 - src/core/security/handshake.h
546 - src/core/security/json_token.h
547 - src/core/security/jwt_verifier.h
548 - src/core/security/secure_endpoint.h
549 - src/core/security/security_connector.h
550 - src/core/security/security_context.h
551 - src/core/tsi/fake_transport_security.h
552 - src/core/tsi/ssl_transport_security.h
Craig Tiller0fe5ee72015-12-22 12:50:36 -0800553 - src/core/tsi/ssl_types.h
Craig Tiller25834342015-09-25 08:08:24 -0700554 - src/core/tsi/transport_security.h
555 - src/core/tsi/transport_security_interface.h
556 src:
557 - src/core/httpcli/httpcli_security_connector.c
558 - src/core/security/base64.c
559 - src/core/security/client_auth_filter.c
560 - src/core/security/credentials.c
561 - src/core/security/credentials_metadata.c
562 - src/core/security/credentials_posix.c
563 - src/core/security/credentials_win32.c
564 - src/core/security/google_default_credentials.c
565 - src/core/security/handshake.c
566 - src/core/security/json_token.c
567 - src/core/security/jwt_verifier.c
568 - src/core/security/secure_endpoint.c
569 - src/core/security/security_connector.c
570 - src/core/security/security_context.c
571 - src/core/security/server_auth_filter.c
572 - src/core/security/server_secure_chttp2.c
573 - src/core/surface/init_secure.c
574 - src/core/surface/secure_channel_create.c
575 - src/core/tsi/fake_transport_security.c
576 - src/core/tsi/ssl_transport_security.c
577 - src/core/tsi/transport_security.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800578 deps:
579 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700580 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800581 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700582 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700583 filegroups:
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100584 - grpc_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700585 - grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700586 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700587 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700588 vs_packages:
589 - grpc.dependencies.openssl
590 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700591 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
592- name: grpc_test_util
593 build: private
594 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700595 headers:
596 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800597 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700598 src:
599 - test/core/end2end/data/server1_cert.c
600 - test/core/end2end/data/server1_key.c
601 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800602 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700603 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800604 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800605 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700606 - grpc
607 filegroups:
608 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700609 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
610- name: grpc_test_util_unsecure
611 build: private
612 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700613 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800614 - gpr
615 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800616 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700617 filegroups:
618 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700619 secure: false
620 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
621- name: grpc_unsecure
622 build: all
623 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700624 src:
625 - src/core/surface/init_unsecure.c
Craig Tillerda179ce2016-02-09 12:01:53 -0800626 deps:
627 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700628 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800629 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700630 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700631 filegroups:
632 - grpc_base
Craig Tillerad095982016-02-09 12:45:04 -0800633 - grpc_codegen
Craig Tiller25834342015-09-25 08:08:24 -0700634 - census
Craig Tillerbf4b2242015-08-31 15:53:53 -0700635 secure: false
636 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
637- name: grpc_zookeeper
638 build: all
639 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700640 public_headers:
641 - include/grpc/grpc_zookeeper.h
642 headers:
643 - src/core/client_config/resolvers/zookeeper_resolver.h
644 src:
645 - src/core/client_config/resolvers/zookeeper_resolver.c
646 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800647 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700648 - grpc
649 external_deps:
650 - zookeeper
651 platforms:
652 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700653 secure: false
654- name: reconnect_server
655 build: private
656 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700657 headers:
658 - test/core/util/reconnect_server.h
659 src:
660 - test/core/util/reconnect_server.c
661 deps:
yang-gc9fca182015-11-06 16:41:33 -0800662 - test_tcp_server
663 - grpc_test_util
664 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800665 - gpr_test_util
666 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800667- name: test_tcp_server
668 build: private
669 language: c
670 headers:
671 - test/core/util/test_tcp_server.h
672 src:
673 - test/core/util/test_tcp_server.c
674 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700675 - grpc_test_util
676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800677 - gpr_test_util
678 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700679- name: grpc++
680 build: all
681 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700682 headers:
683 - src/cpp/client/secure_credentials.h
684 - src/cpp/common/secure_auth_context.h
685 - src/cpp/server/secure_server_credentials.h
686 src:
Craig Tiller25834342015-09-25 08:08:24 -0700687 - src/cpp/client/secure_credentials.cc
688 - src/cpp/common/auth_property_iterator.cc
689 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800690 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700691 - src/cpp/common/secure_create_auth_context.cc
692 - src/cpp/server/secure_server_credentials.cc
693 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700694 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700695 baselib: true
696 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700697 filegroups:
698 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800699 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700700 secure: check
701 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
702- name: grpc++_test_config
703 build: private
704 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700705 headers:
706 - test/cpp/util/test_config.h
707 src:
708 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700709- name: grpc++_test_util
710 build: private
711 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700712 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800713 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800714 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700715 - test/cpp/util/cli_call.h
716 - test/cpp/util/create_test_channel.h
717 - test/cpp/util/string_ref_helper.h
718 - test/cpp/util/subprocess.h
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
Craig Tillerbf4b2242015-08-31 15:53:53 -0700740 baselib: true
741 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700742 filegroups:
743 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800744 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700745 secure: false
746 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
747- name: grpc_plugin_support
748 build: protoc
749 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700750 headers:
751 - include/grpc++/support/config.h
752 - include/grpc++/support/config_protobuf.h
753 - src/compiler/config.h
754 - src/compiler/cpp_generator.h
755 - src/compiler/cpp_generator_helpers.h
756 - src/compiler/csharp_generator.h
757 - src/compiler/csharp_generator_helpers.h
758 - src/compiler/generator_helpers.h
759 - src/compiler/objective_c_generator.h
760 - src/compiler/objective_c_generator_helpers.h
761 - src/compiler/python_generator.h
762 - src/compiler/ruby_generator.h
763 - src/compiler/ruby_generator_helpers-inl.h
764 - src/compiler/ruby_generator_map-inl.h
765 - src/compiler/ruby_generator_string-inl.h
766 src:
767 - src/compiler/cpp_generator.cc
768 - src/compiler/csharp_generator.cc
769 - src/compiler/objective_c_generator.cc
770 - src/compiler/python_generator.cc
771 - src/compiler/ruby_generator.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700772 deps: []
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800773 filegroups:
774 - grpc++_codegen
775 - grpc_codegen
Craig Tillerad095982016-02-09 12:45:04 -0800776 - gpr_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700777 secure: false
778 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
779- name: interop_client_helper
780 build: private
781 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700782 headers:
783 - test/cpp/interop/client_helper.h
784 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800785 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700786 - test/cpp/interop/client_helper.cc
787 deps:
788 - grpc++_test_util
789 - grpc_test_util
790 - grpc++
791 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800792 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700793- name: interop_client_main
794 build: private
795 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700796 headers:
797 - test/cpp/interop/interop_client.h
798 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800799 - src/proto/grpc/testing/empty.proto
800 - src/proto/grpc/testing/messages.proto
801 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700802 - test/cpp/interop/client.cc
803 - test/cpp/interop/interop_client.cc
804 deps:
805 - interop_client_helper
806 - grpc++_test_util
807 - grpc_test_util
808 - grpc++
809 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800810 - gpr_test_util
811 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700812 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700813- name: interop_server_helper
814 build: private
815 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700816 headers:
817 - test/cpp/interop/server_helper.h
818 src:
819 - test/cpp/interop/server_helper.cc
820 deps:
821 - grpc_test_util
822 - grpc++
823 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800824 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700825- name: interop_server_main
826 build: private
827 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700828 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800829 - src/proto/grpc/testing/empty.proto
830 - src/proto/grpc/testing/messages.proto
831 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700832 - test/cpp/interop/server.cc
833 deps:
834 - interop_server_helper
835 - grpc++_test_util
836 - grpc_test_util
837 - grpc++
838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800839 - gpr_test_util
840 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700841 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700842- name: qps
843 build: private
844 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700845 headers:
846 - test/cpp/qps/client.h
847 - test/cpp/qps/driver.h
848 - test/cpp/qps/histogram.h
849 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -0800850 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -0700851 - test/cpp/qps/perf_db_client.h
852 - test/cpp/qps/qps_worker.h
853 - test/cpp/qps/report.h
854 - test/cpp/qps/server.h
855 - test/cpp/qps/stats.h
856 - test/cpp/qps/timer.h
857 - test/cpp/util/benchmark_config.h
858 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800859 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800860 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800861 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -0800862 - src/proto/grpc/testing/control.proto
863 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -0800864 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -0700865 - test/cpp/qps/client_async.cc
866 - test/cpp/qps/client_sync.cc
867 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -0800868 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -0700869 - test/cpp/qps/perf_db_client.cc
870 - test/cpp/qps/qps_worker.cc
871 - test/cpp/qps/report.cc
872 - test/cpp/qps/server_async.cc
873 - test/cpp/qps/server_sync.cc
874 - test/cpp/qps/timer.cc
875 - test/cpp/util/benchmark_config.cc
876 deps:
877 - grpc_test_util
878 - grpc++_test_util
879 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -0700880- name: grpc_csharp_ext
881 build: all
882 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -0700883 src:
884 - src/csharp/ext/grpc_csharp_ext.c
885 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700886 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800887 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -0800888 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -0800889 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700890 dll: only
891 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -0700892 vs_packages:
893 - grpc.dependencies.openssl
894 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700895 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -0700896 vs_props:
897 - zlib
898 - openssl
899 - winsock
900 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700901targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +0100902- name: alarm_test
903 build: test
904 language: c
905 src:
906 - test/core/surface/alarm_test.c
907 deps:
908 - grpc_test_util
909 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -0800910 - gpr_test_util
911 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -0800912- name: algorithm_test
913 build: test
914 language: c
915 src:
916 - test/core/compression/algorithm_test.c
917 deps:
918 - grpc_test_util
919 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800920 - gpr_test_util
921 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -0800922- name: alloc_test
923 build: test
924 language: c
925 src:
926 - test/core/support/alloc_test.c
927 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800928 - gpr_test_util
929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700930- name: alpn_test
931 build: test
932 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700933 src:
934 - test/core/transport/chttp2/alpn_test.c
935 deps:
936 - grpc_test_util
937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800938 - gpr_test_util
939 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700940- name: bin_encoder_test
941 build: test
942 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700943 src:
944 - test/core/transport/chttp2/bin_encoder_test.c
945 deps:
946 - grpc_test_util
947 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -0800948- name: census_context_test
949 build: test
950 language: c
951 src:
952 - test/core/census/context_test.c
953 deps:
954 - grpc_test_util
955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800956 - gpr_test_util
957 - gpr
Alistair Veitch85afe712016-02-02 17:58:15 -0800958- name: census_log_test
959 build: test
960 language: c
961 src:
962 - test/core/census/log_test.c
963 deps:
964 - grpc_test_util
965 - grpc
Alistair Veitch749250f2016-02-11 09:23:20 -0800966 - gpr_test_util
967 - gpr
yang-gc0ed5092015-12-09 08:48:08 -0800968- name: channel_create_test
969 build: test
970 language: c
971 src:
972 - test/core/surface/channel_create_test.c
973 deps:
974 - grpc_test_util
975 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800976 - gpr_test_util
977 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800978- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700979 build: test
980 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700981 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800982 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700983 deps:
984 - grpc_test_util
985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800986 - gpr_test_util
987 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -0800988- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -0700989 build: test
990 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700991 src:
Craig Tillerca1593a2015-11-02 14:08:33 -0800992 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -0700993 deps:
994 - grpc_test_util
995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800996 - gpr_test_util
997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998- name: chttp2_stream_map_test
999 build: test
1000 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001001 src:
1002 - test/core/transport/chttp2/stream_map_test.c
1003 deps:
1004 - grpc_test_util
1005 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001006 - gpr_test_util
1007 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001008- name: chttp2_varint_test
1009 build: test
1010 language: c
1011 src:
1012 - test/core/transport/chttp2/varint_test.c
1013 deps:
1014 - grpc_test_util
1015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001016 - gpr_test_util
1017 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001018- name: compression_test
1019 build: test
1020 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001021 src:
1022 - test/core/compression/compression_test.c
1023 deps:
1024 - grpc_test_util
1025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001026 - gpr_test_util
1027 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001028- name: dns_resolver_test
1029 build: test
1030 language: c
1031 src:
1032 - test/core/client_config/resolvers/dns_resolver_test.c
1033 deps:
1034 - grpc_test_util
1035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001036 - gpr_test_util
1037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001038- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001039 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001040 build: test
1041 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001042 src:
1043 - test/core/end2end/dualstack_socket_test.c
1044 deps:
1045 - grpc_test_util
1046 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001047 - gpr_test_util
1048 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001049 platforms:
1050 - mac
1051 - linux
1052 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001053- name: endpoint_pair_test
1054 build: test
1055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001056 src:
1057 - test/core/iomgr/endpoint_pair_test.c
1058 deps:
1059 - grpc_test_util
1060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001061 - gpr_test_util
1062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063- name: fd_conservation_posix_test
1064 build: test
1065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001066 src:
1067 - test/core/iomgr/fd_conservation_posix_test.c
1068 deps:
1069 - grpc_test_util
1070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001071 - gpr_test_util
1072 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001073 platforms:
1074 - mac
1075 - linux
1076 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001077- name: fd_posix_test
1078 build: test
1079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001080 src:
1081 - test/core/iomgr/fd_posix_test.c
1082 deps:
1083 - grpc_test_util
1084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001085 - gpr_test_util
1086 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001087 platforms:
1088 - mac
1089 - linux
1090 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001091- name: fling_client
1092 build: test
1093 run: false
1094 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001095 src:
1096 - test/core/fling/client.c
1097 deps:
1098 - grpc_test_util
1099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001100 - gpr_test_util
1101 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001102- name: fling_server
1103 build: test
1104 run: false
1105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001106 src:
1107 - test/core/fling/server.c
1108 deps:
1109 - grpc_test_util
1110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001111 - gpr_test_util
1112 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001113- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001114 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001115 build: test
1116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001117 src:
1118 - test/core/fling/fling_stream_test.c
1119 deps:
1120 - grpc_test_util
1121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001122 - gpr_test_util
1123 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001124 platforms:
1125 - mac
1126 - linux
1127 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001128- name: fling_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_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: gen_hpack_tables
1144 build: tool
1145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001146 src:
1147 - tools/codegen/core/gen_hpack_tables.c
1148 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001149 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001150 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001151- name: gen_legal_metadata_characters
1152 build: tool
1153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001154 src:
1155 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001156 deps: []
Craig Tillerfba79f22015-11-23 11:06:55 -08001157- name: gpr_avl_test
1158 build: test
1159 language: c
1160 src:
1161 - test/core/support/avl_test.c
1162 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001163 - gpr_test_util
1164 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001165- name: gpr_cmdline_test
1166 build: test
1167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001168 src:
1169 - test/core/support/cmdline_test.c
1170 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001171 - gpr_test_util
1172 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001173- name: gpr_cpu_test
1174 build: test
1175 language: c
1176 src:
1177 - test/core/support/cpu_test.c
1178 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001179 - gpr_test_util
1180 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181- name: gpr_env_test
1182 build: test
1183 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001184 src:
1185 - test/core/support/env_test.c
1186 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001187 - gpr_test_util
1188 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001189- name: gpr_file_test
1190 build: test
1191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001192 src:
1193 - test/core/support/file_test.c
1194 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001195 - gpr_test_util
1196 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001197- name: gpr_histogram_test
1198 build: test
1199 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001200 src:
1201 - test/core/support/histogram_test.c
1202 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001203 - gpr_test_util
1204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001205- name: gpr_host_port_test
1206 build: test
1207 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001208 src:
1209 - test/core/support/host_port_test.c
1210 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001211 - gpr_test_util
1212 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001213- name: gpr_log_test
1214 build: test
1215 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001216 src:
1217 - test/core/support/log_test.c
1218 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001219 - gpr_test_util
1220 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: gpr_slice_buffer_test
1222 build: test
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 src:
1225 - test/core/support/slice_buffer_test.c
1226 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001227 - gpr_test_util
1228 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001229- name: gpr_slice_test
1230 build: test
1231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001232 src:
1233 - test/core/support/slice_test.c
1234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001235 - gpr_test_util
1236 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001237- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001238 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239 build: test
1240 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001241 src:
1242 - test/core/support/stack_lockfree_test.c
1243 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001244 - gpr_test_util
1245 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001246- name: gpr_string_test
1247 build: test
1248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001249 src:
1250 - test/core/support/string_test.c
1251 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001252 - gpr_test_util
1253 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001255 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256 build: test
1257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001258 src:
1259 - test/core/support/sync_test.c
1260 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001261 - gpr_test_util
1262 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001263- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001264 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001265 build: test
1266 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001267 src:
1268 - test/core/support/thd_test.c
1269 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001270 - gpr_test_util
1271 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272- name: gpr_time_test
1273 build: test
1274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001275 src:
1276 - test/core/support/time_test.c
1277 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001278 - gpr_test_util
1279 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280- name: gpr_tls_test
1281 build: test
1282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001283 src:
1284 - test/core/support/tls_test.c
1285 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001286 - gpr_test_util
1287 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288- name: gpr_useful_test
1289 build: test
1290 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001291 src:
1292 - test/core/support/useful_test.c
1293 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001294 - gpr_test_util
1295 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001296- name: grpc_auth_context_test
1297 build: test
1298 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001299 src:
1300 - test/core/security/auth_context_test.c
1301 deps:
1302 - grpc_test_util
1303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001304 - gpr_test_util
1305 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001306- name: grpc_base64_test
1307 build: test
1308 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001309 src:
1310 - test/core/security/base64_test.c
1311 deps:
1312 - grpc_test_util
1313 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001314 - gpr_test_util
1315 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316- name: grpc_byte_buffer_reader_test
1317 build: test
1318 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001319 src:
1320 - test/core/surface/byte_buffer_reader_test.c
1321 deps:
1322 - grpc_test_util
1323 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001324 - gpr_test_util
1325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326- name: grpc_channel_args_test
1327 build: test
1328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001329 src:
1330 - test/core/channel/channel_args_test.c
1331 deps:
1332 - grpc_test_util
1333 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001334 - gpr_test_util
1335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336- name: grpc_channel_stack_test
1337 build: test
1338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001339 src:
1340 - test/core/channel/channel_stack_test.c
1341 deps:
1342 - grpc_test_util
1343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001344 - gpr_test_util
1345 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346- name: grpc_completion_queue_test
1347 build: test
1348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001349 src:
1350 - test/core/surface/completion_queue_test.c
1351 deps:
1352 - grpc_test_util
1353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001354 - gpr_test_util
1355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001356- name: grpc_create_jwt
1357 build: tool
1358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001359 src:
1360 - test/core/security/create_jwt.c
1361 deps:
1362 - grpc_test_util
1363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001364 - gpr_test_util
1365 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001366- name: grpc_credentials_test
1367 build: test
1368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001369 src:
1370 - test/core/security/credentials_test.c
1371 deps:
1372 - grpc_test_util
1373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001374 - gpr_test_util
1375 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001376- name: grpc_fetch_oauth2
1377 build: tool
1378 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001379 src:
1380 - test/core/security/fetch_oauth2.c
1381 deps:
1382 - grpc_test_util
1383 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001384 - gpr_test_util
1385 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001386- name: grpc_invalid_channel_args_test
1387 build: test
1388 language: c
1389 src:
1390 - test/core/surface/invalid_channel_args_test.c
1391 deps:
1392 - grpc_test_util
1393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001394 - gpr_test_util
1395 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001396- name: grpc_json_token_test
1397 build: test
1398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001399 src:
1400 - test/core/security/json_token_test.c
1401 deps:
1402 - grpc_test_util
1403 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001404 - gpr_test_util
1405 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001406 platforms:
1407 - linux
1408 - posix
1409 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001410- name: grpc_jwt_verifier_test
1411 build: test
1412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001413 src:
1414 - test/core/security/jwt_verifier_test.c
1415 deps:
1416 - grpc_test_util
1417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001418 - gpr_test_util
1419 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001420- name: grpc_print_google_default_creds_token
1421 build: tool
1422 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001423 src:
1424 - test/core/security/print_google_default_creds_token.c
1425 deps:
1426 - grpc_test_util
1427 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001428 - gpr_test_util
1429 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001430- name: grpc_security_connector_test
1431 build: test
1432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001433 src:
1434 - test/core/security/security_connector_test.c
1435 deps:
1436 - grpc_test_util
1437 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001438 - gpr_test_util
1439 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001440- name: grpc_verify_jwt
1441 build: tool
1442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001443 src:
1444 - test/core/security/verify_jwt.c
1445 deps:
1446 - grpc_test_util
1447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001448 - gpr_test_util
1449 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001450- name: hpack_parser_test
1451 build: test
1452 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001453 src:
1454 - test/core/transport/chttp2/hpack_parser_test.c
1455 deps:
1456 - grpc_test_util
1457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001458 - gpr_test_util
1459 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001460- name: hpack_table_test
1461 build: test
1462 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001463 src:
1464 - test/core/transport/chttp2/hpack_table_test.c
1465 deps:
1466 - grpc_test_util
1467 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001468 - gpr_test_util
1469 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001470- name: httpcli_format_request_test
1471 build: test
1472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001473 src:
1474 - test/core/httpcli/format_request_test.c
1475 deps:
1476 - grpc_test_util
1477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001478 - gpr_test_util
1479 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001480- name: httpcli_parser_test
1481 build: test
1482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001483 src:
1484 - test/core/httpcli/parser_test.c
1485 deps:
1486 - grpc_test_util
1487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001488 - gpr_test_util
1489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001491 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492 build: test
1493 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001494 src:
1495 - test/core/httpcli/httpcli_test.c
1496 deps:
1497 - grpc_test_util
1498 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001499 - gpr_test_util
1500 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001501 platforms:
1502 - mac
1503 - linux
1504 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001505- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001506 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001507 build: test
1508 language: c
1509 src:
1510 - test/core/httpcli/httpscli_test.c
1511 deps:
1512 - grpc_test_util
1513 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001514 - gpr_test_util
1515 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001516 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001517 - linux
yang-gf1183302015-12-07 16:02:05 -08001518- name: init_test
1519 build: test
1520 language: c
1521 src:
1522 - test/core/surface/init_test.c
1523 deps:
1524 - grpc_test_util
1525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 - gpr_test_util
1527 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001528- name: invalid_call_argument_test
1529 build: test
1530 language: c
1531 src:
1532 - test/core/end2end/invalid_call_argument_test.c
1533 deps:
1534 - grpc_test_util
1535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001538- name: json_rewrite
1539 build: test
1540 run: false
1541 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001542 src:
1543 - test/core/json/json_rewrite.c
1544 deps:
1545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001547- name: json_rewrite_test
1548 build: test
1549 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001550 src:
1551 - test/core/json/json_rewrite_test.c
1552 deps:
1553 - grpc_test_util
1554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001555 - gpr_test_util
1556 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001557- name: json_stream_error_test
1558 build: test
1559 language: c
1560 src:
1561 - test/core/json/json_stream_error_test.c
1562 deps:
1563 - grpc_test_util
1564 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001565 - gpr_test_util
1566 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567- name: json_test
1568 build: test
1569 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001570 src:
1571 - test/core/json/json_test.c
1572 deps:
1573 - grpc_test_util
1574 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001575 - gpr_test_util
1576 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001577- name: lame_client_test
1578 build: test
1579 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001580 src:
1581 - test/core/surface/lame_client_test.c
1582 deps:
1583 - grpc_test_util
1584 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001585 - gpr_test_util
1586 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001587- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001588 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001589 build: test
1590 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001591 src:
1592 - test/core/client_config/lb_policies_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001598- name: low_level_ping_pong_benchmark
1599 build: benchmark
1600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001601 src:
1602 - test/core/network_benchmarks/low_level_ping_pong.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001606 - gpr_test_util
1607 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001608 platforms:
1609 - mac
1610 - linux
1611 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: message_compress_test
1613 build: test
1614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001615 src:
1616 - test/core/compression/message_compress_test.c
1617 deps:
1618 - grpc_test_util
1619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001620 - gpr_test_util
1621 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001622- name: multiple_server_queues_test
1623 build: test
1624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001625 src:
1626 - test/core/end2end/multiple_server_queues_test.c
1627 deps:
1628 - grpc_test_util
1629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001630 - gpr_test_util
1631 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001632- name: murmur_hash_test
1633 build: test
1634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001635 src:
1636 - test/core/support/murmur_hash_test.c
1637 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001638 - gpr_test_util
1639 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001641 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001642 build: test
1643 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001644 src:
1645 - test/core/end2end/no_server_test.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001649 - gpr_test_util
1650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001651- name: resolve_address_test
1652 build: test
1653 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001654 src:
1655 - test/core/iomgr/resolve_address_test.c
1656 deps:
1657 - grpc_test_util
1658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001659 - gpr_test_util
1660 - gpr
yang-gd482e592015-12-10 14:04:00 -08001661- name: secure_channel_create_test
1662 build: test
1663 language: c
1664 src:
1665 - test/core/surface/secure_channel_create_test.c
1666 deps:
1667 - grpc_test_util
1668 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001669 - gpr_test_util
1670 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001671- name: secure_endpoint_test
1672 build: test
1673 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001674 src:
1675 - test/core/security/secure_endpoint_test.c
1676 deps:
1677 - grpc_test_util
1678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001679 - gpr_test_util
1680 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001681- name: server_chttp2_test
1682 build: test
1683 language: c
1684 src:
1685 - test/core/surface/server_chttp2_test.c
1686 deps:
1687 - grpc_test_util
1688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001689 - gpr_test_util
1690 - gpr
yang-gc3d94fb2015-12-10 14:38:00 -08001691- name: server_test
1692 build: test
1693 language: c
1694 src:
1695 - test/core/surface/server_test.c
1696 deps:
1697 - grpc_test_util
1698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001699 - gpr_test_util
1700 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001701- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001702 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08001703 build: test
1704 language: c
1705 src:
1706 - test/core/client_config/set_initial_connect_string_test.c
1707 deps:
1708 - test_tcp_server
1709 - grpc_test_util
1710 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001711 - gpr_test_util
1712 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08001713- name: sockaddr_resolver_test
1714 build: test
1715 language: c
1716 src:
1717 - test/core/client_config/resolvers/sockaddr_resolver_test.c
1718 deps:
1719 - grpc_test_util
1720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001721 - gpr_test_util
1722 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001723- name: sockaddr_utils_test
1724 build: test
1725 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001726 src:
1727 - test/core/iomgr/sockaddr_utils_test.c
1728 deps:
1729 - grpc_test_util
1730 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001731 - gpr_test_util
1732 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001733- name: socket_utils_test
1734 build: test
1735 language: c
1736 src:
1737 - test/core/iomgr/socket_utils_test.c
1738 deps:
1739 - grpc_test_util
1740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08001743 platforms:
1744 - mac
1745 - linux
1746 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001747- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001748 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749 build: test
1750 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001751 src:
1752 - test/core/iomgr/tcp_client_posix_test.c
1753 deps:
1754 - grpc_test_util
1755 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001756 - gpr_test_util
1757 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001758 platforms:
1759 - mac
1760 - linux
1761 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001762- name: tcp_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_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_server_posix_test
1778 build: test
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/iomgr/tcp_server_posix_test.c
1782 deps:
1783 - grpc_test_util
1784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001787 platforms:
1788 - mac
1789 - linux
1790 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001791- name: time_averaged_stats_test
1792 build: test
1793 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001794 src:
1795 - test/core/iomgr/time_averaged_stats_test.c
1796 deps:
1797 - grpc_test_util
1798 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001799 - gpr_test_util
1800 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001801- name: timeout_encoding_test
1802 build: test
1803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001804 src:
1805 - test/core/transport/chttp2/timeout_encoding_test.c
1806 deps:
1807 - grpc_test_util
1808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001811- name: timer_heap_test
1812 build: test
1813 language: c
1814 src:
1815 - test/core/iomgr/timer_heap_test.c
1816 deps:
1817 - grpc_test_util
1818 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001819 - gpr_test_util
1820 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07001821- name: timer_list_test
1822 build: test
1823 language: c
1824 src:
1825 - test/core/iomgr/timer_list_test.c
1826 deps:
1827 - grpc_test_util
1828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr_test_util
1830 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001831- name: timers_test
1832 build: test
1833 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001834 src:
1835 - test/core/profiling/timers_test.c
1836 deps:
1837 - grpc_test_util
1838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08001841- name: transport_connectivity_state_test
1842 build: test
1843 language: c
1844 src:
1845 - test/core/transport/connectivity_state_test.c
1846 deps:
1847 - grpc_test_util
1848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001849 - gpr_test_util
1850 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001851- name: transport_metadata_test
1852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/transport/metadata_test.c
1856 deps:
1857 - grpc_test_util
1858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: transport_security_test
1862 build: test
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - test/core/tsi/transport_security_test.c
1866 deps:
1867 - grpc_test_util
1868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr_test_util
1870 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001871 platforms:
1872 - linux
1873 - posix
1874 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001875- name: udp_server_test
1876 build: test
1877 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001878 src:
1879 - test/core/iomgr/udp_server_test.c
1880 deps:
1881 - grpc_test_util
1882 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001883 - gpr_test_util
1884 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001885 platforms:
1886 - mac
1887 - linux
1888 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001889- name: uri_parser_test
1890 build: test
1891 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001892 src:
1893 - test/core/client_config/uri_parser_test.c
1894 deps:
1895 - grpc_test_util
1896 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001897 - gpr_test_util
1898 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07001899- name: workqueue_test
1900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
1903 - test/core/iomgr/workqueue_test.c
1904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001909 platforms:
1910 - mac
1911 - linux
1912 - posix
vjpai04e992a2016-02-10 16:58:38 -08001913- name: alarm_cpp_test
1914 build: test
1915 language: c++
1916 src:
1917 - test/cpp/common/alarm_cpp_test.cc
1918 deps:
1919 - grpc++_test_util
1920 - grpc_test_util
1921 - grpc++
1922 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08001923 - gpr_test_util
1924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: async_end2end_test
1926 build: test
1927 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - test/cpp/end2end/async_end2end_test.cc
1930 deps:
1931 - grpc++_test_util
1932 - grpc_test_util
1933 - grpc++
1934 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: async_streaming_ping_pong_test
1938 build: test
1939 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/cpp/qps/async_streaming_ping_pong_test.cc
1942 deps:
1943 - qps
1944 - grpc++_test_util
1945 - grpc_test_util
1946 - grpc++
1947 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001948 - gpr_test_util
1949 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001950 platforms:
1951 - mac
1952 - linux
1953 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954- name: async_unary_ping_pong_test
1955 build: test
1956 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
1958 - test/cpp/qps/async_unary_ping_pong_test.cc
1959 deps:
1960 - qps
1961 - grpc++_test_util
1962 - grpc_test_util
1963 - grpc++
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001967 platforms:
1968 - mac
1969 - linux
1970 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: auth_property_iterator_test
1972 build: test
1973 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/cpp/common/auth_property_iterator_test.cc
1976 deps:
1977 - grpc++_test_util
1978 - grpc_test_util
1979 - grpc++
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: channel_arguments_test
1984 build: test
1985 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001986 src:
yang-g52705592015-11-25 11:45:33 -08001987 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001988 deps:
1989 - grpc++
1990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001992- name: cli_call_test
1993 build: test
1994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001995 src:
1996 - test/cpp/util/cli_call_test.cc
1997 deps:
1998 - grpc++_test_util
1999 - grpc_test_util
2000 - grpc++
2001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002002 - gpr_test_util
2003 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002004- name: client_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002005 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006 build: test
2007 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/cpp/end2end/client_crash_test.cc
2010 deps:
2011 - grpc++_test_util
2012 - grpc_test_util
2013 - grpc++
2014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002015 - gpr_test_util
2016 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002017 platforms:
2018 - mac
2019 - linux
2020 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002021- name: client_crash_test_server
2022 build: test
2023 run: false
2024 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002025 src:
2026 - test/cpp/end2end/client_crash_test_server.cc
2027 deps:
2028 - grpc++_test_util
2029 - grpc_test_util
2030 - grpc++
2031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002032 - gpr_test_util
2033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002034- name: credentials_test
2035 build: test
2036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002037 src:
2038 - test/cpp/client/credentials_test.cc
2039 deps:
2040 - grpc++
2041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002043- name: cxx_byte_buffer_test
2044 build: test
2045 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002046 src:
2047 - test/cpp/util/byte_buffer_test.cc
2048 deps:
2049 - grpc_test_util
2050 - grpc++
2051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002052 - gpr_test_util
2053 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002054- name: cxx_slice_test
2055 build: test
2056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002057 src:
2058 - test/cpp/util/slice_test.cc
2059 deps:
2060 - grpc_test_util
2061 - grpc++
2062 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002063 - gpr_test_util
2064 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002065- name: cxx_string_ref_test
2066 build: test
2067 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002068 src:
2069 - test/cpp/util/string_ref_test.cc
2070 deps:
2071 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: cxx_time_test
2073 build: test
2074 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002075 src:
2076 - test/cpp/util/time_test.cc
2077 deps:
2078 - grpc_test_util
2079 - grpc++
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002083- name: end2end_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002084 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085 build: test
2086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002087 src:
2088 - test/cpp/end2end/end2end_test.cc
2089 deps:
2090 - grpc++_test_util
2091 - grpc_test_util
2092 - grpc++
2093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 - gpr_test_util
2095 - gpr
vjpai083dc622016-01-11 09:41:17 -08002096- name: generic_async_streaming_ping_pong_test
2097 build: test
2098 language: c++
2099 src:
2100 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2101 deps:
2102 - qps
2103 - grpc++_test_util
2104 - grpc_test_util
2105 - grpc++
2106 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002107 - gpr_test_util
2108 - gpr
vjpai083dc622016-01-11 09:41:17 -08002109 platforms:
2110 - mac
2111 - linux
2112 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113- name: generic_end2end_test
2114 build: test
2115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002116 src:
2117 - test/cpp/end2end/generic_end2end_test.cc
2118 deps:
2119 - grpc++_test_util
2120 - grpc_test_util
2121 - grpc++
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002125- name: grpc_cli
2126 build: test
2127 run: false
2128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
2130 - test/cpp/util/grpc_cli.cc
2131 deps:
2132 - grpc++_test_util
2133 - grpc_test_util
2134 - grpc++
2135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002136 - gpr_test_util
2137 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002138 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139- name: grpc_cpp_plugin
2140 build: protoc
2141 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002142 src:
2143 - src/compiler/cpp_plugin.cc
2144 deps:
2145 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002146 secure: false
2147 vs_config_type: Application
2148 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2149- name: grpc_csharp_plugin
2150 build: protoc
2151 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002152 src:
2153 - src/compiler/csharp_plugin.cc
2154 deps:
2155 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156 secure: false
2157 vs_config_type: Application
2158 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2159- name: grpc_objective_c_plugin
2160 build: protoc
2161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002162 src:
2163 - src/compiler/objective_c_plugin.cc
2164 deps:
2165 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002166 secure: false
2167 vs_config_type: Application
2168 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2169- name: grpc_python_plugin
2170 build: protoc
2171 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002172 src:
2173 - src/compiler/python_plugin.cc
2174 deps:
2175 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176 secure: false
2177 vs_config_type: Application
2178 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2179- name: grpc_ruby_plugin
2180 build: protoc
2181 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - src/compiler/ruby_plugin.cc
2184 deps:
2185 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186 secure: false
2187 vs_config_type: Application
2188 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
yang-gbe5a2c42016-01-14 13:11:15 -08002189- name: hybrid_end2end_test
2190 build: test
2191 language: c++
2192 src:
2193 - test/cpp/end2end/hybrid_end2end_test.cc
2194 deps:
2195 - grpc++_test_util
2196 - grpc_test_util
2197 - grpc++
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002201- name: interop_client
2202 build: test
2203 run: false
2204 language: c++
2205 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002206 deps:
2207 - interop_client_main
2208 - interop_client_helper
2209 - grpc++_test_util
2210 - grpc_test_util
2211 - grpc++
2212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002213 - gpr_test_util
2214 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002215 - grpc++_test_config
2216 platforms:
2217 - mac
2218 - linux
2219 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002220- name: interop_server
2221 build: test
2222 run: false
2223 language: c++
2224 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002225 deps:
2226 - interop_server_main
2227 - interop_server_helper
2228 - grpc++_test_util
2229 - grpc_test_util
2230 - grpc++
2231 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002232 - gpr_test_util
2233 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002234 - grpc++_test_config
2235 platforms:
2236 - mac
2237 - linux
2238 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002239- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002240 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241 build: test
2242 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002243 src:
2244 - test/cpp/interop/interop_test.cc
2245 deps:
2246 - grpc_test_util
2247 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr_test_util
2249 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002250 platforms:
2251 - mac
2252 - linux
2253 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002254- name: metrics_client
2255 build: test
2256 run: false
2257 language: c++
2258 headers:
2259 - test/cpp/util/metrics_server.h
2260 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002261 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002262 - test/cpp/interop/metrics_client.cc
2263 deps:
2264 - grpc++
2265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002267 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268- name: mock_test
2269 build: test
2270 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002271 src:
2272 - test/cpp/end2end/mock_test.cc
2273 deps:
2274 - grpc++_test_util
2275 - grpc_test_util
2276 - grpc++
2277 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002278 - gpr_test_util
2279 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002280- name: qps_driver
2281 build: benchmark
2282 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002283 src:
2284 - test/cpp/qps/qps_driver.cc
2285 deps:
2286 - qps
2287 - grpc++_test_util
2288 - grpc_test_util
2289 - grpc++
2290 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002291 - gpr_test_util
2292 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002293 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: qps_interarrival_test
2295 build: test
2296 run: false
2297 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
2299 - test/cpp/qps/qps_interarrival_test.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 platforms:
2309 - mac
2310 - linux
2311 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: qps_openloop_test
2313 build: test
2314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/cpp/qps/qps_openloop_test.cc
2317 deps:
2318 - qps
2319 - grpc++_test_util
2320 - grpc_test_util
2321 - grpc++
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002325 - grpc++_test_config
2326 platforms:
2327 - mac
2328 - linux
2329 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002331 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332 build: test
2333 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002334 src:
2335 - test/cpp/qps/qps_test.cc
2336 deps:
2337 - qps
2338 - grpc++_test_util
2339 - grpc_test_util
2340 - grpc++
2341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002342 - gpr_test_util
2343 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002344 - grpc++_test_config
2345 exclude_configs:
2346 - tsan
2347 platforms:
2348 - mac
2349 - linux
2350 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: qps_worker
2352 build: benchmark
2353 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002354 headers:
2355 - test/cpp/qps/client.h
2356 - test/cpp/qps/server.h
2357 src:
2358 - test/cpp/qps/worker.cc
2359 deps:
2360 - qps
2361 - grpc++_test_util
2362 - grpc_test_util
2363 - grpc++
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002367 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368- name: reconnect_interop_client
2369 build: test
2370 run: false
2371 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002373 - src/proto/grpc/testing/empty.proto
2374 - src/proto/grpc/testing/messages.proto
2375 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002376 - test/cpp/interop/reconnect_interop_client.cc
2377 deps:
2378 - grpc++_test_util
2379 - grpc_test_util
2380 - grpc++
2381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002382 - gpr_test_util
2383 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002384 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385- name: reconnect_interop_server
2386 build: test
2387 run: false
2388 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002389 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002390 - src/proto/grpc/testing/empty.proto
2391 - src/proto/grpc/testing/messages.proto
2392 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002393 - test/cpp/interop/reconnect_interop_server.cc
2394 deps:
2395 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002396 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002397 - grpc++_test_util
2398 - grpc_test_util
2399 - grpc++
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002403 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: secure_auth_context_test
2405 build: test
2406 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
2408 - test/cpp/common/secure_auth_context_test.cc
2409 deps:
2410 - grpc++_test_util
2411 - grpc_test_util
2412 - grpc++
2413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002414 - gpr_test_util
2415 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002416- name: secure_sync_unary_ping_pong_test
2417 build: test
2418 language: c++
2419 src:
2420 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2421 deps:
2422 - qps
2423 - grpc++_test_util
2424 - grpc_test_util
2425 - grpc++
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002429 platforms:
2430 - mac
2431 - linux
2432 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: server_crash_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002434 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435 build: test
2436 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
2438 - test/cpp/end2end/server_crash_test.cc
2439 deps:
2440 - grpc++_test_util
2441 - grpc_test_util
2442 - grpc++
2443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002444 - gpr_test_util
2445 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002446 platforms:
2447 - mac
2448 - linux
2449 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450- name: server_crash_test_client
2451 build: test
2452 run: false
2453 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002454 src:
2455 - test/cpp/end2end/server_crash_test_client.cc
2456 deps:
2457 - grpc++_test_util
2458 - grpc_test_util
2459 - grpc++
2460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002461 - gpr_test_util
2462 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002463- name: shutdown_test
2464 build: test
2465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002466 src:
2467 - test/cpp/end2end/shutdown_test.cc
2468 deps:
2469 - grpc++_test_util
2470 - grpc_test_util
2471 - grpc++
2472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002473 - gpr_test_util
2474 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002475- name: status_test
2476 build: test
2477 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002478 src:
2479 - test/cpp/util/status_test.cc
2480 deps:
2481 - grpc_test_util
2482 - grpc++
2483 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002484 - gpr_test_util
2485 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002486- name: streaming_throughput_test
2487 build: test
2488 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002489 src:
2490 - test/cpp/end2end/streaming_throughput_test.cc
2491 deps:
2492 - grpc++_test_util
2493 - grpc_test_util
2494 - grpc++
2495 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002496 - gpr_test_util
2497 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002498 platforms:
2499 - mac
2500 - linux
2501 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002502- name: stress_test
2503 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002504 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002505 language: c++
2506 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002507 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002508 - test/cpp/interop/interop_client.h
2509 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002510 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002511 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002512 - src/proto/grpc/testing/empty.proto
2513 - src/proto/grpc/testing/messages.proto
2514 - src/proto/grpc/testing/metrics.proto
2515 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002516 - test/cpp/interop/interop_client.cc
2517 - test/cpp/interop/stress_interop_client.cc
2518 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002519 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002520 deps:
2521 - grpc++_test_util
2522 - grpc_test_util
2523 - grpc++
2524 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002525 - gpr_test_util
2526 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002527 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002528- name: sync_streaming_ping_pong_test
2529 build: test
2530 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002531 src:
2532 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2533 deps:
2534 - qps
2535 - grpc++_test_util
2536 - grpc_test_util
2537 - grpc++
2538 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002539 - gpr_test_util
2540 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002541 platforms:
2542 - mac
2543 - linux
2544 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002545- name: sync_unary_ping_pong_test
2546 build: test
2547 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002548 src:
2549 - test/cpp/qps/sync_unary_ping_pong_test.cc
2550 deps:
2551 - qps
2552 - grpc++_test_util
2553 - grpc_test_util
2554 - grpc++
2555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002556 - gpr_test_util
2557 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002558 platforms:
2559 - mac
2560 - linux
2561 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002562- name: thread_stress_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002563 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002564 build: test
2565 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002566 src:
2567 - test/cpp/end2end/thread_stress_test.cc
2568 deps:
2569 - grpc++_test_util
2570 - grpc_test_util
2571 - grpc++
2572 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002573 - gpr_test_util
2574 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002575- name: zookeeper_test
2576 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002577 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002578 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002579 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002580 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002581 - test/cpp/end2end/zookeeper_test.cc
2582 deps:
2583 - grpc++_test_util
2584 - grpc_test_util
2585 - grpc++
2586 - grpc_zookeeper
2587 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002588 - gpr_test_util
2589 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002590 external_deps:
2591 - zookeeper
2592 platforms:
2593 - linux
Craig Tillerab230452016-01-04 08:18:43 -08002594- name: public_headers_must_be_c89
2595 build: test
2596 language: c89
2597 src:
2598 - test/core/surface/public_headers_must_be_c89.c
2599 deps:
2600 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002601 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07002603- linkage: static
2604 name: grpc.dependencies.zlib
2605 props: false
2606 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002607 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08002608- linkage: static
2609 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07002610 props: true
2611 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08002612 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07002613- name: gflags
2614 props: false
2615 redist: false
2616 version: 2.1.2.1
2617- name: gtest
2618 props: false
2619 redist: false
2620 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08002621configs:
2622 asan:
2623 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002624 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002625 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002626 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002627 LD: clang
2628 LDFLAGS: -fsanitize=address
2629 LDXX: clang++
2630 compile_the_world: true
2631 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08002632 ASAN_OPTIONS: detect_leaks=1:color=always
2633 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tiller81df68d2016-01-21 13:59:50 -08002634 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002635 asan-noleaks:
2636 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002637 CPPFLAGS: -O0 -fsanitize=address -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002638 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002639 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002640 LD: clang
2641 LDFLAGS: -fsanitize=address
2642 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08002643 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08002644 test_environ:
2645 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tiller81df68d2016-01-21 13:59:50 -08002646 timeout_multiplier: 1.5
Craig Tillera0f85172016-01-20 15:56:06 -08002647 basicprof:
2648 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
2649 DEFINES: NDEBUG
2650 dbg:
2651 CPPFLAGS: -O0
2652 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002653 gcov:
2654 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002655 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08002656 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08002657 DEFINES: _DEBUG DEBUG GPR_GCOV
2658 LD: gcc
2659 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
2660 LDXX: g++
2661 helgrind:
2662 CPPFLAGS: -O0
2663 DEFINES: _DEBUG DEBUG
2664 LDFLAGS: -rdynamic
2665 timeout_multiplier: 20
2666 valgrind: --tool=helgrind
2667 memcheck:
2668 CPPFLAGS: -O0
2669 DEFINES: _DEBUG DEBUG
2670 LDFLAGS: -rdynamic
2671 timeout_multiplier: 10
2672 valgrind: --tool=memcheck --leak-check=full
2673 msan:
2674 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002675 CPPFLAGS: -O0 -fsanitize=memory -fsanitize-memory-track-origins -fno-omit-frame-pointer
Craig Tillera0f85172016-01-20 15:56:06 -08002676 -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002677 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002678 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002679 DEFINES: NDEBUG
2680 LD: clang
2681 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
2682 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2683 LDXX: clang++
2684 compile_the_world: true
Craig Tiller3e301a32016-01-27 15:36:52 -08002685 timeout_multiplier: 2
Craig Tillera0f85172016-01-20 15:56:06 -08002686 mutrace:
2687 CPPFLAGS: -O0
2688 DEFINES: _DEBUG DEBUG
2689 LDFLAGS: -rdynamic
2690 opt:
2691 CPPFLAGS: -O2
2692 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08002693 stapprof:
2694 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
2695 DEFINES: NDEBUG
2696 tsan:
2697 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002698 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller954e9462016-02-01 17:20:57 -08002699 -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08002700 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002701 LD: clang
2702 LDFLAGS: -fsanitize=thread -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
2703 LDXX: clang++
2704 compile_the_world: true
2705 test_environ:
2706 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
2707 timeout_multiplier: 2
2708 ubsan:
2709 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002710 CPPFLAGS: -O1 -fsanitize=undefined -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08002711 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08002712 DEFINES: NDEBUG
2713 LD: clang
2714 LDFLAGS: -fsanitize=undefined
2715 LDXX: clang++
2716 compile_the_world: true
2717 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002718defaults:
2719 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002720 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01002721 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002722 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01002723 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01002724 global:
2725 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
2726 LDFLAGS: -g
2727 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01002728 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01002729 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08002730node_modules:
2731- deps:
2732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002733 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08002734 - boringssl
2735 - z
murgatroid9994a75412015-11-19 14:04:53 -08002736 headers:
2737 - src/node/ext/byte_buffer.h
2738 - src/node/ext/call.h
2739 - src/node/ext/call_credentials.h
2740 - src/node/ext/channel.h
2741 - src/node/ext/channel_credentials.h
2742 - src/node/ext/completion_queue_async_worker.h
2743 - src/node/ext/server.h
2744 - src/node/ext/server_credentials.h
2745 - src/node/ext/timeval.h
2746 js:
2747 - src/node/index.js
2748 - src/node/src/client.js
2749 - src/node/src/common.js
2750 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08002751 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08002752 - src/node/src/metadata.js
2753 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08002754 name: grpc_node
2755 src:
2756 - src/node/ext/byte_buffer.cc
2757 - src/node/ext/call.cc
2758 - src/node/ext/call_credentials.cc
2759 - src/node/ext/channel.cc
2760 - src/node/ext/channel_credentials.cc
2761 - src/node/ext/completion_queue_async_worker.cc
2762 - src/node/ext/node_grpc.cc
2763 - src/node/ext/server.cc
2764 - src/node/ext/server_credentials.cc
2765 - src/node/ext/timeval.cc
Masood Malekghassemi116982e2015-12-11 15:53:38 -08002766python_dependencies:
2767 deps:
2768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002769 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08002770 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08002771 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01002772ruby_gem:
2773 deps:
2774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002775 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002776 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07002777 - z