blob: f11e34ab650b8ee24e4043514bfaf84b48f9281c [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:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
19 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/mlog.h
21 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/context.c
24 - src/core/ext/census/grpc_context.c
25 - src/core/ext/census/grpc_filter.c
26 - src/core/ext/census/grpc_plugin.c
27 - src/core/ext/census/initialize.c
28 - src/core/ext/census/mlog.c
29 - src/core/ext/census/operation.c
30 - src/core/ext/census/placeholders.c
31 - src/core/ext/census/tracing.c
32 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070033 uses:
34 - grpc_base
35- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010036 public_headers:
37 - include/grpc/support/alloc.h
38 - include/grpc/support/atm.h
39 - include/grpc/support/atm_gcc_atomic.h
40 - include/grpc/support/atm_gcc_sync.h
41 - include/grpc/support/atm_win32.h
42 - include/grpc/support/avl.h
43 - include/grpc/support/cmdline.h
44 - include/grpc/support/cpu.h
45 - include/grpc/support/histogram.h
46 - include/grpc/support/host_port.h
47 - include/grpc/support/log.h
48 - include/grpc/support/log_win32.h
49 - include/grpc/support/port_platform.h
50 - include/grpc/support/slice.h
51 - include/grpc/support/slice_buffer.h
52 - include/grpc/support/string_util.h
53 - include/grpc/support/subprocess.h
54 - include/grpc/support/sync.h
55 - include/grpc/support/sync_generic.h
56 - include/grpc/support/sync_posix.h
57 - include/grpc/support/sync_win32.h
58 - include/grpc/support/thd.h
59 - include/grpc/support/time.h
60 - include/grpc/support/tls.h
61 - include/grpc/support/tls_gcc.h
62 - include/grpc/support/tls_msvc.h
63 - include/grpc/support/tls_pthread.h
64 - include/grpc/support/useful.h
65 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070066 - src/core/lib/profiling/timers.h
67 - src/core/lib/support/backoff.h
68 - src/core/lib/support/block_annotate.h
69 - src/core/lib/support/env.h
70 - src/core/lib/support/load_file.h
71 - src/core/lib/support/murmur_hash.h
72 - src/core/lib/support/stack_lockfree.h
73 - src/core/lib/support/string.h
74 - src/core/lib/support/string_win32.h
75 - src/core/lib/support/thd_internal.h
76 - src/core/lib/support/time_precise.h
77 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010078 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/profiling/basic_timers.c
80 - src/core/lib/profiling/stap_timers.c
81 - src/core/lib/support/alloc.c
82 - src/core/lib/support/avl.c
83 - src/core/lib/support/backoff.c
84 - src/core/lib/support/cmdline.c
85 - src/core/lib/support/cpu_iphone.c
86 - src/core/lib/support/cpu_linux.c
87 - src/core/lib/support/cpu_posix.c
88 - src/core/lib/support/cpu_windows.c
89 - src/core/lib/support/env_linux.c
90 - src/core/lib/support/env_posix.c
91 - src/core/lib/support/env_win32.c
92 - src/core/lib/support/histogram.c
93 - src/core/lib/support/host_port.c
94 - src/core/lib/support/load_file.c
95 - src/core/lib/support/log.c
96 - src/core/lib/support/log_android.c
97 - src/core/lib/support/log_linux.c
98 - src/core/lib/support/log_posix.c
99 - src/core/lib/support/log_win32.c
100 - src/core/lib/support/murmur_hash.c
101 - src/core/lib/support/slice.c
102 - src/core/lib/support/slice_buffer.c
103 - src/core/lib/support/stack_lockfree.c
104 - src/core/lib/support/string.c
105 - src/core/lib/support/string_posix.c
106 - src/core/lib/support/string_win32.c
107 - src/core/lib/support/subprocess_posix.c
108 - src/core/lib/support/subprocess_windows.c
109 - src/core/lib/support/sync.c
110 - src/core/lib/support/sync_posix.c
111 - src/core/lib/support/sync_win32.c
112 - src/core/lib/support/thd.c
113 - src/core/lib/support/thd_posix.c
114 - src/core/lib/support/thd_win32.c
115 - src/core/lib/support/time.c
116 - src/core/lib/support/time_posix.c
117 - src/core/lib/support/time_precise.c
118 - src/core/lib/support/time_win32.c
119 - src/core/lib/support/tls_pthread.c
120 - src/core/lib/support/tmpfile_posix.c
121 - src/core/lib/support/tmpfile_win32.c
122 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700123 uses:
124 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800125- name: gpr_codegen
126 public_headers:
127 - include/grpc/impl/codegen/alloc.h
128 - include/grpc/impl/codegen/atm.h
129 - include/grpc/impl/codegen/atm_gcc_atomic.h
130 - include/grpc/impl/codegen/atm_gcc_sync.h
131 - include/grpc/impl/codegen/atm_win32.h
132 - include/grpc/impl/codegen/log.h
133 - include/grpc/impl/codegen/port_platform.h
134 - include/grpc/impl/codegen/slice.h
135 - include/grpc/impl/codegen/slice_buffer.h
136 - include/grpc/impl/codegen/sync.h
137 - include/grpc/impl/codegen/sync_generic.h
138 - include/grpc/impl/codegen/sync_posix.h
139 - include/grpc/impl/codegen/sync_win32.h
140 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700141- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700142 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800143 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700144 - include/grpc++/channel.h
145 - include/grpc++/client_context.h
146 - include/grpc++/completion_queue.h
147 - include/grpc++/create_channel.h
148 - include/grpc++/generic/async_generic_service.h
149 - include/grpc++/generic/generic_stub.h
150 - include/grpc++/grpc++.h
151 - include/grpc++/impl/call.h
152 - include/grpc++/impl/client_unary_call.h
153 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800154 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700155 - include/grpc++/impl/proto_utils.h
156 - include/grpc++/impl/rpc_method.h
157 - include/grpc++/impl/rpc_service_method.h
158 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800159 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700160 - include/grpc++/impl/service_type.h
161 - include/grpc++/impl/sync.h
162 - include/grpc++/impl/sync_cxx11.h
163 - include/grpc++/impl/sync_no_cxx11.h
164 - include/grpc++/impl/thd.h
165 - include/grpc++/impl/thd_cxx11.h
166 - include/grpc++/impl/thd_no_cxx11.h
167 - include/grpc++/security/auth_context.h
168 - include/grpc++/security/auth_metadata_processor.h
169 - include/grpc++/security/credentials.h
170 - include/grpc++/security/server_credentials.h
171 - include/grpc++/server.h
172 - include/grpc++/server_builder.h
173 - include/grpc++/server_context.h
174 - include/grpc++/support/async_stream.h
175 - include/grpc++/support/async_unary_call.h
176 - include/grpc++/support/byte_buffer.h
177 - include/grpc++/support/channel_arguments.h
Craig Tiller25834342015-09-25 08:08:24 -0700178 - include/grpc++/support/slice.h
179 - include/grpc++/support/status.h
180 - include/grpc++/support/status_code_enum.h
181 - include/grpc++/support/string_ref.h
182 - include/grpc++/support/stub_options.h
183 - include/grpc++/support/sync_stream.h
184 - include/grpc++/support/time.h
185 headers:
186 - src/cpp/client/create_channel_internal.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800187 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700188 - src/cpp/common/create_auth_context.h
189 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700190 - src/cpp/server/thread_pool_interface.h
191 src:
192 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700193 - src/cpp/client/client_context.cc
194 - src/cpp/client/create_channel.cc
195 - src/cpp/client/create_channel_internal.cc
196 - src/cpp/client/credentials.cc
197 - src/cpp/client/generic_stub.cc
198 - src/cpp/client/insecure_credentials.cc
yang-g52705592015-11-25 11:45:33 -0800199 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700200 - src/cpp/common/completion_queue.cc
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100201 - src/cpp/common/core_codegen.cc
Craig Tiller25834342015-09-25 08:08:24 -0700202 - src/cpp/common/rpc_method.cc
Craig Tiller25834342015-09-25 08:08:24 -0700203 - src/cpp/server/async_generic_service.cc
204 - src/cpp/server/create_default_thread_pool.cc
205 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700206 - src/cpp/server/insecure_server_credentials.cc
207 - src/cpp/server/server.cc
208 - src/cpp/server/server_builder.cc
209 - src/cpp/server/server_context.cc
210 - src/cpp/server/server_credentials.cc
211 - src/cpp/util/byte_buffer.cc
212 - src/cpp/util/slice.cc
213 - src/cpp/util/status.cc
214 - src/cpp/util/string_ref.cc
215 - src/cpp/util/time.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700216 deps:
217 - grpc
218 uses:
219 - grpc++_codegen
Craig Tiller03915e52016-04-07 09:15:10 -0700220 - grpc++_config
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800221- name: grpc++_codegen
222 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800223 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800224 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800225 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800226 - include/grpc++/impl/codegen/call_hook.h
227 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800228 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800229 - include/grpc++/impl/codegen/client_unary_call.h
230 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800231 - include/grpc++/impl/codegen/completion_queue_tag.h
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100232 - include/grpc++/impl/codegen/core_codegen_interface.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800233 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800234 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800235 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800236 - include/grpc++/impl/codegen/rpc_method.h
237 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800238 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800239 - include/grpc++/impl/codegen/serialization_traits.h
240 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800241 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800242 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800243 - include/grpc++/impl/codegen/status.h
244 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800245 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800246 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800247 - include/grpc++/impl/codegen/sync.h
248 - include/grpc++/impl/codegen/sync_cxx11.h
249 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800250 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800251 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800252 src:
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100253 - src/cpp/codegen/codegen_init.cc
Craig Tiller03915e52016-04-07 09:15:10 -0700254 uses:
255 - grpc_codegen
256 - grpc++_config_codegen
257- name: grpc++_config
258 public_headers:
259 - include/grpc++/support/config.h
260 - include/grpc++/support/config_protobuf.h
261 uses:
262 - grpc++_config_codegen
263- name: grpc++_config_codegen
264 public_headers:
265 - include/grpc++/impl/codegen/config.h
266 - include/grpc++/impl/codegen/config_protobuf.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700267- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700268 public_headers:
269 - include/grpc/byte_buffer.h
270 - include/grpc/byte_buffer_reader.h
271 - include/grpc/compression.h
272 - include/grpc/grpc.h
273 - include/grpc/status.h
274 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/channel/channel_args.h
276 - src/core/lib/channel/channel_stack.h
277 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/channel/compress_filter.h
279 - src/core/lib/channel/connected_channel.h
280 - src/core/lib/channel/context.h
281 - src/core/lib/channel/http_client_filter.h
282 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/compression/algorithm_metadata.h
284 - src/core/lib/compression/message_compress.h
285 - src/core/lib/debug/trace.h
286 - src/core/lib/http/format_request.h
287 - src/core/lib/http/httpcli.h
288 - src/core/lib/http/parser.h
289 - src/core/lib/iomgr/closure.h
290 - src/core/lib/iomgr/endpoint.h
291 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700292 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
293 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/iomgr/exec_ctx.h
295 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/iomgr/iocp_windows.h
297 - src/core/lib/iomgr/iomgr.h
298 - src/core/lib/iomgr/iomgr_internal.h
299 - src/core/lib/iomgr/iomgr_posix.h
300 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/pollset_set_windows.h
303 - src/core/lib/iomgr/pollset_windows.h
304 - src/core/lib/iomgr/resolve_address.h
305 - src/core/lib/iomgr/sockaddr.h
306 - src/core/lib/iomgr/sockaddr_posix.h
307 - src/core/lib/iomgr/sockaddr_utils.h
308 - src/core/lib/iomgr/sockaddr_win32.h
309 - src/core/lib/iomgr/socket_utils_posix.h
310 - src/core/lib/iomgr/socket_windows.h
311 - src/core/lib/iomgr/tcp_client.h
312 - src/core/lib/iomgr/tcp_posix.h
313 - src/core/lib/iomgr/tcp_server.h
314 - src/core/lib/iomgr/tcp_windows.h
315 - src/core/lib/iomgr/time_averaged_stats.h
316 - src/core/lib/iomgr/timer.h
317 - src/core/lib/iomgr/timer_heap.h
318 - src/core/lib/iomgr/udp_server.h
319 - src/core/lib/iomgr/unix_sockets_posix.h
320 - src/core/lib/iomgr/wakeup_fd_pipe.h
321 - src/core/lib/iomgr/wakeup_fd_posix.h
322 - src/core/lib/iomgr/workqueue.h
323 - src/core/lib/iomgr/workqueue_posix.h
324 - src/core/lib/iomgr/workqueue_windows.h
325 - src/core/lib/json/json.h
326 - src/core/lib/json/json_common.h
327 - src/core/lib/json/json_reader.h
328 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/surface/api_trace.h
330 - src/core/lib/surface/call.h
331 - src/core/lib/surface/call_test_only.h
332 - src/core/lib/surface/channel.h
333 - src/core/lib/surface/channel_init.h
334 - src/core/lib/surface/channel_stack_type.h
335 - src/core/lib/surface/completion_queue.h
336 - src/core/lib/surface/event_string.h
337 - src/core/lib/surface/init.h
338 - src/core/lib/surface/lame_client.h
339 - src/core/lib/surface/server.h
340 - src/core/lib/surface/surface_trace.h
341 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/transport/connectivity_state.h
343 - src/core/lib/transport/metadata.h
344 - src/core/lib/transport/metadata_batch.h
345 - src/core/lib/transport/static_metadata.h
346 - src/core/lib/transport/transport.h
347 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700348 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/channel/channel_args.c
350 - src/core/lib/channel/channel_stack.c
351 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/channel/compress_filter.c
353 - src/core/lib/channel/connected_channel.c
354 - src/core/lib/channel/http_client_filter.c
355 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/compression/compression_algorithm.c
357 - src/core/lib/compression/message_compress.c
358 - src/core/lib/debug/trace.c
359 - src/core/lib/http/format_request.c
360 - src/core/lib/http/httpcli.c
361 - src/core/lib/http/parser.c
362 - src/core/lib/iomgr/closure.c
363 - src/core/lib/iomgr/endpoint.c
364 - src/core/lib/iomgr/endpoint_pair_posix.c
365 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700366 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
367 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/iomgr/exec_ctx.c
369 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700370 - src/core/lib/iomgr/iocp_windows.c
371 - src/core/lib/iomgr/iomgr.c
372 - src/core/lib/iomgr/iomgr_posix.c
373 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/iomgr/pollset_set_windows.c
375 - src/core/lib/iomgr/pollset_windows.c
376 - src/core/lib/iomgr/resolve_address_posix.c
377 - src/core/lib/iomgr/resolve_address_windows.c
378 - src/core/lib/iomgr/sockaddr_utils.c
379 - src/core/lib/iomgr/socket_utils_common_posix.c
380 - src/core/lib/iomgr/socket_utils_linux.c
381 - src/core/lib/iomgr/socket_utils_posix.c
382 - src/core/lib/iomgr/socket_windows.c
383 - src/core/lib/iomgr/tcp_client_posix.c
384 - src/core/lib/iomgr/tcp_client_windows.c
385 - src/core/lib/iomgr/tcp_posix.c
386 - src/core/lib/iomgr/tcp_server_posix.c
387 - src/core/lib/iomgr/tcp_server_windows.c
388 - src/core/lib/iomgr/tcp_windows.c
389 - src/core/lib/iomgr/time_averaged_stats.c
390 - src/core/lib/iomgr/timer.c
391 - src/core/lib/iomgr/timer_heap.c
392 - src/core/lib/iomgr/udp_server.c
393 - src/core/lib/iomgr/unix_sockets_posix.c
394 - src/core/lib/iomgr/unix_sockets_posix_noop.c
395 - src/core/lib/iomgr/wakeup_fd_eventfd.c
396 - src/core/lib/iomgr/wakeup_fd_nospecial.c
397 - src/core/lib/iomgr/wakeup_fd_pipe.c
398 - src/core/lib/iomgr/wakeup_fd_posix.c
399 - src/core/lib/iomgr/workqueue_posix.c
400 - src/core/lib/iomgr/workqueue_windows.c
401 - src/core/lib/json/json.c
402 - src/core/lib/json/json_reader.c
403 - src/core/lib/json/json_string.c
404 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/surface/alarm.c
406 - src/core/lib/surface/api_trace.c
407 - src/core/lib/surface/byte_buffer.c
408 - src/core/lib/surface/byte_buffer_reader.c
409 - src/core/lib/surface/call.c
410 - src/core/lib/surface/call_details.c
411 - src/core/lib/surface/call_log_batch.c
412 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700413 - src/core/lib/surface/channel_init.c
414 - src/core/lib/surface/channel_ping.c
415 - src/core/lib/surface/channel_stack_type.c
416 - src/core/lib/surface/completion_queue.c
417 - src/core/lib/surface/event_string.c
418 - src/core/lib/surface/init.c
419 - src/core/lib/surface/lame_client.c
420 - src/core/lib/surface/metadata_array.c
421 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700422 - src/core/lib/surface/validate_metadata.c
423 - src/core/lib/surface/version.c
424 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700425 - src/core/lib/transport/connectivity_state.c
426 - src/core/lib/transport/metadata.c
427 - src/core/lib/transport/metadata_batch.c
428 - src/core/lib/transport/static_metadata.c
429 - src/core/lib/transport/transport.c
430 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700431 deps:
432 - gpr
433 uses:
434 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700435- name: grpc_client_config
436 headers:
437 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700438 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700439 - src/core/ext/client_config/client_config.h
440 - src/core/ext/client_config/connector.h
441 - src/core/ext/client_config/initial_connect_string.h
442 - src/core/ext/client_config/lb_policy.h
443 - src/core/ext/client_config/lb_policy_factory.h
444 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700445 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700446 - src/core/ext/client_config/resolver.h
447 - src/core/ext/client_config/resolver_factory.h
448 - src/core/ext/client_config/resolver_registry.h
449 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700450 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700451 - src/core/ext/client_config/subchannel_index.h
452 - src/core/ext/client_config/uri_parser.h
453 src:
454 - src/core/ext/client_config/channel_connectivity.c
455 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700456 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700457 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700458 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700459 - src/core/ext/client_config/connector.c
460 - src/core/ext/client_config/default_initial_connect_string.c
461 - src/core/ext/client_config/initial_connect_string.c
462 - src/core/ext/client_config/lb_policy.c
463 - src/core/ext/client_config/lb_policy_factory.c
464 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700465 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700466 - src/core/ext/client_config/resolver.c
467 - src/core/ext/client_config/resolver_factory.c
468 - src/core/ext/client_config/resolver_registry.c
469 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700470 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700471 - src/core/ext/client_config/subchannel_index.c
472 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700473 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700474 uses:
475 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800476- name: grpc_codegen
477 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800478 - include/grpc/impl/codegen/byte_buffer.h
479 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800480 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800481 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800482 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800483 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700484 uses:
485 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700486- name: grpc_lb_policy_grpclb
487 headers:
488 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700489 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700490 src:
491 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700492 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700493 uses:
494 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700495 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700496 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700497- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700498 src:
499 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700500 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700501 uses:
502 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700503 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700504- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700505 src:
506 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700507 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700508 uses:
509 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700510 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700511- name: grpc_resolver_dns_native
512 src:
513 - src/core/ext/resolver/dns/native/dns_resolver.c
514 plugin: grpc_resolver_dns_native
515 uses:
516 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700517 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700518- name: grpc_resolver_sockaddr
519 src:
520 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
521 plugin: grpc_resolver_sockaddr
522 uses:
523 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700524 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100525- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700526 public_headers:
527 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100528 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700529 - src/core/lib/security/auth_filters.h
530 - src/core/lib/security/b64.h
531 - src/core/lib/security/credentials.h
532 - src/core/lib/security/handshake.h
533 - src/core/lib/security/json_token.h
534 - src/core/lib/security/jwt_verifier.h
535 - src/core/lib/security/secure_endpoint.h
536 - src/core/lib/security/security_connector.h
537 - src/core/lib/security/security_context.h
538 - src/core/lib/tsi/fake_transport_security.h
539 - src/core/lib/tsi/ssl_transport_security.h
540 - src/core/lib/tsi/ssl_types.h
541 - src/core/lib/tsi/transport_security.h
542 - src/core/lib/tsi/transport_security_interface.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100543 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700544 - src/core/lib/http/httpcli_security_connector.c
545 - src/core/lib/security/b64.c
546 - src/core/lib/security/client_auth_filter.c
547 - src/core/lib/security/credentials.c
548 - src/core/lib/security/credentials_metadata.c
549 - src/core/lib/security/credentials_posix.c
550 - src/core/lib/security/credentials_win32.c
551 - src/core/lib/security/google_default_credentials.c
552 - src/core/lib/security/handshake.c
553 - src/core/lib/security/json_token.c
554 - src/core/lib/security/jwt_verifier.c
555 - src/core/lib/security/secure_endpoint.c
556 - src/core/lib/security/security_connector.c
557 - src/core/lib/security/security_context.c
558 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700559 - src/core/lib/surface/init_secure.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700560 - src/core/lib/tsi/fake_transport_security.c
561 - src/core/lib/tsi/ssl_transport_security.c
562 - src/core/lib/tsi/transport_security.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700563 uses:
564 - grpc_base
565 - grpc_transport_chttp2_alpn
Craig Tillerbf4b2242015-08-31 15:53:53 -0700566- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700567 headers:
568 - test/core/end2end/cq_verifier.h
569 - test/core/end2end/fixtures/proxy.h
570 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700571 - test/core/util/grpc_profiler.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700572 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700573 - test/core/util/parse_hexstring.h
574 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700575 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700576 - test/core/util/slice_splitter.h
577 src:
578 - test/core/end2end/cq_verifier.c
579 - test/core/end2end/fixtures/proxy.c
580 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700581 - test/core/util/grpc_profiler.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700582 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700583 - test/core/util/parse_hexstring.c
584 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700585 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700586 - test/core/util/port_windows.c
587 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700588 deps:
589 - grpc
590 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700591- name: grpc_transport_chttp2
592 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700593 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700594 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
595 - src/core/ext/transport/chttp2/transport/frame.h
596 - src/core/ext/transport/chttp2/transport/frame_data.h
597 - src/core/ext/transport/chttp2/transport/frame_goaway.h
598 - src/core/ext/transport/chttp2/transport/frame_ping.h
599 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
600 - src/core/ext/transport/chttp2/transport/frame_settings.h
601 - src/core/ext/transport/chttp2/transport/frame_window_update.h
602 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
603 - src/core/ext/transport/chttp2/transport/hpack_parser.h
604 - src/core/ext/transport/chttp2/transport/hpack_table.h
605 - src/core/ext/transport/chttp2/transport/http2_errors.h
606 - src/core/ext/transport/chttp2/transport/huffsyms.h
607 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
608 - src/core/ext/transport/chttp2/transport/internal.h
609 - src/core/ext/transport/chttp2/transport/status_conversion.h
610 - src/core/ext/transport/chttp2/transport/stream_map.h
611 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
612 - src/core/ext/transport/chttp2/transport/varint.h
613 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700614 - src/core/ext/transport/chttp2/transport/bin_encoder.c
615 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700616 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
617 - src/core/ext/transport/chttp2/transport/frame_data.c
618 - src/core/ext/transport/chttp2/transport/frame_goaway.c
619 - src/core/ext/transport/chttp2/transport/frame_ping.c
620 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
621 - src/core/ext/transport/chttp2/transport/frame_settings.c
622 - src/core/ext/transport/chttp2/transport/frame_window_update.c
623 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
624 - src/core/ext/transport/chttp2/transport/hpack_parser.c
625 - src/core/ext/transport/chttp2/transport/hpack_table.c
626 - src/core/ext/transport/chttp2/transport/huffsyms.c
627 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
628 - src/core/ext/transport/chttp2/transport/parsing.c
629 - src/core/ext/transport/chttp2/transport/status_conversion.c
630 - src/core/ext/transport/chttp2/transport/stream_lists.c
631 - src/core/ext/transport/chttp2/transport/stream_map.c
632 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
633 - src/core/ext/transport/chttp2/transport/varint.c
634 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700635 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700636 uses:
637 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700638 - grpc_transport_chttp2_alpn
639- name: grpc_transport_chttp2_alpn
640 headers:
641 - src/core/ext/transport/chttp2/alpn/alpn.h
642 src:
643 - src/core/ext/transport/chttp2/alpn/alpn.c
644 deps:
645 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700646- name: grpc_transport_chttp2_client_insecure
647 src:
648 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700649 uses:
650 - grpc_transport_chttp2
651 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700652 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700653- name: grpc_transport_chttp2_client_secure
654 src:
655 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700656 uses:
657 - grpc_transport_chttp2
658 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700659 - grpc_client_config
660 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700661- name: grpc_transport_chttp2_server_insecure
662 src:
663 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700664 uses:
665 - grpc_transport_chttp2
666 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700667- name: grpc_transport_chttp2_server_secure
668 src:
669 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700670 uses:
671 - grpc_transport_chttp2
672 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700673 - grpc_secure
Craig Tillereb841e22016-02-11 15:49:16 -0800674- name: nanopb
675 headers:
676 - third_party/nanopb/pb.h
677 - third_party/nanopb/pb_common.h
678 - third_party/nanopb/pb_decode.h
679 - third_party/nanopb/pb_encode.h
680 src:
681 - third_party/nanopb/pb_common.c
682 - third_party/nanopb/pb_decode.c
683 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100684libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800685- name: gpr
686 build: all
687 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800688 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700689 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800690 secure: false
691 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
692- name: gpr_test_util
693 build: private
694 language: c
695 headers:
696 - test/core/util/test_config.h
697 src:
698 - test/core/util/test_config.c
699 deps:
700 - gpr
701 secure: false
702 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700703- name: grpc
704 build: all
705 language: c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700706 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800707 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700708 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700709 filegroups:
710 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700711 - grpc_transport_chttp2_server_secure
712 - grpc_transport_chttp2_client_secure
713 - grpc_transport_chttp2_server_insecure
714 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700715 - grpc_lb_policy_grpclb
716 - grpc_lb_policy_pick_first
717 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700718 - grpc_resolver_dns_native
719 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100720 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700721 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700722 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700723 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700724 vs_packages:
725 - grpc.dependencies.openssl
726 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700727 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100728- name: grpc_dll
729 build: private
730 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100731 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100732 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100733 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100734 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100735 build_system:
736 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100737 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100738 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100739 vs_config_type: DynamicLibrary
740 vs_packages:
741 - grpc.dependencies.openssl
742 - grpc.dependencies.zlib
743 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
744 vs_props:
745 - zlib
746 - openssl
747 - winsock
748 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700749- name: grpc_test_util
750 build: private
751 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700752 headers:
753 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800754 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700755 src:
756 - test/core/end2end/data/server1_cert.c
757 - test/core/end2end/data/server1_key.c
758 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800759 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700760 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800761 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800762 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700763 - grpc
764 filegroups:
765 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700766 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
767- name: grpc_test_util_unsecure
768 build: private
769 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700770 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800771 - gpr
772 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800773 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700774 filegroups:
775 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700776 secure: false
777 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
778- name: grpc_unsecure
779 build: all
780 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700781 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700782 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700783 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800784 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700785 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700786 filegroups:
787 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700788 - grpc_transport_chttp2_server_insecure
789 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700790 - grpc_resolver_dns_native
791 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700792 - grpc_lb_policy_grpclb
793 - grpc_lb_policy_pick_first
794 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700795 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700796 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700797 secure: false
798 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
799- name: grpc_zookeeper
800 build: all
801 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700802 public_headers:
803 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700804 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700805 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700806 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800807 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700808 - grpc
809 external_deps:
810 - zookeeper
811 platforms:
812 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700813 secure: false
Craig Tillerf05837a2016-03-29 20:42:29 -0700814- name: one_input_fuzzer
815 build: private
816 language: c
817 src:
818 - test/core/util/one_corpus_entry_fuzzer.c
819 deps:
820 - gpr
821 secure: false
Craig Tillerbf4b2242015-08-31 15:53:53 -0700822- name: reconnect_server
823 build: private
824 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700825 headers:
826 - test/core/util/reconnect_server.h
827 src:
828 - test/core/util/reconnect_server.c
829 deps:
yang-gc9fca182015-11-06 16:41:33 -0800830 - test_tcp_server
831 - grpc_test_util
832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800833 - gpr_test_util
834 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800835- name: test_tcp_server
836 build: private
837 language: c
838 headers:
839 - test/core/util/test_tcp_server.h
840 src:
841 - test/core/util/test_tcp_server.c
842 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700843 - grpc_test_util
844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800845 - gpr_test_util
846 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700847- name: grpc++
848 build: all
849 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700850 headers:
851 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800852 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700853 - src/cpp/common/secure_auth_context.h
854 - src/cpp/server/secure_server_credentials.h
855 src:
Craig Tiller25834342015-09-25 08:08:24 -0700856 - src/cpp/client/secure_credentials.cc
857 - src/cpp/common/auth_property_iterator.cc
858 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800859 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700860 - src/cpp/common/secure_create_auth_context.cc
861 - src/cpp/server/secure_server_credentials.cc
862 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700863 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700864 baselib: true
865 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700866 filegroups:
867 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800868 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700869 secure: check
870 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
871- name: grpc++_test_config
872 build: private
873 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700874 headers:
875 - test/cpp/util/test_config.h
876 src:
877 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700878- name: grpc++_test_util
879 build: private
880 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700881 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800882 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800883 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700884 - test/cpp/util/cli_call.h
885 - test/cpp/util/create_test_channel.h
886 - test/cpp/util/string_ref_helper.h
887 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800888 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700889 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800890 - src/proto/grpc/testing/echo_messages.proto
891 - src/proto/grpc/testing/echo.proto
892 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800893 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800894 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700895 - test/cpp/util/cli_call.cc
896 - test/cpp/util/create_test_channel.cc
897 - test/cpp/util/string_ref_helper.cc
898 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800899 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700900 deps:
901 - grpc++
902 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700903- name: grpc++_unsecure
904 build: all
905 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700906 src:
907 - src/cpp/common/insecure_create_auth_context.cc
908 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800909 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700910 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700911 baselib: true
912 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700913 filegroups:
914 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800915 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700916 secure: false
917 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
918- name: grpc_plugin_support
919 build: protoc
920 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700921 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700922 - src/compiler/config.h
923 - src/compiler/cpp_generator.h
924 - src/compiler/cpp_generator_helpers.h
925 - src/compiler/csharp_generator.h
926 - src/compiler/csharp_generator_helpers.h
927 - src/compiler/generator_helpers.h
928 - src/compiler/objective_c_generator.h
929 - src/compiler/objective_c_generator_helpers.h
930 - src/compiler/python_generator.h
931 - src/compiler/ruby_generator.h
932 - src/compiler/ruby_generator_helpers-inl.h
933 - src/compiler/ruby_generator_map-inl.h
934 - src/compiler/ruby_generator_string-inl.h
935 src:
936 - src/compiler/cpp_generator.cc
937 - src/compiler/csharp_generator.cc
938 - src/compiler/objective_c_generator.cc
939 - src/compiler/python_generator.cc
940 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800941 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700942 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700943 secure: false
944 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800945 vs_props:
946 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700947- name: interop_client_helper
948 build: private
949 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700950 headers:
951 - test/cpp/interop/client_helper.h
952 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800953 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700954 - test/cpp/interop/client_helper.cc
955 deps:
956 - grpc++_test_util
957 - grpc_test_util
958 - grpc++
959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800960 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700961- name: interop_client_main
962 build: private
963 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700964 headers:
965 - test/cpp/interop/interop_client.h
966 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800967 - src/proto/grpc/testing/empty.proto
968 - src/proto/grpc/testing/messages.proto
969 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700970 - test/cpp/interop/client.cc
971 - test/cpp/interop/interop_client.cc
972 deps:
973 - interop_client_helper
974 - grpc++_test_util
975 - grpc_test_util
976 - grpc++
977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800978 - gpr_test_util
979 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700980 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700981- name: interop_server_helper
982 build: private
983 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700984 headers:
985 - test/cpp/interop/server_helper.h
986 src:
987 - test/cpp/interop/server_helper.cc
988 deps:
989 - grpc_test_util
990 - grpc++
991 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800992 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700993- name: interop_server_main
994 build: private
995 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700996 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800997 - src/proto/grpc/testing/empty.proto
998 - src/proto/grpc/testing/messages.proto
999 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001000 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001001 deps:
1002 - interop_server_helper
1003 - grpc++_test_util
1004 - grpc_test_util
1005 - grpc++
1006 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001007 - gpr_test_util
1008 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001009 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001010- name: qps
1011 build: private
1012 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001013 headers:
1014 - test/cpp/qps/client.h
1015 - test/cpp/qps/driver.h
1016 - test/cpp/qps/histogram.h
1017 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001018 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001019 - test/cpp/qps/perf_db_client.h
1020 - test/cpp/qps/qps_worker.h
1021 - test/cpp/qps/report.h
1022 - test/cpp/qps/server.h
1023 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001024 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001025 - test/cpp/util/benchmark_config.h
1026 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001027 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001028 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001029 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001030 - src/proto/grpc/testing/control.proto
1031 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001032 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001033 - test/cpp/qps/client_async.cc
1034 - test/cpp/qps/client_sync.cc
1035 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001036 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001037 - test/cpp/qps/perf_db_client.cc
1038 - test/cpp/qps/qps_worker.cc
1039 - test/cpp/qps/report.cc
1040 - test/cpp/qps/server_async.cc
1041 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001042 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001043 - test/cpp/util/benchmark_config.cc
1044 deps:
1045 - grpc_test_util
1046 - grpc++_test_util
1047 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048- name: grpc_csharp_ext
1049 build: all
1050 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001051 src:
1052 - src/csharp/ext/grpc_csharp_ext.c
1053 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001054 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001055 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001056 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001057 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001058 dll: only
1059 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001060 vs_packages:
1061 - grpc.dependencies.openssl
1062 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001064 vs_props:
1065 - zlib
1066 - openssl
1067 - winsock
1068 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001069targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001070- name: alarm_test
1071 build: test
1072 language: c
1073 src:
1074 - test/core/surface/alarm_test.c
1075 deps:
1076 - grpc_test_util
1077 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001078 - gpr_test_util
1079 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001080- name: algorithm_test
1081 build: test
1082 language: c
1083 src:
1084 - test/core/compression/algorithm_test.c
1085 deps:
1086 - grpc_test_util
1087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001088 - gpr_test_util
1089 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001090- name: alloc_test
1091 build: test
1092 language: c
1093 src:
1094 - test/core/support/alloc_test.c
1095 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001096 - gpr_test_util
1097 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001098- name: alpn_test
1099 build: test
1100 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001101 src:
1102 - test/core/transport/chttp2/alpn_test.c
1103 deps:
1104 - grpc_test_util
1105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001106 - gpr_test_util
1107 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001108- name: bin_encoder_test
1109 build: test
1110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001111 src:
1112 - test/core/transport/chttp2/bin_encoder_test.c
1113 deps:
1114 - grpc_test_util
1115 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001116- name: census_context_test
1117 build: test
1118 language: c
1119 src:
1120 - test/core/census/context_test.c
1121 deps:
1122 - grpc_test_util
1123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001124 - gpr_test_util
1125 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001126- name: channel_create_test
1127 build: test
1128 language: c
1129 src:
1130 - test/core/surface/channel_create_test.c
1131 deps:
1132 - grpc_test_util
1133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001134 - gpr_test_util
1135 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001136- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001137 build: test
1138 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001139 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001140 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001141 deps:
1142 - grpc_test_util
1143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001144 - gpr_test_util
1145 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001146- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147 build: test
1148 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001149 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001150 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001151 deps:
1152 - grpc_test_util
1153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001154 - gpr_test_util
1155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001156- name: chttp2_stream_map_test
1157 build: test
1158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001159 src:
1160 - test/core/transport/chttp2/stream_map_test.c
1161 deps:
1162 - grpc_test_util
1163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001164 - gpr_test_util
1165 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001166- name: chttp2_varint_test
1167 build: test
1168 language: c
1169 src:
1170 - test/core/transport/chttp2/varint_test.c
1171 deps:
1172 - grpc_test_util
1173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001174 - gpr_test_util
1175 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001176- name: compression_test
1177 build: test
1178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001179 src:
1180 - test/core/compression/compression_test.c
1181 deps:
1182 - grpc_test_util
1183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001184 - gpr_test_util
1185 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001186- name: concurrent_connectivity_test
1187 build: test
1188 language: c
1189 src:
1190 - test/core/surface/concurrent_connectivity_test.c
1191 deps:
1192 - grpc_test_util
1193 - grpc
1194 - gpr_test_util
1195 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001196- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001197 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001198 build: test
1199 language: c
1200 src:
1201 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1202 deps:
1203 - grpc_test_util
1204 - grpc
1205 - gpr_test_util
1206 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001207- name: dns_resolver_test
1208 build: test
1209 language: c
1210 src:
1211 - test/core/client_config/resolvers/dns_resolver_test.c
1212 deps:
1213 - grpc_test_util
1214 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001215 - gpr_test_util
1216 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001217- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001218 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001219 build: test
1220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001221 src:
1222 - test/core/end2end/dualstack_socket_test.c
1223 deps:
1224 - grpc_test_util
1225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001226 - gpr_test_util
1227 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001228 platforms:
1229 - mac
1230 - linux
1231 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001232- name: endpoint_pair_test
1233 build: test
1234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001235 src:
1236 - test/core/iomgr/endpoint_pair_test.c
1237 deps:
1238 - grpc_test_util
1239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001240 - gpr_test_util
1241 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242- name: fd_conservation_posix_test
1243 build: test
1244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001245 src:
1246 - test/core/iomgr/fd_conservation_posix_test.c
1247 deps:
1248 - grpc_test_util
1249 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001250 - gpr_test_util
1251 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001252 platforms:
1253 - mac
1254 - linux
1255 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001256- name: fd_posix_test
1257 build: test
1258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001259 src:
1260 - test/core/iomgr/fd_posix_test.c
1261 deps:
1262 - grpc_test_util
1263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001264 - gpr_test_util
1265 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001266 platforms:
1267 - mac
1268 - linux
1269 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001270- name: fling_client
1271 build: test
1272 run: false
1273 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001274 src:
1275 - test/core/fling/client.c
1276 deps:
1277 - grpc_test_util
1278 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001279 - gpr_test_util
1280 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001281- name: fling_server
1282 build: test
1283 run: false
1284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001285 src:
1286 - test/core/fling/server.c
1287 deps:
1288 - grpc_test_util
1289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001290 - gpr_test_util
1291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001292- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001293 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001294 build: test
1295 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001296 src:
1297 - test/core/fling/fling_stream_test.c
1298 deps:
1299 - grpc_test_util
1300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001301 - gpr_test_util
1302 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001303 platforms:
1304 - mac
1305 - linux
1306 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001307- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001308 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309 build: test
1310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001311 src:
1312 - test/core/fling/fling_test.c
1313 deps:
1314 - grpc_test_util
1315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001316 - gpr_test_util
1317 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001318 platforms:
1319 - mac
1320 - linux
1321 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322- name: gen_hpack_tables
1323 build: tool
1324 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001325 src:
1326 - tools/codegen/core/gen_hpack_tables.c
1327 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001328 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001329 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001330- name: gen_legal_metadata_characters
1331 build: tool
1332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001333 src:
1334 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001335 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001336- name: goaway_server_test
1337 cpu_cost: 0.1
1338 build: test
1339 language: c
1340 src:
1341 - test/core/end2end/goaway_server_test.c
1342 deps:
1343 - grpc_test_util
1344 - grpc
1345 - gpr_test_util
1346 - gpr
1347 platforms:
1348 - mac
1349 - linux
1350 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001351- name: gpr_avl_test
1352 build: test
1353 language: c
1354 src:
1355 - test/core/support/avl_test.c
1356 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001357 - gpr_test_util
1358 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001359- name: gpr_backoff_test
1360 build: test
1361 language: c
1362 src:
1363 - test/core/support/backoff_test.c
1364 deps:
1365 - gpr_test_util
1366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001367- name: gpr_cmdline_test
1368 build: test
1369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001370 src:
1371 - test/core/support/cmdline_test.c
1372 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr_test_util
1374 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001375- name: gpr_cpu_test
1376 build: test
1377 language: c
1378 src:
1379 - test/core/support/cpu_test.c
1380 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001381 - gpr_test_util
1382 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383- name: gpr_env_test
1384 build: test
1385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001386 src:
1387 - test/core/support/env_test.c
1388 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr_test_util
1390 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001391- name: gpr_histogram_test
1392 build: test
1393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001394 src:
1395 - test/core/support/histogram_test.c
1396 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001397 - gpr_test_util
1398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001399- name: gpr_host_port_test
1400 build: test
1401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001402 src:
1403 - test/core/support/host_port_test.c
1404 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr_test_util
1406 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001407- name: gpr_load_file_test
1408 build: test
1409 language: c
1410 src:
1411 - test/core/support/load_file_test.c
1412 deps:
1413 - gpr_test_util
1414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: gpr_log_test
1416 build: test
1417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001418 src:
1419 - test/core/support/log_test.c
1420 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423- name: gpr_slice_buffer_test
1424 build: test
1425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001426 src:
1427 - test/core/support/slice_buffer_test.c
1428 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001429 - gpr_test_util
1430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: gpr_slice_test
1432 build: test
1433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001434 src:
1435 - test/core/support/slice_test.c
1436 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001437 - gpr_test_util
1438 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001439- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001440 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001441 build: test
1442 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001443 src:
1444 - test/core/support/stack_lockfree_test.c
1445 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001446 - gpr_test_util
1447 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001448- name: gpr_string_test
1449 build: test
1450 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001451 src:
1452 - test/core/support/string_test.c
1453 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001454 - gpr_test_util
1455 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001456- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001457 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001458 build: test
1459 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001460 src:
1461 - test/core/support/sync_test.c
1462 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001466 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001467 build: test
1468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001469 src:
1470 - test/core/support/thd_test.c
1471 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474- name: gpr_time_test
1475 build: test
1476 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001477 src:
1478 - test/core/support/time_test.c
1479 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001480 - gpr_test_util
1481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001482- name: gpr_tls_test
1483 build: test
1484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001485 src:
1486 - test/core/support/tls_test.c
1487 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001488 - gpr_test_util
1489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490- name: gpr_useful_test
1491 build: test
1492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001493 src:
1494 - test/core/support/useful_test.c
1495 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001496 - gpr_test_util
1497 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001498- name: grpc_auth_context_test
1499 build: test
1500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001501 src:
1502 - test/core/security/auth_context_test.c
1503 deps:
1504 - grpc_test_util
1505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001506 - gpr_test_util
1507 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001508- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509 build: test
1510 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001511 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001512 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001513 deps:
1514 - grpc_test_util
1515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001516 - gpr_test_util
1517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001518- name: grpc_byte_buffer_reader_test
1519 build: test
1520 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001521 src:
1522 - test/core/surface/byte_buffer_reader_test.c
1523 deps:
1524 - grpc_test_util
1525 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001526 - gpr_test_util
1527 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001528- name: grpc_channel_args_test
1529 build: test
1530 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001531 src:
1532 - test/core/channel/channel_args_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: grpc_channel_stack_test
1539 build: test
1540 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001541 src:
1542 - test/core/channel/channel_stack_test.c
1543 deps:
1544 - grpc_test_util
1545 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001546 - gpr_test_util
1547 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001548- name: grpc_completion_queue_test
1549 build: test
1550 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001551 src:
1552 - test/core/surface/completion_queue_test.c
1553 deps:
1554 - grpc_test_util
1555 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001556 - gpr_test_util
1557 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001558- name: grpc_create_jwt
1559 build: tool
1560 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001561 src:
1562 - test/core/security/create_jwt.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001566 - gpr_test_util
1567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001568- name: grpc_credentials_test
1569 build: test
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
1572 - test/core/security/credentials_test.c
1573 deps:
1574 - grpc_test_util
1575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: grpc_fetch_oauth2
1579 build: tool
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/security/fetch_oauth2.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001588- name: grpc_invalid_channel_args_test
1589 build: test
1590 language: c
1591 src:
1592 - test/core/surface/invalid_channel_args_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: grpc_json_token_test
1599 build: test
1600 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001601 src:
1602 - test/core/security/json_token_test.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 - linux
1610 - posix
1611 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001612- name: grpc_jwt_verifier_test
1613 build: test
1614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001615 src:
1616 - test/core/security/jwt_verifier_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: grpc_print_google_default_creds_token
1623 build: tool
1624 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001625 src:
1626 - test/core/security/print_google_default_creds_token.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: grpc_security_connector_test
1633 build: test
1634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001635 src:
1636 - test/core/security/security_connector_test.c
1637 deps:
1638 - grpc_test_util
1639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001640 - gpr_test_util
1641 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001642- name: grpc_verify_jwt
1643 build: tool
1644 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001645 src:
1646 - test/core/security/verify_jwt.c
1647 deps:
1648 - grpc_test_util
1649 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001650 - gpr_test_util
1651 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001652- name: hpack_parser_fuzzer_test
1653 build: fuzzer
1654 language: c
1655 src:
1656 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
1660 - gpr_test_util
1661 - gpr
1662 corpus_dirs:
1663 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001664 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001665- name: hpack_parser_test
1666 build: test
1667 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
1669 - test/core/transport/chttp2/hpack_parser_test.c
1670 deps:
1671 - grpc_test_util
1672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001673 - gpr_test_util
1674 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001675- name: hpack_table_test
1676 build: test
1677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001678 src:
1679 - test/core/transport/chttp2/hpack_table_test.c
1680 deps:
1681 - grpc_test_util
1682 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001683 - gpr_test_util
1684 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001685- name: http_fuzzer_test
1686 build: fuzzer
1687 language: c
1688 src:
1689 - test/core/http/fuzzer.c
1690 deps:
1691 - grpc_test_util
1692 - grpc
1693 - gpr_test_util
1694 - gpr
1695 corpus_dirs:
1696 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001697 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001698- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001699 build: test
1700 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001701 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001702 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001703 deps:
1704 - grpc_test_util
1705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001706 - gpr_test_util
1707 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001708- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001709 build: test
1710 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001711 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001712 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001713 deps:
1714 - grpc_test_util
1715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001716 - gpr_test_util
1717 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001718- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001719 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001720 build: test
1721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001722 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001723 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001724 deps:
1725 - grpc_test_util
1726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001727 - gpr_test_util
1728 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001729 platforms:
1730 - mac
1731 - linux
1732 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001733- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001734 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001735 build: test
1736 language: c
1737 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001738 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001739 deps:
1740 - grpc_test_util
1741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr_test_util
1743 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001744 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001745 - linux
yang-gf1183302015-12-07 16:02:05 -08001746- name: init_test
1747 build: test
1748 language: c
1749 src:
1750 - test/core/surface/init_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001756- name: internal_api_canary_iomgr_test
1757 build: test
1758 run: false
1759 language: c
1760 src:
1761 - test/core/internal_api_canaries/iomgr.c
1762 deps:
1763 - grpc_test_util
1764 - grpc
1765 - gpr_test_util
1766 - gpr
1767- name: internal_api_canary_support_test
1768 build: test
1769 run: false
1770 language: c
1771 src:
1772 - test/core/internal_api_canaries/iomgr.c
1773 deps:
1774 - grpc_test_util
1775 - grpc
1776 - gpr_test_util
1777 - gpr
1778- name: internal_api_canary_transport_test
1779 build: test
1780 run: false
1781 language: c
1782 src:
1783 - test/core/internal_api_canaries/iomgr.c
1784 deps:
1785 - grpc_test_util
1786 - grpc
1787 - gpr_test_util
1788 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001789- name: invalid_call_argument_test
1790 build: test
1791 language: c
1792 src:
1793 - test/core/end2end/invalid_call_argument_test.c
1794 deps:
1795 - grpc_test_util
1796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001799- name: json_fuzzer_test
1800 build: fuzzer
1801 language: c
1802 src:
1803 - test/core/json/fuzzer.c
1804 deps:
1805 - grpc_test_util
1806 - grpc
1807 - gpr_test_util
1808 - gpr
1809 corpus_dirs:
1810 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001811 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001812- name: json_rewrite
1813 build: test
1814 run: false
1815 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001816 src:
1817 - test/core/json/json_rewrite.c
1818 deps:
1819 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001820 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821- name: json_rewrite_test
1822 build: test
1823 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001824 src:
1825 - test/core/json/json_rewrite_test.c
1826 deps:
1827 - grpc_test_util
1828 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001829 - gpr_test_util
1830 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001831- name: json_stream_error_test
1832 build: test
1833 language: c
1834 src:
1835 - test/core/json/json_stream_error_test.c
1836 deps:
1837 - grpc_test_util
1838 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001839 - gpr_test_util
1840 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001841- name: json_test
1842 build: test
1843 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001844 src:
1845 - test/core/json/json_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: lame_client_test
1852 build: test
1853 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001854 src:
1855 - test/core/surface/lame_client_test.c
1856 deps:
1857 - grpc_test_util
1858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001861- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001862 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001863 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001864 build: test
1865 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001866 src:
1867 - test/core/client_config/lb_policies_test.c
1868 deps:
1869 - grpc_test_util
1870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001871 - gpr_test_util
1872 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001873- name: low_level_ping_pong_benchmark
1874 build: benchmark
1875 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001876 src:
1877 - test/core/network_benchmarks/low_level_ping_pong.c
1878 deps:
1879 - grpc_test_util
1880 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001881 - gpr_test_util
1882 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001883 platforms:
1884 - mac
1885 - linux
1886 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887- name: message_compress_test
1888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/compression/message_compress_test.c
1892 deps:
1893 - grpc_test_util
1894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001895 - gpr_test_util
1896 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001897- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001898 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001899 build: test
1900 language: c
1901 src:
1902 - test/core/census/mlog_test.c
1903 deps:
1904 - grpc_test_util
1905 - grpc
1906 - gpr_test_util
1907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001908- name: multiple_server_queues_test
1909 build: test
1910 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001911 src:
1912 - test/core/end2end/multiple_server_queues_test.c
1913 deps:
1914 - grpc_test_util
1915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001918- name: murmur_hash_test
1919 build: test
1920 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001921 src:
1922 - test/core/support/murmur_hash_test.c
1923 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001924 - gpr_test_util
1925 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001926- name: nanopb_fuzzer_response_test
1927 build: fuzzer
1928 language: c
1929 src:
1930 - test/core/nanopb/fuzzer_response.c
1931 deps:
1932 - grpc_test_util
1933 - grpc
1934 - gpr_test_util
1935 - gpr
1936 corpus_dirs:
1937 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07001938 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001939- name: nanopb_fuzzer_serverlist_test
1940 build: fuzzer
1941 language: c
1942 src:
1943 - test/core/nanopb/fuzzer_serverlist.c
1944 deps:
1945 - grpc_test_util
1946 - grpc
1947 - gpr_test_util
1948 - gpr
1949 corpus_dirs:
1950 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07001951 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07001952- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001953 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954 build: test
1955 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001956 src:
1957 - test/core/end2end/no_server_test.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: resolve_address_test
1964 build: test
1965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001966 src:
1967 - test/core/iomgr/resolve_address_test.c
1968 deps:
1969 - grpc_test_util
1970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001971 - gpr_test_util
1972 - gpr
yang-gd482e592015-12-10 14:04:00 -08001973- name: secure_channel_create_test
1974 build: test
1975 language: c
1976 src:
1977 - test/core/surface/secure_channel_create_test.c
1978 deps:
1979 - grpc_test_util
1980 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001981 - gpr_test_util
1982 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001983- name: secure_endpoint_test
1984 build: test
1985 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001986 src:
1987 - test/core/security/secure_endpoint_test.c
1988 deps:
1989 - grpc_test_util
1990 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001991 - gpr_test_util
1992 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08001993- name: server_chttp2_test
1994 build: test
1995 language: c
1996 src:
1997 - test/core/surface/server_chttp2_test.c
1998 deps:
1999 - grpc_test_util
2000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002001 - gpr_test_util
2002 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002003- name: server_fuzzer
2004 build: fuzzer
2005 language: c
2006 src:
2007 - test/core/end2end/fuzzers/server_fuzzer.c
2008 deps:
2009 - grpc_test_util
2010 - grpc
2011 - gpr_test_util
2012 - gpr
2013 corpus_dirs:
2014 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002015 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002016- name: server_test
2017 build: test
2018 language: c
2019 src:
2020 - test/core/surface/server_test.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002026- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002027 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002028 build: test
2029 language: c
2030 src:
2031 - test/core/client_config/set_initial_connect_string_test.c
2032 deps:
2033 - test_tcp_server
2034 - grpc_test_util
2035 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002036 - gpr_test_util
2037 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002038- name: sockaddr_resolver_test
2039 build: test
2040 language: c
2041 src:
2042 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2043 deps:
2044 - grpc_test_util
2045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002046 - gpr_test_util
2047 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002048- name: sockaddr_utils_test
2049 build: test
2050 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002051 src:
2052 - test/core/iomgr/sockaddr_utils_test.c
2053 deps:
2054 - grpc_test_util
2055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002056 - gpr_test_util
2057 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002058- name: socket_utils_test
2059 build: test
2060 language: c
2061 src:
2062 - test/core/iomgr/socket_utils_test.c
2063 deps:
2064 - grpc_test_util
2065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002066 - gpr_test_util
2067 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002068 platforms:
2069 - mac
2070 - linux
2071 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002072- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002073 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
2077 - test/core/iomgr/tcp_client_posix_test.c
2078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002083 platforms:
2084 - mac
2085 - linux
2086 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002088 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089 build: test
2090 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002091 src:
2092 - test/core/iomgr/tcp_posix_test.c
2093 deps:
2094 - grpc_test_util
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002098 platforms:
2099 - mac
2100 - linux
2101 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002102- name: tcp_server_posix_test
2103 build: test
2104 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002105 src:
2106 - test/core/iomgr/tcp_server_posix_test.c
2107 deps:
2108 - grpc_test_util
2109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002110 - gpr_test_util
2111 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002112 platforms:
2113 - mac
2114 - linux
2115 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116- name: time_averaged_stats_test
2117 build: test
2118 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002119 src:
2120 - test/core/iomgr/time_averaged_stats_test.c
2121 deps:
2122 - grpc_test_util
2123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002124 - gpr_test_util
2125 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002126- name: timeout_encoding_test
2127 build: test
2128 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002129 src:
2130 - test/core/transport/chttp2/timeout_encoding_test.c
2131 deps:
2132 - grpc_test_util
2133 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002134 - gpr_test_util
2135 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002136- name: timer_heap_test
2137 build: test
2138 language: c
2139 src:
2140 - test/core/iomgr/timer_heap_test.c
2141 deps:
2142 - grpc_test_util
2143 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002144 - gpr_test_util
2145 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002146- name: timer_list_test
2147 build: test
2148 language: c
2149 src:
2150 - test/core/iomgr/timer_list_test.c
2151 deps:
2152 - grpc_test_util
2153 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002154 - gpr_test_util
2155 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: timers_test
2157 build: test
2158 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002159 src:
2160 - test/core/profiling/timers_test.c
2161 deps:
2162 - grpc_test_util
2163 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002164 - gpr_test_util
2165 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002166- name: transport_connectivity_state_test
2167 build: test
2168 language: c
2169 src:
2170 - test/core/transport/connectivity_state_test.c
2171 deps:
2172 - grpc_test_util
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002176- name: transport_metadata_test
2177 build: test
2178 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002179 src:
2180 - test/core/transport/metadata_test.c
2181 deps:
2182 - grpc_test_util
2183 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002184 - gpr_test_util
2185 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002186- name: transport_security_test
2187 build: test
2188 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002189 src:
2190 - test/core/tsi/transport_security_test.c
2191 deps:
2192 - grpc_test_util
2193 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002194 - gpr_test_util
2195 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002196 platforms:
2197 - linux
2198 - posix
2199 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002200- name: udp_server_test
2201 build: test
2202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002203 src:
2204 - test/core/iomgr/udp_server_test.c
2205 deps:
2206 - grpc_test_util
2207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr_test_util
2209 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002210 platforms:
2211 - mac
2212 - linux
2213 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002214- name: uri_fuzzer_test
2215 build: fuzzer
2216 language: c
2217 src:
2218 - test/core/client_config/uri_fuzzer_test.c
2219 deps:
2220 - grpc_test_util
2221 - grpc
2222 - gpr_test_util
2223 - gpr
2224 corpus_dirs:
2225 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002226 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002227- name: uri_parser_test
2228 build: test
2229 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002230 src:
2231 - test/core/client_config/uri_parser_test.c
2232 deps:
2233 - grpc_test_util
2234 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 - gpr_test_util
2236 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002237- name: workqueue_test
2238 build: test
2239 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002240 src:
2241 - test/core/iomgr/workqueue_test.c
2242 deps:
2243 - grpc_test_util
2244 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002247 platforms:
2248 - mac
2249 - linux
2250 - posix
vjpai04e992a2016-02-10 16:58:38 -08002251- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002252 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002253 build: test
2254 language: c++
2255 src:
2256 - test/cpp/common/alarm_cpp_test.cc
2257 deps:
2258 - grpc++_test_util
2259 - grpc_test_util
2260 - grpc++
2261 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002262 - gpr_test_util
2263 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002264- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002265 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002266 build: test
2267 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002268 src:
2269 - test/cpp/end2end/async_end2end_test.cc
2270 deps:
2271 - grpc++_test_util
2272 - grpc_test_util
2273 - grpc++
2274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002277- name: async_streaming_ping_pong_test
2278 build: test
2279 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002280 src:
2281 - test/cpp/qps/async_streaming_ping_pong_test.cc
2282 deps:
2283 - qps
2284 - grpc++_test_util
2285 - grpc_test_util
2286 - grpc++
2287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002288 - gpr_test_util
2289 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002290 platforms:
2291 - mac
2292 - linux
2293 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002294- name: async_unary_ping_pong_test
2295 build: test
2296 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002297 src:
2298 - test/cpp/qps/async_unary_ping_pong_test.cc
2299 deps:
2300 - qps
2301 - grpc++_test_util
2302 - grpc_test_util
2303 - grpc++
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002307 platforms:
2308 - mac
2309 - linux
2310 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002312 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313 build: test
2314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/cpp/common/auth_property_iterator_test.cc
2317 deps:
2318 - grpc++_test_util
2319 - grpc_test_util
2320 - grpc++
2321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002322 - gpr_test_util
2323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002325 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326 build: test
2327 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002328 src:
yang-g52705592015-11-25 11:45:33 -08002329 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002330 deps:
2331 - grpc++
2332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002333 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002335 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336 build: test
2337 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002338 src:
2339 - test/cpp/util/cli_call_test.cc
2340 deps:
2341 - grpc++_test_util
2342 - grpc_test_util
2343 - grpc++
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002347- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002348 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002349 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002350 build: test
2351 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002352 src:
2353 - test/cpp/end2end/client_crash_test.cc
2354 deps:
2355 - grpc++_test_util
2356 - grpc_test_util
2357 - grpc++
2358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002359 - gpr_test_util
2360 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002361 platforms:
2362 - mac
2363 - linux
2364 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002365- name: client_crash_test_server
2366 build: test
2367 run: false
2368 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002369 src:
2370 - test/cpp/end2end/client_crash_test_server.cc
2371 deps:
2372 - grpc++_test_util
2373 - grpc_test_util
2374 - grpc++
2375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002376 - gpr_test_util
2377 - gpr
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002378- name: codegen_test
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002379 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002380 build: test
2381 language: c++
2382 src:
2383 - src/proto/grpc/testing/control.proto
2384 - src/proto/grpc/testing/messages.proto
2385 - src/proto/grpc/testing/payloads.proto
2386 - src/proto/grpc/testing/perf_db.proto
2387 - src/proto/grpc/testing/services.proto
2388 - src/proto/grpc/testing/stats.proto
2389 - test/cpp/codegen/codegen_test.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002390 filegroups:
2391 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002393 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002394 build: test
2395 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002396 src:
2397 - test/cpp/client/credentials_test.cc
2398 deps:
2399 - grpc++
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002403 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404 build: test
2405 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002406 src:
2407 - test/cpp/util/byte_buffer_test.cc
2408 deps:
2409 - grpc_test_util
2410 - grpc++
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002414- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002415 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002416 build: test
2417 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002418 src:
2419 - test/cpp/util/slice_test.cc
2420 deps:
2421 - grpc_test_util
2422 - grpc++
2423 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002424 - gpr_test_util
2425 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002426- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002427 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428 build: test
2429 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002430 src:
2431 - test/cpp/util/string_ref_test.cc
2432 deps:
2433 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002435 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002436 build: test
2437 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002438 src:
2439 - test/cpp/util/time_test.cc
2440 deps:
2441 - grpc_test_util
2442 - grpc++
2443 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002444 - gpr_test_util
2445 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002447 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002448 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449 build: test
2450 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002451 src:
2452 - test/cpp/end2end/end2end_test.cc
2453 deps:
2454 - grpc++_test_util
2455 - grpc_test_util
2456 - grpc++
2457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
vjpai083dc622016-01-11 09:41:17 -08002460- name: generic_async_streaming_ping_pong_test
2461 build: test
2462 language: c++
2463 src:
2464 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2465 deps:
2466 - qps
2467 - grpc++_test_util
2468 - grpc_test_util
2469 - grpc++
2470 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002471 - gpr_test_util
2472 - gpr
vjpai083dc622016-01-11 09:41:17 -08002473 platforms:
2474 - mac
2475 - linux
2476 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002477- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002478 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002479 build: test
2480 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
2482 - test/cpp/end2end/generic_end2end_test.cc
2483 deps:
2484 - grpc++_test_util
2485 - grpc_test_util
2486 - grpc++
2487 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002488 - gpr_test_util
2489 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002490- name: grpc_cli
2491 build: test
2492 run: false
2493 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002494 src:
2495 - test/cpp/util/grpc_cli.cc
2496 deps:
2497 - grpc++_test_util
2498 - grpc_test_util
2499 - grpc++
2500 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002501 - gpr_test_util
2502 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002503 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002504- name: grpc_cpp_plugin
2505 build: protoc
2506 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002507 src:
2508 - src/compiler/cpp_plugin.cc
2509 deps:
2510 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002511 secure: false
2512 vs_config_type: Application
2513 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2514- name: grpc_csharp_plugin
2515 build: protoc
2516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002517 src:
2518 - src/compiler/csharp_plugin.cc
2519 deps:
2520 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002521 secure: false
2522 vs_config_type: Application
2523 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2524- name: grpc_objective_c_plugin
2525 build: protoc
2526 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002527 src:
2528 - src/compiler/objective_c_plugin.cc
2529 deps:
2530 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002531 secure: false
2532 vs_config_type: Application
2533 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2534- name: grpc_python_plugin
2535 build: protoc
2536 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002537 src:
2538 - src/compiler/python_plugin.cc
2539 deps:
2540 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002541 secure: false
2542 vs_config_type: Application
2543 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2544- name: grpc_ruby_plugin
2545 build: protoc
2546 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002547 src:
2548 - src/compiler/ruby_plugin.cc
2549 deps:
2550 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551 secure: false
2552 vs_config_type: Application
2553 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002554- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002555 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002556 build: test
2557 language: c++
2558 src:
2559 - src/proto/grpc/lb/v0/load_balancer.proto
2560 - test/cpp/grpclb/grpclb_api_test.cc
2561 deps:
2562 - grpc++_test_util
2563 - grpc_test_util
2564 - grpc++
2565 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002566- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002567 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002568 build: test
2569 language: c++
2570 src:
2571 - test/cpp/end2end/hybrid_end2end_test.cc
2572 deps:
2573 - grpc++_test_util
2574 - grpc_test_util
2575 - grpc++
2576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002577 - gpr_test_util
2578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579- name: interop_client
2580 build: test
2581 run: false
2582 language: c++
2583 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002584 deps:
2585 - interop_client_main
2586 - interop_client_helper
2587 - grpc++_test_util
2588 - grpc_test_util
2589 - grpc++
2590 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002591 - gpr_test_util
2592 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002593 - grpc++_test_config
2594 platforms:
2595 - mac
2596 - linux
2597 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002598- name: interop_server
2599 build: test
2600 run: false
2601 language: c++
2602 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002603 deps:
2604 - interop_server_main
2605 - interop_server_helper
2606 - grpc++_test_util
2607 - grpc_test_util
2608 - grpc++
2609 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002610 - gpr_test_util
2611 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002612 - grpc++_test_config
2613 platforms:
2614 - mac
2615 - linux
2616 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002617- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002618 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002619 build: test
2620 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002621 src:
2622 - test/cpp/interop/interop_test.cc
2623 deps:
2624 - grpc_test_util
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002628 platforms:
2629 - mac
2630 - linux
2631 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002632- name: json_run_localhost
2633 build: test
2634 run: false
2635 language: c++
2636 src:
2637 - test/cpp/qps/json_run_localhost.cc
2638 deps:
2639 - grpc++_test_util
2640 - grpc_test_util
2641 - grpc++
2642 - grpc
2643 - gpr_test_util
2644 - gpr
2645 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002646- name: metrics_client
2647 build: test
2648 run: false
2649 language: c++
2650 headers:
2651 - test/cpp/util/metrics_server.h
2652 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002653 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002654 - test/cpp/interop/metrics_client.cc
2655 deps:
2656 - grpc++
2657 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002658 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002659 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002660- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002661 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002662 build: test
2663 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002664 src:
2665 - test/cpp/end2end/mock_test.cc
2666 deps:
2667 - grpc++_test_util
2668 - grpc_test_util
2669 - grpc++
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002673- name: qps_driver
2674 build: benchmark
2675 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002676 src:
2677 - test/cpp/qps/qps_driver.cc
2678 deps:
2679 - qps
2680 - grpc++_test_util
2681 - grpc_test_util
2682 - grpc++
2683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002684 - gpr_test_util
2685 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002686 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002687- name: qps_interarrival_test
2688 build: test
2689 run: false
2690 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002691 src:
2692 - test/cpp/qps/qps_interarrival_test.cc
2693 deps:
2694 - qps
2695 - grpc++_test_util
2696 - grpc_test_util
2697 - grpc++
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002701 platforms:
2702 - mac
2703 - linux
2704 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002705- name: qps_json_driver
2706 build: test
2707 run: false
2708 language: c++
2709 src:
2710 - test/cpp/qps/qps_json_driver.cc
2711 deps:
2712 - qps
2713 - grpc++_test_util
2714 - grpc_test_util
2715 - grpc++
2716 - grpc
2717 - gpr_test_util
2718 - gpr
2719 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002720- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002721 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002722 build: test
2723 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002724 src:
2725 - test/cpp/qps/qps_openloop_test.cc
2726 deps:
2727 - qps
2728 - grpc++_test_util
2729 - grpc_test_util
2730 - grpc++
2731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002732 - gpr_test_util
2733 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002734 - grpc++_test_config
2735 platforms:
2736 - mac
2737 - linux
2738 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002739- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002740 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002741 build: test
2742 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002743 src:
2744 - test/cpp/qps/qps_test.cc
2745 deps:
2746 - qps
2747 - grpc++_test_util
2748 - grpc_test_util
2749 - grpc++
2750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002751 - gpr_test_util
2752 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002753 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002754 platforms:
2755 - mac
2756 - linux
2757 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002758- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002759 build: test
2760 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002762 headers:
2763 - test/cpp/qps/client.h
2764 - test/cpp/qps/server.h
2765 src:
2766 - test/cpp/qps/worker.cc
2767 deps:
2768 - qps
2769 - grpc++_test_util
2770 - grpc_test_util
2771 - grpc++
2772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002773 - gpr_test_util
2774 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002775 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002776- name: reconnect_interop_client
2777 build: test
2778 run: false
2779 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002780 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002781 - src/proto/grpc/testing/empty.proto
2782 - src/proto/grpc/testing/messages.proto
2783 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002784 - test/cpp/interop/reconnect_interop_client.cc
2785 deps:
2786 - grpc++_test_util
2787 - grpc_test_util
2788 - grpc++
2789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002790 - gpr_test_util
2791 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002792 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002793- name: reconnect_interop_server
2794 build: test
2795 run: false
2796 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002797 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002798 - src/proto/grpc/testing/empty.proto
2799 - src/proto/grpc/testing/messages.proto
2800 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002801 - test/cpp/interop/reconnect_interop_server.cc
2802 deps:
2803 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002804 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002805 - grpc++_test_util
2806 - grpc_test_util
2807 - grpc++
2808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002809 - gpr_test_util
2810 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002811 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002812- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002813 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814 build: test
2815 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002816 src:
2817 - test/cpp/common/secure_auth_context_test.cc
2818 deps:
2819 - grpc++_test_util
2820 - grpc_test_util
2821 - grpc++
2822 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002823 - gpr_test_util
2824 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002825- name: secure_sync_unary_ping_pong_test
2826 build: test
2827 language: c++
2828 src:
2829 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2830 deps:
2831 - qps
2832 - grpc++_test_util
2833 - grpc_test_util
2834 - grpc++
2835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002836 - gpr_test_util
2837 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002838 platforms:
2839 - mac
2840 - linux
2841 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002842- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002843 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002844 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002845 build: test
2846 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002847 src:
2848 - test/cpp/end2end/server_crash_test.cc
2849 deps:
2850 - grpc++_test_util
2851 - grpc_test_util
2852 - grpc++
2853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002854 - gpr_test_util
2855 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002856 platforms:
2857 - mac
2858 - linux
2859 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: server_crash_test_client
2861 build: test
2862 run: false
2863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002864 src:
2865 - test/cpp/end2end/server_crash_test_client.cc
2866 deps:
2867 - grpc++_test_util
2868 - grpc_test_util
2869 - grpc++
2870 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002871 - gpr_test_util
2872 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002873- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002874 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002875 build: test
2876 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002877 src:
2878 - test/cpp/end2end/shutdown_test.cc
2879 deps:
2880 - grpc++_test_util
2881 - grpc_test_util
2882 - grpc++
2883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002884 - gpr_test_util
2885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002886- name: status_test
2887 build: test
2888 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002889 src:
2890 - test/cpp/util/status_test.cc
2891 deps:
2892 - grpc_test_util
2893 - grpc++
2894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002895 - gpr_test_util
2896 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002897- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002898 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002899 build: test
2900 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002901 src:
2902 - test/cpp/end2end/streaming_throughput_test.cc
2903 deps:
2904 - grpc++_test_util
2905 - grpc_test_util
2906 - grpc++
2907 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002908 - gpr_test_util
2909 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002910 platforms:
2911 - mac
2912 - linux
2913 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002914- name: stress_test
2915 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002916 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002917 language: c++
2918 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002919 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002920 - test/cpp/interop/interop_client.h
2921 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002922 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002923 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002924 - src/proto/grpc/testing/empty.proto
2925 - src/proto/grpc/testing/messages.proto
2926 - src/proto/grpc/testing/metrics.proto
2927 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002928 - test/cpp/interop/interop_client.cc
2929 - test/cpp/interop/stress_interop_client.cc
2930 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002931 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002932 deps:
2933 - grpc++_test_util
2934 - grpc_test_util
2935 - grpc++
2936 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002937 - gpr_test_util
2938 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002939 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002940- name: sync_streaming_ping_pong_test
2941 build: test
2942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002943 src:
2944 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2945 deps:
2946 - qps
2947 - grpc++_test_util
2948 - grpc_test_util
2949 - grpc++
2950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002951 - gpr_test_util
2952 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002953 platforms:
2954 - mac
2955 - linux
2956 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002957- name: sync_unary_ping_pong_test
2958 build: test
2959 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002960 src:
2961 - test/cpp/qps/sync_unary_ping_pong_test.cc
2962 deps:
2963 - qps
2964 - grpc++_test_util
2965 - grpc_test_util
2966 - grpc++
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr_test_util
2969 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002970 platforms:
2971 - mac
2972 - linux
2973 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002974- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002975 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002976 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002977 build: test
2978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002979 src:
2980 - test/cpp/end2end/thread_stress_test.cc
2981 deps:
2982 - grpc++_test_util
2983 - grpc_test_util
2984 - grpc++
2985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002986 - gpr_test_util
2987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002988- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002989 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002990 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07002991 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002993 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002994 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07002995 - test/cpp/end2end/zookeeper_test.cc
2996 deps:
2997 - grpc++_test_util
2998 - grpc_test_util
2999 - grpc++
3000 - grpc_zookeeper
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr_test_util
3003 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003004 external_deps:
3005 - zookeeper
3006 platforms:
3007 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003008- name: public_headers_must_be_c89
3009 build: test
3010 language: c89
3011 src:
3012 - test/core/surface/public_headers_must_be_c89.c
3013 deps:
3014 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003016vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003017- linkage: static
3018 name: grpc.dependencies.zlib
3019 props: false
3020 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003021 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003022- linkage: static
3023 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003024 props: true
3025 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003026 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003027- name: gflags
3028 props: false
3029 redist: false
3030 version: 2.1.2.1
3031- name: gtest
3032 props: false
3033 redist: false
3034 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003035configs:
3036 asan:
3037 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003038 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3039 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003040 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003041 LD: clang
3042 LDFLAGS: -fsanitize=address
3043 LDXX: clang++
3044 compile_the_world: true
3045 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003046 ASAN_OPTIONS: detect_leaks=1:color=always
3047 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003048 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003049 asan-noleaks:
3050 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003051 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3052 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003053 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003054 LD: clang
3055 LDFLAGS: -fsanitize=address
3056 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003057 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003058 test_environ:
3059 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003060 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003061 asan-trace-cmp:
3062 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003063 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3064 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003065 CXX: clang++
3066 LD: clang
3067 LDFLAGS: -fsanitize=address
3068 LDXX: clang++
3069 compile_the_world: true
3070 test_environ:
3071 ASAN_OPTIONS: detect_leaks=1:color=always
3072 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3073 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003074 basicprof:
3075 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3076 DEFINES: NDEBUG
3077 dbg:
3078 CPPFLAGS: -O0
3079 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003080 easan:
3081 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003082 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3083 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003084 CXX: clang++
3085 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3086 LD: clang
3087 LDFLAGS: -fsanitize=address
3088 LDXX: clang++
3089 compile_the_world: true
3090 test_environ:
3091 ASAN_OPTIONS: detect_leaks=1:color=always
3092 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3093 timeout_multiplier: 3
3094 edbg:
3095 CPPFLAGS: -O0
3096 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3097 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003098 CC: clang
3099 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003100 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003101 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003102 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003103 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003104 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003105 LDXX: clang++
3106 compile_the_world: true
3107 test_environ:
3108 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3109 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003110 gcov:
3111 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003112 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003113 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003114 DEFINES: _DEBUG DEBUG GPR_GCOV
3115 LD: gcc
3116 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3117 LDXX: g++
3118 helgrind:
3119 CPPFLAGS: -O0
3120 DEFINES: _DEBUG DEBUG
3121 LDFLAGS: -rdynamic
3122 timeout_multiplier: 20
3123 valgrind: --tool=helgrind
3124 memcheck:
3125 CPPFLAGS: -O0
3126 DEFINES: _DEBUG DEBUG
3127 LDFLAGS: -rdynamic
3128 timeout_multiplier: 10
3129 valgrind: --tool=memcheck --leak-check=full
3130 msan:
3131 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003132 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3133 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3134 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003135 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003136 DEFINES: NDEBUG
3137 LD: clang
3138 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3139 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3140 LDXX: clang++
3141 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003142 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003143 mutrace:
3144 CPPFLAGS: -O0
3145 DEFINES: _DEBUG DEBUG
3146 LDFLAGS: -rdynamic
3147 opt:
3148 CPPFLAGS: -O2
3149 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003150 stapprof:
3151 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3152 DEFINES: NDEBUG
3153 tsan:
3154 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003155 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003156 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003157 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003158 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003159 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003160 LDXX: clang++
3161 compile_the_world: true
3162 test_environ:
3163 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003164 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003165 ubsan:
3166 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003167 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3168 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003169 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003170 DEFINES: NDEBUG
3171 LD: clang
3172 LDFLAGS: -fsanitize=undefined
3173 LDXX: clang++
3174 compile_the_world: true
3175 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003176defaults:
3177 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003178 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003179 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003180 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003181 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003182 global:
3183 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3184 LDFLAGS: -g
3185 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003186 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003187 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003188node_modules:
3189- deps:
3190 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003191 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003192 - boringssl
3193 - z
murgatroid9994a75412015-11-19 14:04:53 -08003194 headers:
3195 - src/node/ext/byte_buffer.h
3196 - src/node/ext/call.h
3197 - src/node/ext/call_credentials.h
3198 - src/node/ext/channel.h
3199 - src/node/ext/channel_credentials.h
3200 - src/node/ext/completion_queue_async_worker.h
3201 - src/node/ext/server.h
3202 - src/node/ext/server_credentials.h
3203 - src/node/ext/timeval.h
3204 js:
3205 - src/node/index.js
3206 - src/node/src/client.js
3207 - src/node/src/common.js
3208 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003209 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003210 - src/node/src/metadata.js
3211 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003212 name: grpc_node
3213 src:
3214 - src/node/ext/byte_buffer.cc
3215 - src/node/ext/call.cc
3216 - src/node/ext/call_credentials.cc
3217 - src/node/ext/channel.cc
3218 - src/node/ext/channel_credentials.cc
3219 - src/node/ext/completion_queue_async_worker.cc
3220 - src/node/ext/node_grpc.cc
3221 - src/node/ext/server.cc
3222 - src/node/ext/server_credentials.cc
3223 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003224openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003225 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003226 extraction_dir: openssl-1.0.2f
3227 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003228php_config_m4:
3229 deps:
3230 - grpc
3231 - gpr
3232 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003233 headers:
3234 - src/php/ext/grpc/byte_buffer.h
3235 - src/php/ext/grpc/call.h
3236 - src/php/ext/grpc/call_credentials.h
3237 - src/php/ext/grpc/channel.h
3238 - src/php/ext/grpc/channel_credentials.h
3239 - src/php/ext/grpc/completion_queue.h
3240 - src/php/ext/grpc/php_grpc.h
3241 - src/php/ext/grpc/server.h
3242 - src/php/ext/grpc/server_credentials.h
3243 - src/php/ext/grpc/timeval.h
3244 src:
3245 - src/php/ext/grpc/byte_buffer.c
3246 - src/php/ext/grpc/call.c
3247 - src/php/ext/grpc/call_credentials.c
3248 - src/php/ext/grpc/channel.c
3249 - src/php/ext/grpc/channel_credentials.c
3250 - src/php/ext/grpc/completion_queue.c
3251 - src/php/ext/grpc/php_grpc.c
3252 - src/php/ext/grpc/server.c
3253 - src/php/ext/grpc/server_credentials.c
3254 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003255python_dependencies:
3256 deps:
3257 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003258 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003259 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003260 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003261ruby_gem:
3262 deps:
3263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003264 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003265 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003266 - z