blob: 4fd2f7865db0477e98bb0b9882fdec28f2db0769 [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
445 - src/core/ext/client_config/resolver.h
446 - src/core/ext/client_config/resolver_factory.h
447 - src/core/ext/client_config/resolver_registry.h
448 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700449 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700450 - src/core/ext/client_config/subchannel_index.h
451 - src/core/ext/client_config/uri_parser.h
452 src:
453 - src/core/ext/client_config/channel_connectivity.c
454 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700455 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700456 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700457 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700458 - src/core/ext/client_config/connector.c
459 - src/core/ext/client_config/default_initial_connect_string.c
460 - src/core/ext/client_config/initial_connect_string.c
461 - src/core/ext/client_config/lb_policy.c
462 - src/core/ext/client_config/lb_policy_factory.c
463 - src/core/ext/client_config/lb_policy_registry.c
464 - src/core/ext/client_config/resolver.c
465 - src/core/ext/client_config/resolver_factory.c
466 - src/core/ext/client_config/resolver_registry.c
467 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700468 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700469 - src/core/ext/client_config/subchannel_index.c
470 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700471 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700472 uses:
473 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800474- name: grpc_codegen
475 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800476 - include/grpc/impl/codegen/byte_buffer.h
477 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800478 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800479 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800480 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800481 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700482 uses:
483 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700484- name: grpc_lb_policy_grpclb
485 headers:
486 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700487 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700488 src:
489 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700490 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700491 uses:
492 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700493 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700494 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700495- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700496 src:
497 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700498 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700499 uses:
500 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700501 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700502- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700503 src:
504 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700505 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700506 uses:
507 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700508 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700509- name: grpc_resolver_dns_native
510 src:
511 - src/core/ext/resolver/dns/native/dns_resolver.c
512 plugin: grpc_resolver_dns_native
513 uses:
514 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700515 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700516- name: grpc_resolver_sockaddr
517 src:
518 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
519 plugin: grpc_resolver_sockaddr
520 uses:
521 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700522 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100523- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700524 public_headers:
525 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100526 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700527 - src/core/lib/security/auth_filters.h
528 - src/core/lib/security/b64.h
529 - src/core/lib/security/credentials.h
530 - src/core/lib/security/handshake.h
531 - src/core/lib/security/json_token.h
532 - src/core/lib/security/jwt_verifier.h
533 - src/core/lib/security/secure_endpoint.h
534 - src/core/lib/security/security_connector.h
535 - src/core/lib/security/security_context.h
536 - src/core/lib/tsi/fake_transport_security.h
537 - src/core/lib/tsi/ssl_transport_security.h
538 - src/core/lib/tsi/ssl_types.h
539 - src/core/lib/tsi/transport_security.h
540 - src/core/lib/tsi/transport_security_interface.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100541 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700542 - src/core/lib/http/httpcli_security_connector.c
543 - src/core/lib/security/b64.c
544 - src/core/lib/security/client_auth_filter.c
545 - src/core/lib/security/credentials.c
546 - src/core/lib/security/credentials_metadata.c
547 - src/core/lib/security/credentials_posix.c
548 - src/core/lib/security/credentials_win32.c
549 - src/core/lib/security/google_default_credentials.c
550 - src/core/lib/security/handshake.c
551 - src/core/lib/security/json_token.c
552 - src/core/lib/security/jwt_verifier.c
553 - src/core/lib/security/secure_endpoint.c
554 - src/core/lib/security/security_connector.c
555 - src/core/lib/security/security_context.c
556 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700557 - src/core/lib/surface/init_secure.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700558 - src/core/lib/tsi/fake_transport_security.c
559 - src/core/lib/tsi/ssl_transport_security.c
560 - src/core/lib/tsi/transport_security.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700561 uses:
562 - grpc_base
563 - grpc_transport_chttp2_alpn
Craig Tillerbf4b2242015-08-31 15:53:53 -0700564- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700565 headers:
566 - test/core/end2end/cq_verifier.h
567 - test/core/end2end/fixtures/proxy.h
568 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700569 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200570 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700571 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700572 - test/core/util/parse_hexstring.h
573 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700574 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700575 - test/core/util/slice_splitter.h
576 src:
577 - test/core/end2end/cq_verifier.c
578 - test/core/end2end/fixtures/proxy.c
579 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700580 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200581 - test/core/util/memory_counters.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 Quintas3a43cc02016-04-08 16:59:51 -07002378- name: codegen_test_full
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
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002389 - test/cpp/codegen/codegen_test_full.cc
2390 deps:
2391 - grpc++
2392 - grpc
2393 - gpr
2394 filegroups:
2395 - grpc++_codegen
2396- name: codegen_test_minimal
2397 gtest: true
2398 build: test
2399 language: c++
2400 src:
2401 - src/proto/grpc/testing/control.proto
2402 - src/proto/grpc/testing/messages.proto
2403 - src/proto/grpc/testing/payloads.proto
2404 - src/proto/grpc/testing/perf_db.proto
2405 - src/proto/grpc/testing/services.proto
2406 - src/proto/grpc/testing/stats.proto
2407 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002408 filegroups:
2409 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002410- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002411 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002412 build: test
2413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
2415 - test/cpp/client/credentials_test.cc
2416 deps:
2417 - grpc++
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002420- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002421 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002422 build: test
2423 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002424 src:
2425 - test/cpp/util/byte_buffer_test.cc
2426 deps:
2427 - grpc_test_util
2428 - grpc++
2429 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002430 - gpr_test_util
2431 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002432- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002433 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434 build: test
2435 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002436 src:
2437 - test/cpp/util/slice_test.cc
2438 deps:
2439 - grpc_test_util
2440 - grpc++
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002445 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446 build: test
2447 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002448 src:
2449 - test/cpp/util/string_ref_test.cc
2450 deps:
2451 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002452- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002453 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002454 build: test
2455 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002456 src:
2457 - test/cpp/util/time_test.cc
2458 deps:
2459 - grpc_test_util
2460 - grpc++
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002465 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002466 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002467 build: test
2468 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/cpp/end2end/end2end_test.cc
2471 deps:
2472 - grpc++_test_util
2473 - grpc_test_util
2474 - grpc++
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
vjpai083dc622016-01-11 09:41:17 -08002478- name: generic_async_streaming_ping_pong_test
2479 build: test
2480 language: c++
2481 src:
2482 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2483 deps:
2484 - qps
2485 - grpc++_test_util
2486 - grpc_test_util
2487 - grpc++
2488 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002489 - gpr_test_util
2490 - gpr
vjpai083dc622016-01-11 09:41:17 -08002491 platforms:
2492 - mac
2493 - linux
2494 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002495- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002496 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002497 build: test
2498 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
2500 - test/cpp/end2end/generic_end2end_test.cc
2501 deps:
2502 - grpc++_test_util
2503 - grpc_test_util
2504 - grpc++
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr_test_util
2507 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002508- name: grpc_cli
2509 build: test
2510 run: false
2511 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002512 src:
2513 - test/cpp/util/grpc_cli.cc
2514 deps:
2515 - grpc++_test_util
2516 - grpc_test_util
2517 - grpc++
2518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002519 - gpr_test_util
2520 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002521 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002522- name: grpc_cpp_plugin
2523 build: protoc
2524 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002525 src:
2526 - src/compiler/cpp_plugin.cc
2527 deps:
2528 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002529 secure: false
2530 vs_config_type: Application
2531 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2532- name: grpc_csharp_plugin
2533 build: protoc
2534 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002535 src:
2536 - src/compiler/csharp_plugin.cc
2537 deps:
2538 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002539 secure: false
2540 vs_config_type: Application
2541 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2542- name: grpc_objective_c_plugin
2543 build: protoc
2544 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002545 src:
2546 - src/compiler/objective_c_plugin.cc
2547 deps:
2548 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002549 secure: false
2550 vs_config_type: Application
2551 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2552- name: grpc_python_plugin
2553 build: protoc
2554 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002555 src:
2556 - src/compiler/python_plugin.cc
2557 deps:
2558 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002559 secure: false
2560 vs_config_type: Application
2561 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2562- name: grpc_ruby_plugin
2563 build: protoc
2564 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002565 src:
2566 - src/compiler/ruby_plugin.cc
2567 deps:
2568 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002569 secure: false
2570 vs_config_type: Application
2571 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002572- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002573 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002574 build: test
2575 language: c++
2576 src:
2577 - src/proto/grpc/lb/v0/load_balancer.proto
2578 - test/cpp/grpclb/grpclb_api_test.cc
2579 deps:
2580 - grpc++_test_util
2581 - grpc_test_util
2582 - grpc++
2583 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002584- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002585 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002586 build: test
2587 language: c++
2588 src:
2589 - test/cpp/end2end/hybrid_end2end_test.cc
2590 deps:
2591 - grpc++_test_util
2592 - grpc_test_util
2593 - grpc++
2594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002595 - gpr_test_util
2596 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002597- name: interop_client
2598 build: test
2599 run: false
2600 language: c++
2601 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002602 deps:
2603 - interop_client_main
2604 - interop_client_helper
2605 - grpc++_test_util
2606 - grpc_test_util
2607 - grpc++
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002611 - grpc++_test_config
2612 platforms:
2613 - mac
2614 - linux
2615 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002616- name: interop_server
2617 build: test
2618 run: false
2619 language: c++
2620 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002621 deps:
2622 - interop_server_main
2623 - interop_server_helper
2624 - grpc++_test_util
2625 - grpc_test_util
2626 - grpc++
2627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002628 - gpr_test_util
2629 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002630 - grpc++_test_config
2631 platforms:
2632 - mac
2633 - linux
2634 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002635- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002636 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002637 build: test
2638 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002639 src:
2640 - test/cpp/interop/interop_test.cc
2641 deps:
2642 - grpc_test_util
2643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002644 - gpr_test_util
2645 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002646 platforms:
2647 - mac
2648 - linux
2649 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002650- name: json_run_localhost
2651 build: test
2652 run: false
2653 language: c++
2654 src:
2655 - test/cpp/qps/json_run_localhost.cc
2656 deps:
2657 - grpc++_test_util
2658 - grpc_test_util
2659 - grpc++
2660 - grpc
2661 - gpr_test_util
2662 - gpr
2663 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002664- name: metrics_client
2665 build: test
2666 run: false
2667 language: c++
2668 headers:
2669 - test/cpp/util/metrics_server.h
2670 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002671 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002672 - test/cpp/interop/metrics_client.cc
2673 deps:
2674 - grpc++
2675 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002676 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002677 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002678- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002679 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002680 build: test
2681 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002682 src:
2683 - test/cpp/end2end/mock_test.cc
2684 deps:
2685 - grpc++_test_util
2686 - grpc_test_util
2687 - grpc++
2688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr_test_util
2690 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002691- name: qps_driver
2692 build: benchmark
2693 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002694 src:
2695 - test/cpp/qps/qps_driver.cc
2696 deps:
2697 - qps
2698 - grpc++_test_util
2699 - grpc_test_util
2700 - grpc++
2701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002702 - gpr_test_util
2703 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002704 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002705- name: qps_interarrival_test
2706 build: test
2707 run: false
2708 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002709 src:
2710 - test/cpp/qps/qps_interarrival_test.cc
2711 deps:
2712 - qps
2713 - grpc++_test_util
2714 - grpc_test_util
2715 - grpc++
2716 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002717 - gpr_test_util
2718 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002719 platforms:
2720 - mac
2721 - linux
2722 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002723- name: qps_json_driver
2724 build: test
2725 run: false
2726 language: c++
2727 src:
2728 - test/cpp/qps/qps_json_driver.cc
2729 deps:
2730 - qps
2731 - grpc++_test_util
2732 - grpc_test_util
2733 - grpc++
2734 - grpc
2735 - gpr_test_util
2736 - gpr
2737 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002738- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002739 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002740 build: test
2741 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002742 src:
2743 - test/cpp/qps/qps_openloop_test.cc
2744 deps:
2745 - qps
2746 - grpc++_test_util
2747 - grpc_test_util
2748 - grpc++
2749 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002750 - gpr_test_util
2751 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002752 - grpc++_test_config
2753 platforms:
2754 - mac
2755 - linux
2756 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002757- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002758 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002759 build: test
2760 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002761 src:
2762 - test/cpp/qps/qps_test.cc
2763 deps:
2764 - qps
2765 - grpc++_test_util
2766 - grpc_test_util
2767 - grpc++
2768 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002769 - gpr_test_util
2770 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002771 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002772 platforms:
2773 - mac
2774 - linux
2775 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002776- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002777 build: test
2778 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002779 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002780 headers:
2781 - test/cpp/qps/client.h
2782 - test/cpp/qps/server.h
2783 src:
2784 - test/cpp/qps/worker.cc
2785 deps:
2786 - qps
2787 - grpc++_test_util
2788 - grpc_test_util
2789 - grpc++
2790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002791 - gpr_test_util
2792 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002793 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002794- name: reconnect_interop_client
2795 build: test
2796 run: false
2797 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002798 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002799 - src/proto/grpc/testing/empty.proto
2800 - src/proto/grpc/testing/messages.proto
2801 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002802 - test/cpp/interop/reconnect_interop_client.cc
2803 deps:
2804 - grpc++_test_util
2805 - grpc_test_util
2806 - grpc++
2807 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002808 - gpr_test_util
2809 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002810 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002811- name: reconnect_interop_server
2812 build: test
2813 run: false
2814 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002815 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002816 - src/proto/grpc/testing/empty.proto
2817 - src/proto/grpc/testing/messages.proto
2818 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002819 - test/cpp/interop/reconnect_interop_server.cc
2820 deps:
2821 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002822 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002823 - grpc++_test_util
2824 - grpc_test_util
2825 - grpc++
2826 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002827 - gpr_test_util
2828 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002829 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002830- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002831 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832 build: test
2833 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002834 src:
2835 - test/cpp/common/secure_auth_context_test.cc
2836 deps:
2837 - grpc++_test_util
2838 - grpc_test_util
2839 - grpc++
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002843- name: secure_sync_unary_ping_pong_test
2844 build: test
2845 language: c++
2846 src:
2847 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2848 deps:
2849 - qps
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
vjpaif8603ad2015-11-04 12:49:33 -08002856 platforms:
2857 - mac
2858 - linux
2859 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002861 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002862 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002863 build: test
2864 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002865 src:
2866 - test/cpp/end2end/server_crash_test.cc
2867 deps:
2868 - grpc++_test_util
2869 - grpc_test_util
2870 - grpc++
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002874 platforms:
2875 - mac
2876 - linux
2877 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002878- name: server_crash_test_client
2879 build: test
2880 run: false
2881 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002882 src:
2883 - test/cpp/end2end/server_crash_test_client.cc
2884 deps:
2885 - grpc++_test_util
2886 - grpc_test_util
2887 - grpc++
2888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002889 - gpr_test_util
2890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002892 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002893 build: test
2894 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002895 src:
2896 - test/cpp/end2end/shutdown_test.cc
2897 deps:
2898 - grpc++_test_util
2899 - grpc_test_util
2900 - grpc++
2901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002902 - gpr_test_util
2903 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002904- name: status_test
2905 build: test
2906 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002907 src:
2908 - test/cpp/util/status_test.cc
2909 deps:
2910 - grpc_test_util
2911 - grpc++
2912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002913 - gpr_test_util
2914 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002915- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002916 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002917 build: test
2918 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002919 src:
2920 - test/cpp/end2end/streaming_throughput_test.cc
2921 deps:
2922 - grpc++_test_util
2923 - grpc_test_util
2924 - grpc++
2925 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002926 - gpr_test_util
2927 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002928 platforms:
2929 - mac
2930 - linux
2931 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002932- name: stress_test
2933 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002934 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002935 language: c++
2936 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002937 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002938 - test/cpp/interop/interop_client.h
2939 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002940 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002941 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002942 - src/proto/grpc/testing/empty.proto
2943 - src/proto/grpc/testing/messages.proto
2944 - src/proto/grpc/testing/metrics.proto
2945 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002946 - test/cpp/interop/interop_client.cc
2947 - test/cpp/interop/stress_interop_client.cc
2948 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002949 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002950 deps:
2951 - grpc++_test_util
2952 - grpc_test_util
2953 - grpc++
2954 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002955 - gpr_test_util
2956 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002957 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002958- name: sync_streaming_ping_pong_test
2959 build: test
2960 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002961 src:
2962 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2963 deps:
2964 - qps
2965 - grpc++_test_util
2966 - grpc_test_util
2967 - grpc++
2968 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002969 - gpr_test_util
2970 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002971 platforms:
2972 - mac
2973 - linux
2974 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002975- name: sync_unary_ping_pong_test
2976 build: test
2977 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002978 src:
2979 - test/cpp/qps/sync_unary_ping_pong_test.cc
2980 deps:
2981 - qps
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 Tiller25834342015-09-25 08:08:24 -07002988 platforms:
2989 - mac
2990 - linux
2991 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002992- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002993 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002994 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002995 build: test
2996 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002997 src:
2998 - test/cpp/end2end/thread_stress_test.cc
2999 deps:
3000 - grpc++_test_util
3001 - grpc_test_util
3002 - grpc++
3003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003004 - gpr_test_util
3005 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003006- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003007 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003008 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003009 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003010 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003011 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003012 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003013 - test/cpp/end2end/zookeeper_test.cc
3014 deps:
3015 - grpc++_test_util
3016 - grpc_test_util
3017 - grpc++
3018 - grpc_zookeeper
3019 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003020 - gpr_test_util
3021 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003022 external_deps:
3023 - zookeeper
3024 platforms:
3025 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003026- name: public_headers_must_be_c89
3027 build: test
3028 language: c89
3029 src:
3030 - test/core/surface/public_headers_must_be_c89.c
3031 deps:
3032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003034vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003035- linkage: static
3036 name: grpc.dependencies.zlib
3037 props: false
3038 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003039 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003040- linkage: static
3041 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003042 props: true
3043 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003044 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003045- name: gflags
3046 props: false
3047 redist: false
3048 version: 2.1.2.1
3049- name: gtest
3050 props: false
3051 redist: false
3052 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003053configs:
3054 asan:
3055 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003056 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3057 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003058 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003059 LD: clang
3060 LDFLAGS: -fsanitize=address
3061 LDXX: clang++
3062 compile_the_world: true
3063 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003064 ASAN_OPTIONS: detect_leaks=1:color=always
3065 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003066 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003067 asan-noleaks:
3068 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003069 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3070 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003071 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003072 LD: clang
3073 LDFLAGS: -fsanitize=address
3074 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003075 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003076 test_environ:
3077 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003078 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003079 asan-trace-cmp:
3080 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003081 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3082 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003083 CXX: clang++
3084 LD: clang
3085 LDFLAGS: -fsanitize=address
3086 LDXX: clang++
3087 compile_the_world: true
3088 test_environ:
3089 ASAN_OPTIONS: detect_leaks=1:color=always
3090 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3091 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003092 basicprof:
3093 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3094 DEFINES: NDEBUG
3095 dbg:
3096 CPPFLAGS: -O0
3097 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003098 easan:
3099 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003100 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3101 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003102 CXX: clang++
3103 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3104 LD: clang
3105 LDFLAGS: -fsanitize=address
3106 LDXX: clang++
3107 compile_the_world: true
3108 test_environ:
3109 ASAN_OPTIONS: detect_leaks=1:color=always
3110 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3111 timeout_multiplier: 3
3112 edbg:
3113 CPPFLAGS: -O0
3114 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3115 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003116 CC: clang
3117 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003118 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003119 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003120 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003121 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003122 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003123 LDXX: clang++
3124 compile_the_world: true
3125 test_environ:
3126 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3127 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003128 gcov:
3129 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003130 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003131 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003132 DEFINES: _DEBUG DEBUG GPR_GCOV
3133 LD: gcc
3134 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3135 LDXX: g++
3136 helgrind:
3137 CPPFLAGS: -O0
3138 DEFINES: _DEBUG DEBUG
3139 LDFLAGS: -rdynamic
3140 timeout_multiplier: 20
3141 valgrind: --tool=helgrind
3142 memcheck:
3143 CPPFLAGS: -O0
3144 DEFINES: _DEBUG DEBUG
3145 LDFLAGS: -rdynamic
3146 timeout_multiplier: 10
3147 valgrind: --tool=memcheck --leak-check=full
3148 msan:
3149 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003150 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3151 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3152 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003153 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003154 DEFINES: NDEBUG
3155 LD: clang
3156 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3157 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3158 LDXX: clang++
3159 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003160 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003161 mutrace:
3162 CPPFLAGS: -O0
3163 DEFINES: _DEBUG DEBUG
3164 LDFLAGS: -rdynamic
3165 opt:
3166 CPPFLAGS: -O2
3167 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003168 stapprof:
3169 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3170 DEFINES: NDEBUG
3171 tsan:
3172 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003173 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003174 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003175 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003176 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003177 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003178 LDXX: clang++
3179 compile_the_world: true
3180 test_environ:
3181 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003182 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003183 ubsan:
3184 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003185 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3186 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003187 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003188 DEFINES: NDEBUG
3189 LD: clang
3190 LDFLAGS: -fsanitize=undefined
3191 LDXX: clang++
3192 compile_the_world: true
3193 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003194defaults:
3195 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003196 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003197 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003198 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003199 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003200 global:
3201 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3202 LDFLAGS: -g
3203 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003204 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003205 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003206node_modules:
3207- deps:
3208 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003209 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003210 - boringssl
3211 - z
murgatroid9994a75412015-11-19 14:04:53 -08003212 headers:
3213 - src/node/ext/byte_buffer.h
3214 - src/node/ext/call.h
3215 - src/node/ext/call_credentials.h
3216 - src/node/ext/channel.h
3217 - src/node/ext/channel_credentials.h
3218 - src/node/ext/completion_queue_async_worker.h
3219 - src/node/ext/server.h
3220 - src/node/ext/server_credentials.h
3221 - src/node/ext/timeval.h
3222 js:
3223 - src/node/index.js
3224 - src/node/src/client.js
3225 - src/node/src/common.js
3226 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003227 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003228 - src/node/src/metadata.js
3229 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003230 name: grpc_node
3231 src:
3232 - src/node/ext/byte_buffer.cc
3233 - src/node/ext/call.cc
3234 - src/node/ext/call_credentials.cc
3235 - src/node/ext/channel.cc
3236 - src/node/ext/channel_credentials.cc
3237 - src/node/ext/completion_queue_async_worker.cc
3238 - src/node/ext/node_grpc.cc
3239 - src/node/ext/server.cc
3240 - src/node/ext/server_credentials.cc
3241 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003242openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003243 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003244 extraction_dir: openssl-1.0.2f
3245 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003246php_config_m4:
3247 deps:
3248 - grpc
3249 - gpr
3250 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003251 headers:
3252 - src/php/ext/grpc/byte_buffer.h
3253 - src/php/ext/grpc/call.h
3254 - src/php/ext/grpc/call_credentials.h
3255 - src/php/ext/grpc/channel.h
3256 - src/php/ext/grpc/channel_credentials.h
3257 - src/php/ext/grpc/completion_queue.h
3258 - src/php/ext/grpc/php_grpc.h
3259 - src/php/ext/grpc/server.h
3260 - src/php/ext/grpc/server_credentials.h
3261 - src/php/ext/grpc/timeval.h
3262 src:
3263 - src/php/ext/grpc/byte_buffer.c
3264 - src/php/ext/grpc/call.c
3265 - src/php/ext/grpc/call_credentials.c
3266 - src/php/ext/grpc/channel.c
3267 - src/php/ext/grpc/channel_credentials.c
3268 - src/php/ext/grpc/completion_queue.c
3269 - src/php/ext/grpc/php_grpc.c
3270 - src/php/ext/grpc/server.c
3271 - src/php/ext/grpc/server_credentials.c
3272 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003273python_dependencies:
3274 deps:
3275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003276 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003277 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003278 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003279ruby_gem:
3280 deps:
3281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003282 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003283 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003284 - z