blob: 92ba4d91031cafcf5fa4fcf2df1d09bf4edfa51e [file] [log] [blame]
Craig Tillerbf4b2242015-08-31 15:53:53 -07001'#1': This file describes the list of targets and dependencies.
2'#2': It is used among other things to generate all of our project files.
3'#3': Please refer to the templates directory for more information.
4settings:
Craig Tillerf008f062016-02-08 12:48:03 -08005 '#1': The public version number of the library.
6 '#2': Master always has a "-dev" suffix
7 '#3': Use "-preN" suffixes to identify pre-release versions
Craig Tiller719a9a02016-02-08 15:06:54 -08008 '#4': Per-language overrides are possible with (eg) ruby_version tag here
Craig Tillerf008f062016-02-08 12:48:03 -08009 '#5': See the expand_version.py for all the quirks here
Nicolas "Pixel" Noble1935c362016-02-09 01:54:56 +010010 version: 0.14.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070011filegroups:
12- name: census
Craig Tiller25834342015-09-25 08:08:24 -070013 public_headers:
14 - include/grpc/census.h
15 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070016 - src/core/ext/census/aggregation.h
17 - src/core/ext/census/census_interface.h
18 - src/core/ext/census/census_rpc_stats.h
19 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070020 - src/core/ext/census/mlog.h
21 - src/core/ext/census/rpc_metric_id.h
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/context.c
24 - src/core/ext/census/grpc_context.c
25 - src/core/ext/census/grpc_filter.c
26 - src/core/ext/census/grpc_plugin.c
27 - src/core/ext/census/initialize.c
28 - src/core/ext/census/mlog.c
29 - src/core/ext/census/operation.c
30 - src/core/ext/census/placeholders.c
31 - src/core/ext/census/tracing.c
32 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070033 uses:
34 - grpc_base
35- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010036 public_headers:
37 - include/grpc/support/alloc.h
38 - include/grpc/support/atm.h
39 - include/grpc/support/atm_gcc_atomic.h
40 - include/grpc/support/atm_gcc_sync.h
41 - include/grpc/support/atm_win32.h
42 - include/grpc/support/avl.h
43 - include/grpc/support/cmdline.h
44 - include/grpc/support/cpu.h
45 - include/grpc/support/histogram.h
46 - include/grpc/support/host_port.h
47 - include/grpc/support/log.h
48 - include/grpc/support/log_win32.h
49 - include/grpc/support/port_platform.h
50 - include/grpc/support/slice.h
51 - include/grpc/support/slice_buffer.h
52 - include/grpc/support/string_util.h
53 - include/grpc/support/subprocess.h
54 - include/grpc/support/sync.h
55 - include/grpc/support/sync_generic.h
56 - include/grpc/support/sync_posix.h
57 - include/grpc/support/sync_win32.h
58 - include/grpc/support/thd.h
59 - include/grpc/support/time.h
60 - include/grpc/support/tls.h
61 - include/grpc/support/tls_gcc.h
62 - include/grpc/support/tls_msvc.h
63 - include/grpc/support/tls_pthread.h
64 - include/grpc/support/useful.h
65 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070066 - src/core/lib/profiling/timers.h
67 - src/core/lib/support/backoff.h
68 - src/core/lib/support/block_annotate.h
69 - src/core/lib/support/env.h
70 - src/core/lib/support/load_file.h
71 - src/core/lib/support/murmur_hash.h
72 - src/core/lib/support/stack_lockfree.h
73 - src/core/lib/support/string.h
74 - src/core/lib/support/string_win32.h
75 - src/core/lib/support/thd_internal.h
76 - src/core/lib/support/time_precise.h
77 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010078 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070079 - src/core/lib/profiling/basic_timers.c
80 - src/core/lib/profiling/stap_timers.c
81 - src/core/lib/support/alloc.c
82 - src/core/lib/support/avl.c
83 - src/core/lib/support/backoff.c
84 - src/core/lib/support/cmdline.c
85 - src/core/lib/support/cpu_iphone.c
86 - src/core/lib/support/cpu_linux.c
87 - src/core/lib/support/cpu_posix.c
88 - src/core/lib/support/cpu_windows.c
89 - src/core/lib/support/env_linux.c
90 - src/core/lib/support/env_posix.c
91 - src/core/lib/support/env_win32.c
92 - src/core/lib/support/histogram.c
93 - src/core/lib/support/host_port.c
94 - src/core/lib/support/load_file.c
95 - src/core/lib/support/log.c
96 - src/core/lib/support/log_android.c
97 - src/core/lib/support/log_linux.c
98 - src/core/lib/support/log_posix.c
99 - src/core/lib/support/log_win32.c
100 - src/core/lib/support/murmur_hash.c
101 - src/core/lib/support/slice.c
102 - src/core/lib/support/slice_buffer.c
103 - src/core/lib/support/stack_lockfree.c
104 - src/core/lib/support/string.c
105 - src/core/lib/support/string_posix.c
106 - src/core/lib/support/string_win32.c
107 - src/core/lib/support/subprocess_posix.c
108 - src/core/lib/support/subprocess_windows.c
109 - src/core/lib/support/sync.c
110 - src/core/lib/support/sync_posix.c
111 - src/core/lib/support/sync_win32.c
112 - src/core/lib/support/thd.c
113 - src/core/lib/support/thd_posix.c
114 - src/core/lib/support/thd_win32.c
115 - src/core/lib/support/time.c
116 - src/core/lib/support/time_posix.c
117 - src/core/lib/support/time_precise.c
118 - src/core/lib/support/time_win32.c
119 - src/core/lib/support/tls_pthread.c
120 - src/core/lib/support/tmpfile_posix.c
121 - src/core/lib/support/tmpfile_win32.c
122 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700123 uses:
124 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800125- name: gpr_codegen
126 public_headers:
127 - include/grpc/impl/codegen/alloc.h
128 - include/grpc/impl/codegen/atm.h
129 - include/grpc/impl/codegen/atm_gcc_atomic.h
130 - include/grpc/impl/codegen/atm_gcc_sync.h
131 - include/grpc/impl/codegen/atm_win32.h
132 - include/grpc/impl/codegen/log.h
133 - include/grpc/impl/codegen/port_platform.h
134 - include/grpc/impl/codegen/slice.h
135 - include/grpc/impl/codegen/slice_buffer.h
136 - include/grpc/impl/codegen/sync.h
137 - include/grpc/impl/codegen/sync_generic.h
138 - include/grpc/impl/codegen/sync_posix.h
139 - include/grpc/impl/codegen/sync_win32.h
140 - include/grpc/impl/codegen/time.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700141- name: grpc++_base
Craig Tiller25834342015-09-25 08:08:24 -0700142 public_headers:
vjpaif9f61cf2016-02-10 20:51:53 -0800143 - include/grpc++/alarm.h
Craig Tiller25834342015-09-25 08:08:24 -0700144 - include/grpc++/channel.h
145 - include/grpc++/client_context.h
146 - include/grpc++/completion_queue.h
147 - include/grpc++/create_channel.h
148 - include/grpc++/generic/async_generic_service.h
149 - include/grpc++/generic/generic_stub.h
150 - include/grpc++/grpc++.h
151 - include/grpc++/impl/call.h
152 - include/grpc++/impl/client_unary_call.h
153 - include/grpc++/impl/grpc_library.h
yang-g77c63332016-01-14 16:09:04 -0800154 - include/grpc++/impl/method_handler_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700155 - include/grpc++/impl/proto_utils.h
156 - include/grpc++/impl/rpc_method.h
157 - include/grpc++/impl/rpc_service_method.h
158 - include/grpc++/impl/serialization_traits.h
yang-ga23f17b2015-11-25 10:21:05 -0800159 - include/grpc++/impl/server_builder_option.h
Craig Tiller25834342015-09-25 08:08:24 -0700160 - include/grpc++/impl/service_type.h
161 - include/grpc++/impl/sync.h
162 - include/grpc++/impl/sync_cxx11.h
163 - include/grpc++/impl/sync_no_cxx11.h
164 - include/grpc++/impl/thd.h
165 - include/grpc++/impl/thd_cxx11.h
166 - include/grpc++/impl/thd_no_cxx11.h
167 - include/grpc++/security/auth_context.h
168 - include/grpc++/security/auth_metadata_processor.h
169 - include/grpc++/security/credentials.h
170 - include/grpc++/security/server_credentials.h
171 - include/grpc++/server.h
172 - include/grpc++/server_builder.h
173 - include/grpc++/server_context.h
174 - include/grpc++/support/async_stream.h
175 - include/grpc++/support/async_unary_call.h
176 - include/grpc++/support/byte_buffer.h
177 - include/grpc++/support/channel_arguments.h
Craig Tiller25834342015-09-25 08:08:24 -0700178 - include/grpc++/support/slice.h
179 - include/grpc++/support/status.h
180 - include/grpc++/support/status_code_enum.h
181 - include/grpc++/support/string_ref.h
182 - include/grpc++/support/stub_options.h
183 - include/grpc++/support/sync_stream.h
184 - include/grpc++/support/time.h
185 headers:
186 - src/cpp/client/create_channel_internal.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800187 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700188 - src/cpp/common/create_auth_context.h
189 - src/cpp/server/dynamic_thread_pool.h
Craig Tiller25834342015-09-25 08:08:24 -0700190 - src/cpp/server/thread_pool_interface.h
191 src:
192 - src/cpp/client/channel.cc
Craig Tiller25834342015-09-25 08:08:24 -0700193 - src/cpp/client/client_context.cc
194 - src/cpp/client/create_channel.cc
195 - src/cpp/client/create_channel_internal.cc
196 - src/cpp/client/credentials.cc
197 - src/cpp/client/generic_stub.cc
198 - src/cpp/client/insecure_credentials.cc
yang-g52705592015-11-25 11:45:33 -0800199 - src/cpp/common/channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700200 - src/cpp/common/completion_queue.cc
Nicolas "Pixel" Noble42683182016-03-17 00:25:39 +0100201 - src/cpp/common/core_codegen.cc
Craig Tiller25834342015-09-25 08:08:24 -0700202 - src/cpp/common/rpc_method.cc
Craig Tiller25834342015-09-25 08:08:24 -0700203 - src/cpp/server/async_generic_service.cc
204 - src/cpp/server/create_default_thread_pool.cc
205 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller25834342015-09-25 08:08:24 -0700206 - src/cpp/server/insecure_server_credentials.cc
207 - src/cpp/server/server.cc
208 - src/cpp/server/server_builder.cc
209 - src/cpp/server/server_context.cc
210 - src/cpp/server/server_credentials.cc
211 - src/cpp/util/byte_buffer.cc
212 - src/cpp/util/slice.cc
213 - src/cpp/util/status.cc
214 - src/cpp/util/string_ref.cc
215 - src/cpp/util/time.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700216 deps:
217 - grpc
218 uses:
219 - grpc++_codegen
Craig Tiller03915e52016-04-07 09:15:10 -0700220 - grpc++_config
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800221- name: grpc++_codegen
222 public_headers:
David Garcia Quintas6a484052016-01-25 19:12:37 -0800223 - include/grpc++/impl/codegen/async_stream.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800224 - include/grpc++/impl/codegen/async_unary_call.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800225 - include/grpc++/impl/codegen/call.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800226 - include/grpc++/impl/codegen/call_hook.h
227 - include/grpc++/impl/codegen/channel_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800228 - include/grpc++/impl/codegen/client_context.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800229 - include/grpc++/impl/codegen/client_unary_call.h
230 - include/grpc++/impl/codegen/completion_queue.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800231 - include/grpc++/impl/codegen/completion_queue_tag.h
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100232 - include/grpc++/impl/codegen/core_codegen_interface.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800233 - include/grpc++/impl/codegen/grpc_library.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800234 - include/grpc++/impl/codegen/method_handler_impl.h
David Garcia Quintas6a484052016-01-25 19:12:37 -0800235 - include/grpc++/impl/codegen/proto_utils.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800236 - include/grpc++/impl/codegen/rpc_method.h
237 - include/grpc++/impl/codegen/rpc_service_method.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800238 - include/grpc++/impl/codegen/security/auth_context.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800239 - include/grpc++/impl/codegen/serialization_traits.h
240 - include/grpc++/impl/codegen/server_context.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800241 - include/grpc++/impl/codegen/server_interface.h
David Garcia Quintasb523c732016-01-25 18:22:28 -0800242 - include/grpc++/impl/codegen/service_type.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800243 - include/grpc++/impl/codegen/status.h
244 - include/grpc++/impl/codegen/status_code_enum.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800245 - include/grpc++/impl/codegen/string_ref.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800246 - include/grpc++/impl/codegen/stub_options.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800247 - include/grpc++/impl/codegen/sync.h
248 - include/grpc++/impl/codegen/sync_cxx11.h
249 - include/grpc++/impl/codegen/sync_no_cxx11.h
David Garcia Quintas6bd7b972016-01-27 19:21:12 -0800250 - include/grpc++/impl/codegen/sync_stream.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800251 - include/grpc++/impl/codegen/time.h
David Garcia Quintase1300de2016-01-27 18:41:26 -0800252 src:
Nicolas "Pixel" Noblee8fb8522016-03-14 19:46:57 +0100253 - src/cpp/codegen/codegen_init.cc
Craig Tiller03915e52016-04-07 09:15:10 -0700254 uses:
255 - grpc_codegen
256 - grpc++_config_codegen
257- name: grpc++_config
258 public_headers:
259 - include/grpc++/support/config.h
260 - include/grpc++/support/config_protobuf.h
261 uses:
262 - grpc++_config_codegen
263- name: grpc++_config_codegen
264 public_headers:
265 - include/grpc++/impl/codegen/config.h
266 - include/grpc++/impl/codegen/config_protobuf.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700267- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700268 public_headers:
269 - include/grpc/byte_buffer.h
270 - include/grpc/byte_buffer_reader.h
271 - include/grpc/compression.h
272 - include/grpc/grpc.h
273 - include/grpc/status.h
274 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/channel/channel_args.h
276 - src/core/lib/channel/channel_stack.h
277 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700278 - src/core/lib/channel/compress_filter.h
279 - src/core/lib/channel/connected_channel.h
280 - src/core/lib/channel/context.h
281 - src/core/lib/channel/http_client_filter.h
282 - src/core/lib/channel/http_server_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700283 - src/core/lib/compression/algorithm_metadata.h
284 - src/core/lib/compression/message_compress.h
285 - src/core/lib/debug/trace.h
286 - src/core/lib/http/format_request.h
287 - src/core/lib/http/httpcli.h
288 - src/core/lib/http/parser.h
289 - src/core/lib/iomgr/closure.h
290 - src/core/lib/iomgr/endpoint.h
291 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller8a034482016-03-28 16:09:04 -0700292 - src/core/lib/iomgr/ev_poll_and_epoll_posix.h
293 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700294 - src/core/lib/iomgr/exec_ctx.h
295 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/iomgr/iocp_windows.h
297 - src/core/lib/iomgr/iomgr.h
298 - src/core/lib/iomgr/iomgr_internal.h
299 - src/core/lib/iomgr/iomgr_posix.h
300 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/pollset_set_windows.h
303 - src/core/lib/iomgr/pollset_windows.h
304 - src/core/lib/iomgr/resolve_address.h
305 - src/core/lib/iomgr/sockaddr.h
306 - src/core/lib/iomgr/sockaddr_posix.h
307 - src/core/lib/iomgr/sockaddr_utils.h
308 - src/core/lib/iomgr/sockaddr_win32.h
309 - src/core/lib/iomgr/socket_utils_posix.h
310 - src/core/lib/iomgr/socket_windows.h
311 - src/core/lib/iomgr/tcp_client.h
312 - src/core/lib/iomgr/tcp_posix.h
313 - src/core/lib/iomgr/tcp_server.h
314 - src/core/lib/iomgr/tcp_windows.h
315 - src/core/lib/iomgr/time_averaged_stats.h
316 - src/core/lib/iomgr/timer.h
317 - src/core/lib/iomgr/timer_heap.h
318 - src/core/lib/iomgr/udp_server.h
319 - src/core/lib/iomgr/unix_sockets_posix.h
320 - src/core/lib/iomgr/wakeup_fd_pipe.h
321 - src/core/lib/iomgr/wakeup_fd_posix.h
322 - src/core/lib/iomgr/workqueue.h
323 - src/core/lib/iomgr/workqueue_posix.h
324 - src/core/lib/iomgr/workqueue_windows.h
325 - src/core/lib/json/json.h
326 - src/core/lib/json/json_common.h
327 - src/core/lib/json/json_reader.h
328 - src/core/lib/json/json_writer.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/surface/api_trace.h
330 - src/core/lib/surface/call.h
331 - src/core/lib/surface/call_test_only.h
332 - src/core/lib/surface/channel.h
333 - src/core/lib/surface/channel_init.h
334 - src/core/lib/surface/channel_stack_type.h
335 - src/core/lib/surface/completion_queue.h
336 - src/core/lib/surface/event_string.h
337 - src/core/lib/surface/init.h
338 - src/core/lib/surface/lame_client.h
339 - src/core/lib/surface/server.h
340 - src/core/lib/surface/surface_trace.h
341 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/transport/connectivity_state.h
343 - src/core/lib/transport/metadata.h
344 - src/core/lib/transport/metadata_batch.h
345 - src/core/lib/transport/static_metadata.h
346 - src/core/lib/transport/transport.h
347 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700348 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/channel/channel_args.c
350 - src/core/lib/channel/channel_stack.c
351 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/channel/compress_filter.c
353 - src/core/lib/channel/connected_channel.c
354 - src/core/lib/channel/http_client_filter.c
355 - src/core/lib/channel/http_server_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/compression/compression_algorithm.c
357 - src/core/lib/compression/message_compress.c
358 - src/core/lib/debug/trace.c
359 - src/core/lib/http/format_request.c
360 - src/core/lib/http/httpcli.c
361 - src/core/lib/http/parser.c
362 - src/core/lib/iomgr/closure.c
363 - src/core/lib/iomgr/endpoint.c
364 - src/core/lib/iomgr/endpoint_pair_posix.c
365 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller8a034482016-03-28 16:09:04 -0700366 - src/core/lib/iomgr/ev_poll_and_epoll_posix.c
367 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/iomgr/exec_ctx.c
369 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700370 - src/core/lib/iomgr/iocp_windows.c
371 - src/core/lib/iomgr/iomgr.c
372 - src/core/lib/iomgr/iomgr_posix.c
373 - src/core/lib/iomgr/iomgr_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/iomgr/pollset_set_windows.c
375 - src/core/lib/iomgr/pollset_windows.c
376 - src/core/lib/iomgr/resolve_address_posix.c
377 - src/core/lib/iomgr/resolve_address_windows.c
378 - src/core/lib/iomgr/sockaddr_utils.c
379 - src/core/lib/iomgr/socket_utils_common_posix.c
380 - src/core/lib/iomgr/socket_utils_linux.c
381 - src/core/lib/iomgr/socket_utils_posix.c
382 - src/core/lib/iomgr/socket_windows.c
383 - src/core/lib/iomgr/tcp_client_posix.c
384 - src/core/lib/iomgr/tcp_client_windows.c
385 - src/core/lib/iomgr/tcp_posix.c
386 - src/core/lib/iomgr/tcp_server_posix.c
387 - src/core/lib/iomgr/tcp_server_windows.c
388 - src/core/lib/iomgr/tcp_windows.c
389 - src/core/lib/iomgr/time_averaged_stats.c
390 - src/core/lib/iomgr/timer.c
391 - src/core/lib/iomgr/timer_heap.c
392 - src/core/lib/iomgr/udp_server.c
393 - src/core/lib/iomgr/unix_sockets_posix.c
394 - src/core/lib/iomgr/unix_sockets_posix_noop.c
395 - src/core/lib/iomgr/wakeup_fd_eventfd.c
396 - src/core/lib/iomgr/wakeup_fd_nospecial.c
397 - src/core/lib/iomgr/wakeup_fd_pipe.c
398 - src/core/lib/iomgr/wakeup_fd_posix.c
399 - src/core/lib/iomgr/workqueue_posix.c
400 - src/core/lib/iomgr/workqueue_windows.c
401 - src/core/lib/json/json.c
402 - src/core/lib/json/json_reader.c
403 - src/core/lib/json/json_string.c
404 - src/core/lib/json/json_writer.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700405 - src/core/lib/surface/alarm.c
406 - src/core/lib/surface/api_trace.c
407 - src/core/lib/surface/byte_buffer.c
408 - src/core/lib/surface/byte_buffer_reader.c
409 - src/core/lib/surface/call.c
410 - src/core/lib/surface/call_details.c
411 - src/core/lib/surface/call_log_batch.c
412 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700413 - src/core/lib/surface/channel_init.c
414 - src/core/lib/surface/channel_ping.c
415 - src/core/lib/surface/channel_stack_type.c
416 - src/core/lib/surface/completion_queue.c
417 - src/core/lib/surface/event_string.c
418 - src/core/lib/surface/init.c
419 - src/core/lib/surface/lame_client.c
420 - src/core/lib/surface/metadata_array.c
421 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700422 - src/core/lib/surface/validate_metadata.c
423 - src/core/lib/surface/version.c
424 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700425 - src/core/lib/transport/connectivity_state.c
426 - src/core/lib/transport/metadata.c
427 - src/core/lib/transport/metadata_batch.c
428 - src/core/lib/transport/static_metadata.c
429 - src/core/lib/transport/transport.c
430 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700431 deps:
432 - gpr
433 uses:
434 - grpc_codegen
Craig Tiller016a81d2016-03-31 13:49:05 -0700435- name: grpc_client_config
436 headers:
437 - src/core/ext/client_config/client_channel.h
Craig Tiller74071cd2016-04-01 16:36:27 -0700438 - src/core/ext/client_config/client_channel_factory.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700439 - src/core/ext/client_config/client_config.h
440 - src/core/ext/client_config/connector.h
441 - src/core/ext/client_config/initial_connect_string.h
442 - src/core/ext/client_config/lb_policy.h
443 - src/core/ext/client_config/lb_policy_factory.h
444 - src/core/ext/client_config/lb_policy_registry.h
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700445 - src/core/ext/client_config/parse_address.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700446 - src/core/ext/client_config/resolver.h
447 - src/core/ext/client_config/resolver_factory.h
448 - src/core/ext/client_config/resolver_registry.h
449 - src/core/ext/client_config/subchannel.h
Craig Tillerb112f392016-04-05 12:44:04 -0700450 - src/core/ext/client_config/subchannel_call_holder.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700451 - src/core/ext/client_config/subchannel_index.h
452 - src/core/ext/client_config/uri_parser.h
453 src:
454 - src/core/ext/client_config/channel_connectivity.c
455 - src/core/ext/client_config/client_channel.c
Craig Tiller74071cd2016-04-01 16:36:27 -0700456 - src/core/ext/client_config/client_channel_factory.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700457 - src/core/ext/client_config/client_config.c
Craig Tiller0b541632016-04-05 17:21:05 -0700458 - src/core/ext/client_config/client_config_plugin.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700459 - src/core/ext/client_config/connector.c
460 - src/core/ext/client_config/default_initial_connect_string.c
461 - src/core/ext/client_config/initial_connect_string.c
462 - src/core/ext/client_config/lb_policy.c
463 - src/core/ext/client_config/lb_policy_factory.c
464 - src/core/ext/client_config/lb_policy_registry.c
David Garcia Quintas9885bff2016-04-07 17:31:29 -0700465 - src/core/ext/client_config/parse_address.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700466 - src/core/ext/client_config/resolver.c
467 - src/core/ext/client_config/resolver_factory.c
468 - src/core/ext/client_config/resolver_registry.c
469 - src/core/ext/client_config/subchannel.c
Craig Tillerb112f392016-04-05 12:44:04 -0700470 - src/core/ext/client_config/subchannel_call_holder.c
Craig Tiller016a81d2016-03-31 13:49:05 -0700471 - src/core/ext/client_config/subchannel_index.c
472 - src/core/ext/client_config/uri_parser.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700473 plugin: grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700474 uses:
475 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800476- name: grpc_codegen
477 public_headers:
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800478 - include/grpc/impl/codegen/byte_buffer.h
479 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800480 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800481 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800482 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800483 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700484 uses:
485 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700486- name: grpc_lb_policy_grpclb
487 headers:
488 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
Craig Tiller943cdf92016-03-29 13:27:56 -0700489 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700490 src:
491 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
Craig Tiller943cdf92016-03-29 13:27:56 -0700492 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v0/load_balancer.pb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700493 uses:
494 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700495 - grpc_client_config
Craig Tillerd1697d92016-04-05 16:05:46 -0700496 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700497- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700498 src:
499 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700500 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700501 uses:
502 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700503 - grpc_client_config
Craig Tiller023caf12016-03-29 08:00:30 -0700504- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700505 src:
506 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700507 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700508 uses:
509 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700510 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700511- name: grpc_resolver_dns_native
512 src:
513 - src/core/ext/resolver/dns/native/dns_resolver.c
514 plugin: grpc_resolver_dns_native
515 uses:
516 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700517 - grpc_client_config
Craig Tiller65938df2016-03-31 13:08:49 -0700518- name: grpc_resolver_sockaddr
519 src:
520 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
521 plugin: grpc_resolver_sockaddr
522 uses:
523 - grpc_base
Craig Tiller016a81d2016-03-31 13:49:05 -0700524 - grpc_client_config
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100525- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700526 public_headers:
527 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100528 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700529 - src/core/lib/security/auth_filters.h
530 - src/core/lib/security/b64.h
531 - src/core/lib/security/credentials.h
532 - src/core/lib/security/handshake.h
533 - src/core/lib/security/json_token.h
534 - src/core/lib/security/jwt_verifier.h
535 - src/core/lib/security/secure_endpoint.h
536 - src/core/lib/security/security_connector.h
537 - src/core/lib/security/security_context.h
538 - src/core/lib/tsi/fake_transport_security.h
539 - src/core/lib/tsi/ssl_transport_security.h
540 - src/core/lib/tsi/ssl_types.h
541 - src/core/lib/tsi/transport_security.h
542 - src/core/lib/tsi/transport_security_interface.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100543 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700544 - src/core/lib/http/httpcli_security_connector.c
545 - src/core/lib/security/b64.c
546 - src/core/lib/security/client_auth_filter.c
547 - src/core/lib/security/credentials.c
548 - src/core/lib/security/credentials_metadata.c
549 - src/core/lib/security/credentials_posix.c
550 - src/core/lib/security/credentials_win32.c
551 - src/core/lib/security/google_default_credentials.c
552 - src/core/lib/security/handshake.c
553 - src/core/lib/security/json_token.c
554 - src/core/lib/security/jwt_verifier.c
555 - src/core/lib/security/secure_endpoint.c
556 - src/core/lib/security/security_connector.c
557 - src/core/lib/security/security_context.c
558 - src/core/lib/security/server_auth_filter.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700559 - src/core/lib/surface/init_secure.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700560 - src/core/lib/tsi/fake_transport_security.c
561 - src/core/lib/tsi/ssl_transport_security.c
562 - src/core/lib/tsi/transport_security.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700563 uses:
564 - grpc_base
565 - grpc_transport_chttp2_alpn
Craig Tillerbf4b2242015-08-31 15:53:53 -0700566- name: grpc_test_util_base
Craig Tiller25834342015-09-25 08:08:24 -0700567 headers:
568 - test/core/end2end/cq_verifier.h
569 - test/core/end2end/fixtures/proxy.h
570 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700571 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200572 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700573 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700574 - test/core/util/parse_hexstring.h
575 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700576 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700577 - test/core/util/slice_splitter.h
578 src:
579 - test/core/end2end/cq_verifier.c
580 - test/core/end2end/fixtures/proxy.c
581 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700582 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200583 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700584 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700585 - test/core/util/parse_hexstring.c
586 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700587 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700588 - test/core/util/port_windows.c
589 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700590 deps:
591 - grpc
592 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700593- name: grpc_transport_chttp2
594 headers:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700595 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700596 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
597 - src/core/ext/transport/chttp2/transport/frame.h
598 - src/core/ext/transport/chttp2/transport/frame_data.h
599 - src/core/ext/transport/chttp2/transport/frame_goaway.h
600 - src/core/ext/transport/chttp2/transport/frame_ping.h
601 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
602 - src/core/ext/transport/chttp2/transport/frame_settings.h
603 - src/core/ext/transport/chttp2/transport/frame_window_update.h
604 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
605 - src/core/ext/transport/chttp2/transport/hpack_parser.h
606 - src/core/ext/transport/chttp2/transport/hpack_table.h
607 - src/core/ext/transport/chttp2/transport/http2_errors.h
608 - src/core/ext/transport/chttp2/transport/huffsyms.h
609 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
610 - src/core/ext/transport/chttp2/transport/internal.h
611 - src/core/ext/transport/chttp2/transport/status_conversion.h
612 - src/core/ext/transport/chttp2/transport/stream_map.h
613 - src/core/ext/transport/chttp2/transport/timeout_encoding.h
614 - src/core/ext/transport/chttp2/transport/varint.h
615 src:
Craig Tillerf82ddc42016-04-05 17:15:07 -0700616 - src/core/ext/transport/chttp2/transport/bin_encoder.c
617 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700618 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
619 - src/core/ext/transport/chttp2/transport/frame_data.c
620 - src/core/ext/transport/chttp2/transport/frame_goaway.c
621 - src/core/ext/transport/chttp2/transport/frame_ping.c
622 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
623 - src/core/ext/transport/chttp2/transport/frame_settings.c
624 - src/core/ext/transport/chttp2/transport/frame_window_update.c
625 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
626 - src/core/ext/transport/chttp2/transport/hpack_parser.c
627 - src/core/ext/transport/chttp2/transport/hpack_table.c
628 - src/core/ext/transport/chttp2/transport/huffsyms.c
629 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
630 - src/core/ext/transport/chttp2/transport/parsing.c
631 - src/core/ext/transport/chttp2/transport/status_conversion.c
632 - src/core/ext/transport/chttp2/transport/stream_lists.c
633 - src/core/ext/transport/chttp2/transport/stream_map.c
634 - src/core/ext/transport/chttp2/transport/timeout_encoding.c
635 - src/core/ext/transport/chttp2/transport/varint.c
636 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700637 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700638 uses:
639 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700640 - grpc_transport_chttp2_alpn
641- name: grpc_transport_chttp2_alpn
642 headers:
643 - src/core/ext/transport/chttp2/alpn/alpn.h
644 src:
645 - src/core/ext/transport/chttp2/alpn/alpn.c
646 deps:
647 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700648- name: grpc_transport_chttp2_client_insecure
649 src:
650 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700651 uses:
652 - grpc_transport_chttp2
653 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700654 - grpc_client_config
Craig Tillerf0555b32016-03-28 10:19:24 -0700655- name: grpc_transport_chttp2_client_secure
656 src:
657 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700658 uses:
659 - grpc_transport_chttp2
660 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700661 - grpc_client_config
662 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700663- name: grpc_transport_chttp2_server_insecure
664 src:
665 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700666 uses:
667 - grpc_transport_chttp2
668 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700669- name: grpc_transport_chttp2_server_secure
670 src:
671 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700672 uses:
673 - grpc_transport_chttp2
674 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700675 - grpc_secure
Craig Tillereb841e22016-02-11 15:49:16 -0800676- name: nanopb
677 headers:
678 - third_party/nanopb/pb.h
679 - third_party/nanopb/pb_common.h
680 - third_party/nanopb/pb_decode.h
681 - third_party/nanopb/pb_encode.h
682 src:
683 - third_party/nanopb/pb_common.c
684 - third_party/nanopb/pb_decode.c
685 - third_party/nanopb/pb_encode.c
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100686libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800687- name: gpr
688 build: all
689 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800690 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700691 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800692 secure: false
693 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
694- name: gpr_test_util
695 build: private
696 language: c
697 headers:
698 - test/core/util/test_config.h
699 src:
700 - test/core/util/test_config.c
701 deps:
702 - gpr
703 secure: false
704 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700705- name: grpc
706 build: all
707 language: c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700708 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800709 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700710 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700711 filegroups:
712 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700713 - grpc_transport_chttp2_server_secure
714 - grpc_transport_chttp2_client_secure
715 - grpc_transport_chttp2_server_insecure
716 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700717 - grpc_lb_policy_grpclb
718 - grpc_lb_policy_pick_first
719 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700720 - grpc_resolver_dns_native
721 - grpc_resolver_sockaddr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100722 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700723 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700724 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700725 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700726 vs_packages:
727 - grpc.dependencies.openssl
728 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700729 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100730- name: grpc_dll
731 build: private
732 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100733 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100734 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100735 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100736 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100737 build_system:
738 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100739 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100740 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100741 vs_config_type: DynamicLibrary
742 vs_packages:
743 - grpc.dependencies.openssl
744 - grpc.dependencies.zlib
745 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
746 vs_props:
747 - zlib
748 - openssl
749 - winsock
750 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700751- name: grpc_test_util
752 build: private
753 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700754 headers:
755 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800756 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700757 src:
758 - test/core/end2end/data/server1_cert.c
759 - test/core/end2end/data/server1_key.c
760 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800761 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700762 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800763 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800764 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700765 - grpc
766 filegroups:
767 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700768 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
769- name: grpc_test_util_unsecure
770 build: private
771 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700772 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800773 - gpr
774 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800775 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700776 filegroups:
777 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700778 secure: false
779 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
780- name: grpc_unsecure
781 build: all
782 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700783 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700784 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700785 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800786 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700787 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700788 filegroups:
789 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700790 - grpc_transport_chttp2_server_insecure
791 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700792 - grpc_resolver_dns_native
793 - grpc_resolver_sockaddr
Craig Tiller023caf12016-03-29 08:00:30 -0700794 - grpc_lb_policy_grpclb
795 - grpc_lb_policy_pick_first
796 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700797 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700798 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700799 secure: false
800 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
801- name: grpc_zookeeper
802 build: all
803 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700804 public_headers:
805 - include/grpc/grpc_zookeeper.h
Craig Tiller25834342015-09-25 08:08:24 -0700806 src:
Craig Tillerb11b34a2016-04-01 12:30:06 -0700807 - src/core/ext/resolver/zookeeper/zookeeper_resolver.c
Craig Tiller25834342015-09-25 08:08:24 -0700808 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800809 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700810 - grpc
811 external_deps:
812 - zookeeper
813 platforms:
814 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -0700815 secure: false
Craig Tillerf05837a2016-03-29 20:42:29 -0700816- name: one_input_fuzzer
817 build: private
818 language: c
819 src:
820 - test/core/util/one_corpus_entry_fuzzer.c
821 deps:
822 - gpr
823 secure: false
Craig Tillerbf4b2242015-08-31 15:53:53 -0700824- name: reconnect_server
825 build: private
826 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700827 headers:
828 - test/core/util/reconnect_server.h
829 src:
830 - test/core/util/reconnect_server.c
831 deps:
yang-gc9fca182015-11-06 16:41:33 -0800832 - test_tcp_server
833 - grpc_test_util
834 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800835 - gpr_test_util
836 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800837- name: test_tcp_server
838 build: private
839 language: c
840 headers:
841 - test/core/util/test_tcp_server.h
842 src:
843 - test/core/util/test_tcp_server.c
844 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700845 - grpc_test_util
846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800847 - gpr_test_util
848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700849- name: grpc++
850 build: all
851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700852 headers:
853 - src/cpp/client/secure_credentials.h
David Garcia Quintas79d90962016-03-09 13:57:46 -0800854 - src/cpp/common/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -0700855 - src/cpp/common/secure_auth_context.h
856 - src/cpp/server/secure_server_credentials.h
857 src:
Craig Tiller25834342015-09-25 08:08:24 -0700858 - src/cpp/client/secure_credentials.cc
859 - src/cpp/common/auth_property_iterator.cc
860 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -0800861 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -0700862 - src/cpp/common/secure_create_auth_context.cc
863 - src/cpp/server/secure_server_credentials.cc
864 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700865 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700866 baselib: true
867 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700868 filegroups:
869 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800870 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700871 secure: check
872 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
873- name: grpc++_test_config
874 build: private
875 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700876 headers:
877 - test/cpp/util/test_config.h
878 src:
879 - test/cpp/util/test_config.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700880- name: grpc++_test_util
881 build: private
882 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700883 headers:
yang-gd6f7d992016-01-14 16:04:20 -0800884 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -0800885 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -0700886 - test/cpp/util/cli_call.h
887 - test/cpp/util/create_test_channel.h
888 - test/cpp/util/string_ref_helper.h
889 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -0800890 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -0700891 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800892 - src/proto/grpc/testing/echo_messages.proto
893 - src/proto/grpc/testing/echo.proto
894 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -0800895 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -0800896 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -0700897 - test/cpp/util/cli_call.cc
898 - test/cpp/util/create_test_channel.cc
899 - test/cpp/util/string_ref_helper.cc
900 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -0800901 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -0700902 deps:
903 - grpc++
904 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -0700905- name: grpc++_unsecure
906 build: all
907 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700908 src:
909 - src/cpp/common/insecure_create_auth_context.cc
910 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800911 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700912 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -0700913 baselib: true
914 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700915 filegroups:
916 - grpc++_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800917 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -0700918 secure: false
919 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
920- name: grpc_plugin_support
921 build: protoc
922 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700923 headers:
Craig Tiller25834342015-09-25 08:08:24 -0700924 - src/compiler/config.h
925 - src/compiler/cpp_generator.h
926 - src/compiler/cpp_generator_helpers.h
927 - src/compiler/csharp_generator.h
928 - src/compiler/csharp_generator_helpers.h
929 - src/compiler/generator_helpers.h
930 - src/compiler/objective_c_generator.h
931 - src/compiler/objective_c_generator_helpers.h
932 - src/compiler/python_generator.h
933 - src/compiler/ruby_generator.h
934 - src/compiler/ruby_generator_helpers-inl.h
935 - src/compiler/ruby_generator_map-inl.h
936 - src/compiler/ruby_generator_string-inl.h
937 src:
938 - src/compiler/cpp_generator.cc
939 - src/compiler/csharp_generator.cc
940 - src/compiler/objective_c_generator.cc
941 - src/compiler/python_generator.cc
942 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800943 filegroups:
Craig Tiller03915e52016-04-07 09:15:10 -0700944 - grpc++_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700945 secure: false
946 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -0800947 vs_props:
948 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -0700949- name: interop_client_helper
950 build: private
951 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700952 headers:
953 - test/cpp/interop/client_helper.h
954 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800955 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -0700956 - test/cpp/interop/client_helper.cc
957 deps:
958 - grpc++_test_util
959 - grpc_test_util
960 - grpc++
961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700963- name: interop_client_main
964 build: private
965 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700966 headers:
967 - test/cpp/interop/interop_client.h
968 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800969 - src/proto/grpc/testing/empty.proto
970 - src/proto/grpc/testing/messages.proto
971 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -0700972 - test/cpp/interop/client.cc
973 - test/cpp/interop/interop_client.cc
974 deps:
975 - interop_client_helper
976 - grpc++_test_util
977 - grpc_test_util
978 - grpc++
979 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800980 - gpr_test_util
981 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700982 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -0700983- name: interop_server_helper
984 build: private
985 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700986 headers:
987 - test/cpp/interop/server_helper.h
988 src:
989 - test/cpp/interop/server_helper.cc
990 deps:
991 - grpc_test_util
992 - grpc++
993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700995- name: interop_server_main
996 build: private
997 language: c++
Craig Tiller25834342015-09-25 08:08:24 -0700998 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -0800999 - src/proto/grpc/testing/empty.proto
1000 - src/proto/grpc/testing/messages.proto
1001 - src/proto/grpc/testing/test.proto
Craig Tiller732a8752016-02-22 15:59:19 -08001002 - test/cpp/interop/server_main.cc
Craig Tiller25834342015-09-25 08:08:24 -07001003 deps:
1004 - interop_server_helper
1005 - grpc++_test_util
1006 - grpc_test_util
1007 - grpc++
1008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001009 - gpr_test_util
1010 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001011 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001012- name: qps
1013 build: private
1014 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001015 headers:
1016 - test/cpp/qps/client.h
1017 - test/cpp/qps/driver.h
1018 - test/cpp/qps/histogram.h
1019 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001020 - test/cpp/qps/limit_cores.h
Craig Tiller25834342015-09-25 08:08:24 -07001021 - test/cpp/qps/perf_db_client.h
1022 - test/cpp/qps/qps_worker.h
1023 - test/cpp/qps/report.h
1024 - test/cpp/qps/server.h
1025 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001026 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001027 - test/cpp/util/benchmark_config.h
1028 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001029 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001030 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001031 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001032 - src/proto/grpc/testing/control.proto
1033 - src/proto/grpc/testing/services.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001034 - src/proto/grpc/testing/perf_db.proto
Craig Tiller25834342015-09-25 08:08:24 -07001035 - test/cpp/qps/client_async.cc
1036 - test/cpp/qps/client_sync.cc
1037 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001038 - test/cpp/qps/limit_cores.cc
Craig Tiller25834342015-09-25 08:08:24 -07001039 - test/cpp/qps/perf_db_client.cc
1040 - test/cpp/qps/qps_worker.cc
1041 - test/cpp/qps/report.cc
1042 - test/cpp/qps/server_async.cc
1043 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001044 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001045 - test/cpp/util/benchmark_config.cc
1046 deps:
1047 - grpc_test_util
1048 - grpc++_test_util
1049 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050- name: grpc_csharp_ext
1051 build: all
1052 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001053 src:
1054 - src/csharp/ext/grpc_csharp_ext.c
1055 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001057 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001058 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001059 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001060 dll: only
1061 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001062 vs_packages:
1063 - grpc.dependencies.openssl
1064 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001066 vs_props:
1067 - zlib
1068 - openssl
1069 - winsock
1070 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001071targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001072- name: alarm_test
1073 build: test
1074 language: c
1075 src:
1076 - test/core/surface/alarm_test.c
1077 deps:
1078 - grpc_test_util
1079 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001080 - gpr_test_util
1081 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001082- name: algorithm_test
1083 build: test
1084 language: c
1085 src:
1086 - test/core/compression/algorithm_test.c
1087 deps:
1088 - grpc_test_util
1089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001090 - gpr_test_util
1091 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001092- name: alloc_test
1093 build: test
1094 language: c
1095 src:
1096 - test/core/support/alloc_test.c
1097 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001098 - gpr_test_util
1099 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001100- name: alpn_test
1101 build: test
1102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001103 src:
1104 - test/core/transport/chttp2/alpn_test.c
1105 deps:
1106 - grpc_test_util
1107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001108 - gpr_test_util
1109 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110- name: bin_encoder_test
1111 build: test
1112 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001113 src:
1114 - test/core/transport/chttp2/bin_encoder_test.c
1115 deps:
1116 - grpc_test_util
1117 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001118- name: census_context_test
1119 build: test
1120 language: c
1121 src:
1122 - test/core/census/context_test.c
1123 deps:
1124 - grpc_test_util
1125 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001126 - gpr_test_util
1127 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001128- name: channel_create_test
1129 build: test
1130 language: c
1131 src:
1132 - test/core/surface/channel_create_test.c
1133 deps:
1134 - grpc_test_util
1135 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001136 - gpr_test_util
1137 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001138- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001139 build: test
1140 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001141 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001142 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001143 deps:
1144 - grpc_test_util
1145 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001146 - gpr_test_util
1147 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001148- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001149 build: test
1150 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001151 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001152 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001153 deps:
1154 - grpc_test_util
1155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001156 - gpr_test_util
1157 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001158- name: chttp2_stream_map_test
1159 build: test
1160 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001161 src:
1162 - test/core/transport/chttp2/stream_map_test.c
1163 deps:
1164 - grpc_test_util
1165 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001166 - gpr_test_util
1167 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001168- name: chttp2_varint_test
1169 build: test
1170 language: c
1171 src:
1172 - test/core/transport/chttp2/varint_test.c
1173 deps:
1174 - grpc_test_util
1175 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001176 - gpr_test_util
1177 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001178- name: client_fuzzer
1179 build: fuzzer
1180 language: c
1181 src:
1182 - test/core/end2end/fuzzers/client_fuzzer.c
1183 deps:
1184 - grpc_test_util
1185 - grpc
1186 - gpr_test_util
1187 - gpr
1188 corpus_dirs:
1189 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001190 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001191 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07001192- name: compression_test
1193 build: test
1194 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001195 src:
1196 - test/core/compression/compression_test.c
1197 deps:
1198 - grpc_test_util
1199 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001200 - gpr_test_util
1201 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001202- name: concurrent_connectivity_test
1203 build: test
1204 language: c
1205 src:
1206 - test/core/surface/concurrent_connectivity_test.c
1207 deps:
1208 - grpc_test_util
1209 - grpc
1210 - gpr_test_util
1211 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001212- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001213 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001214 build: test
1215 language: c
1216 src:
1217 - test/core/client_config/resolvers/dns_resolver_connectivity_test.c
1218 deps:
1219 - grpc_test_util
1220 - grpc
1221 - gpr_test_util
1222 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001223- name: dns_resolver_test
1224 build: test
1225 language: c
1226 src:
1227 - test/core/client_config/resolvers/dns_resolver_test.c
1228 deps:
1229 - grpc_test_util
1230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001231 - gpr_test_util
1232 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001233- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001234 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001235 build: test
1236 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001237 src:
1238 - test/core/end2end/dualstack_socket_test.c
1239 deps:
1240 - grpc_test_util
1241 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001242 - gpr_test_util
1243 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001244 platforms:
1245 - mac
1246 - linux
1247 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001248- name: endpoint_pair_test
1249 build: test
1250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001251 src:
1252 - test/core/iomgr/endpoint_pair_test.c
1253 deps:
1254 - grpc_test_util
1255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001256 - gpr_test_util
1257 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258- name: fd_conservation_posix_test
1259 build: test
1260 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001261 src:
1262 - test/core/iomgr/fd_conservation_posix_test.c
1263 deps:
1264 - grpc_test_util
1265 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001266 - gpr_test_util
1267 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001268 platforms:
1269 - mac
1270 - linux
1271 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001272- name: fd_posix_test
1273 build: test
1274 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001275 src:
1276 - test/core/iomgr/fd_posix_test.c
1277 deps:
1278 - grpc_test_util
1279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001280 - gpr_test_util
1281 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001282 platforms:
1283 - mac
1284 - linux
1285 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001286- name: fling_client
1287 build: test
1288 run: false
1289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001290 src:
1291 - test/core/fling/client.c
1292 deps:
1293 - grpc_test_util
1294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001295 - gpr_test_util
1296 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001297- name: fling_server
1298 build: test
1299 run: false
1300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001301 src:
1302 - test/core/fling/server.c
1303 deps:
1304 - grpc_test_util
1305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001306 - gpr_test_util
1307 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001308- name: fling_stream_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001309 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310 build: test
1311 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001312 src:
1313 - test/core/fling/fling_stream_test.c
1314 deps:
1315 - grpc_test_util
1316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001317 - gpr_test_util
1318 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001319 platforms:
1320 - mac
1321 - linux
1322 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001323- name: fling_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001324 cpu_cost: 2
Craig Tillerbf4b2242015-08-31 15:53:53 -07001325 build: test
1326 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001327 src:
1328 - test/core/fling/fling_test.c
1329 deps:
1330 - grpc_test_util
1331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001332 - gpr_test_util
1333 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001334 platforms:
1335 - mac
1336 - linux
1337 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001338- name: gen_hpack_tables
1339 build: tool
1340 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001341 src:
1342 - tools/codegen/core/gen_hpack_tables.c
1343 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001344 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001345 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001346- name: gen_legal_metadata_characters
1347 build: tool
1348 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001349 src:
1350 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001352- name: goaway_server_test
1353 cpu_cost: 0.1
1354 build: test
1355 language: c
1356 src:
1357 - test/core/end2end/goaway_server_test.c
1358 deps:
1359 - grpc_test_util
1360 - grpc
1361 - gpr_test_util
1362 - gpr
1363 platforms:
1364 - mac
1365 - linux
1366 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001367- name: gpr_avl_test
1368 build: test
1369 language: c
1370 src:
1371 - test/core/support/avl_test.c
1372 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001373 - gpr_test_util
1374 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001375- name: gpr_backoff_test
1376 build: test
1377 language: c
1378 src:
1379 - test/core/support/backoff_test.c
1380 deps:
1381 - gpr_test_util
1382 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001383- name: gpr_cmdline_test
1384 build: test
1385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001386 src:
1387 - test/core/support/cmdline_test.c
1388 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001389 - gpr_test_util
1390 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001391- name: gpr_cpu_test
1392 build: test
1393 language: c
1394 src:
1395 - test/core/support/cpu_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_env_test
1400 build: test
1401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001402 src:
1403 - test/core/support/env_test.c
1404 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001405 - gpr_test_util
1406 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001407- name: gpr_histogram_test
1408 build: test
1409 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001410 src:
1411 - test/core/support/histogram_test.c
1412 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001413 - gpr_test_util
1414 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: gpr_host_port_test
1416 build: test
1417 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001418 src:
1419 - test/core/support/host_port_test.c
1420 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001421 - gpr_test_util
1422 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001423- name: gpr_load_file_test
1424 build: test
1425 language: c
1426 src:
1427 - test/core/support/load_file_test.c
1428 deps:
1429 - gpr_test_util
1430 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431- name: gpr_log_test
1432 build: test
1433 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001434 src:
1435 - test/core/support/log_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_slice_buffer_test
1440 build: test
1441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001442 src:
1443 - test/core/support/slice_buffer_test.c
1444 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001445 - gpr_test_util
1446 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001447- name: gpr_slice_test
1448 build: test
1449 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001450 src:
1451 - test/core/support/slice_test.c
1452 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001453 - gpr_test_util
1454 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455- name: gpr_stack_lockfree_test
Craig Tillerbfe69362016-01-20 09:38:21 -08001456 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001457 build: test
1458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001459 src:
1460 - test/core/support/stack_lockfree_test.c
1461 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: gpr_string_test
1465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/support/string_test.c
1469 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001470 - gpr_test_util
1471 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001472- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001473 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474 build: test
1475 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001476 src:
1477 - test/core/support/sync_test.c
1478 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001479 - gpr_test_util
1480 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001482 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001483 build: test
1484 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001485 src:
1486 - test/core/support/thd_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_time_test
1491 build: test
1492 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001493 src:
1494 - test/core/support/time_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: gpr_tls_test
1499 build: test
1500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001501 src:
1502 - test/core/support/tls_test.c
1503 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001504 - gpr_test_util
1505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001506- name: gpr_useful_test
1507 build: test
1508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001509 src:
1510 - test/core/support/useful_test.c
1511 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001512 - gpr_test_util
1513 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001514- name: grpc_auth_context_test
1515 build: test
1516 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001517 src:
1518 - test/core/security/auth_context_test.c
1519 deps:
1520 - grpc_test_util
1521 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001522 - gpr_test_util
1523 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001524- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001525 build: test
1526 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001527 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001528 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001529 deps:
1530 - grpc_test_util
1531 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001532 - gpr_test_util
1533 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001534- name: grpc_byte_buffer_reader_test
1535 build: test
1536 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001537 src:
1538 - test/core/surface/byte_buffer_reader_test.c
1539 deps:
1540 - grpc_test_util
1541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001542 - gpr_test_util
1543 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001544- name: grpc_channel_args_test
1545 build: test
1546 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001547 src:
1548 - test/core/channel/channel_args_test.c
1549 deps:
1550 - grpc_test_util
1551 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001552 - gpr_test_util
1553 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001554- name: grpc_channel_stack_test
1555 build: test
1556 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - test/core/channel/channel_stack_test.c
1559 deps:
1560 - grpc_test_util
1561 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001562 - gpr_test_util
1563 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001564- name: grpc_completion_queue_test
1565 build: test
1566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001567 src:
1568 - test/core/surface/completion_queue_test.c
1569 deps:
1570 - grpc_test_util
1571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001572 - gpr_test_util
1573 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001574- name: grpc_create_jwt
1575 build: tool
1576 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001577 src:
1578 - test/core/security/create_jwt.c
1579 deps:
1580 - grpc_test_util
1581 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001582 - gpr_test_util
1583 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001584- name: grpc_credentials_test
1585 build: test
1586 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001587 src:
1588 - test/core/security/credentials_test.c
1589 deps:
1590 - grpc_test_util
1591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001592 - gpr_test_util
1593 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001594- name: grpc_fetch_oauth2
1595 build: tool
1596 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001597 src:
1598 - test/core/security/fetch_oauth2.c
1599 deps:
1600 - grpc_test_util
1601 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001602 - gpr_test_util
1603 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001604- name: grpc_invalid_channel_args_test
1605 build: test
1606 language: c
1607 src:
1608 - test/core/surface/invalid_channel_args_test.c
1609 deps:
1610 - grpc_test_util
1611 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001612 - gpr_test_util
1613 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001614- name: grpc_json_token_test
1615 build: test
1616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001617 src:
1618 - test/core/security/json_token_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001622 - gpr_test_util
1623 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001624 platforms:
1625 - linux
1626 - posix
1627 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001628- name: grpc_jwt_verifier_test
1629 build: test
1630 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001631 src:
1632 - test/core/security/jwt_verifier_test.c
1633 deps:
1634 - grpc_test_util
1635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr_test_util
1637 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638- name: grpc_print_google_default_creds_token
1639 build: tool
1640 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001641 src:
1642 - test/core/security/print_google_default_creds_token.c
1643 deps:
1644 - grpc_test_util
1645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001648- name: grpc_security_connector_test
1649 build: test
1650 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001651 src:
1652 - test/core/security/security_connector_test.c
1653 deps:
1654 - grpc_test_util
1655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001656 - gpr_test_util
1657 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658- name: grpc_verify_jwt
1659 build: tool
1660 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001661 src:
1662 - test/core/security/verify_jwt.c
1663 deps:
1664 - grpc_test_util
1665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001666 - gpr_test_util
1667 - gpr
Craig Tiller71c610d2016-03-18 15:57:08 -07001668- name: hpack_parser_fuzzer_test
1669 build: fuzzer
1670 language: c
1671 src:
1672 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
1673 deps:
1674 - grpc_test_util
1675 - grpc
1676 - gpr_test_util
1677 - gpr
1678 corpus_dirs:
1679 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001680 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07001681 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682- name: hpack_parser_test
1683 build: test
1684 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001685 src:
1686 - test/core/transport/chttp2/hpack_parser_test.c
1687 deps:
1688 - grpc_test_util
1689 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001690 - gpr_test_util
1691 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: hpack_table_test
1693 build: test
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - test/core/transport/chttp2/hpack_table_test.c
1697 deps:
1698 - grpc_test_util
1699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr_test_util
1701 - gpr
Craig Tiller21239742016-03-23 16:33:28 -07001702- name: http_fuzzer_test
1703 build: fuzzer
1704 language: c
1705 src:
1706 - test/core/http/fuzzer.c
1707 deps:
1708 - grpc_test_util
1709 - grpc
1710 - gpr_test_util
1711 - gpr
1712 corpus_dirs:
1713 - test/core/http/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001714 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11001715- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716 build: test
1717 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001718 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001719 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001720 deps:
1721 - grpc_test_util
1722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001723 - gpr_test_util
1724 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11001725- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001726 build: test
1727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001728 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001729 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001730 deps:
1731 - grpc_test_util
1732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001733 - gpr_test_util
1734 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001736 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001737 build: test
1738 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001739 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001740 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001741 deps:
1742 - grpc_test_util
1743 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001746 platforms:
1747 - mac
1748 - linux
1749 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08001750- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001751 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08001752 build: test
1753 language: c
1754 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11001755 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08001756 deps:
1757 - grpc_test_util
1758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08001761 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08001762 - linux
yang-gf1183302015-12-07 16:02:05 -08001763- name: init_test
1764 build: test
1765 language: c
1766 src:
1767 - test/core/surface/init_test.c
1768 deps:
1769 - grpc_test_util
1770 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001771 - gpr_test_util
1772 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07001773- name: internal_api_canary_iomgr_test
1774 build: test
1775 run: false
1776 language: c
1777 src:
1778 - test/core/internal_api_canaries/iomgr.c
1779 deps:
1780 - grpc_test_util
1781 - grpc
1782 - gpr_test_util
1783 - gpr
1784- name: internal_api_canary_support_test
1785 build: test
1786 run: false
1787 language: c
1788 src:
1789 - test/core/internal_api_canaries/iomgr.c
1790 deps:
1791 - grpc_test_util
1792 - grpc
1793 - gpr_test_util
1794 - gpr
1795- name: internal_api_canary_transport_test
1796 build: test
1797 run: false
1798 language: c
1799 src:
1800 - test/core/internal_api_canaries/iomgr.c
1801 deps:
1802 - grpc_test_util
1803 - grpc
1804 - gpr_test_util
1805 - gpr
yang-g077f6f82015-12-07 11:22:51 -08001806- name: invalid_call_argument_test
1807 build: test
1808 language: c
1809 src:
1810 - test/core/end2end/invalid_call_argument_test.c
1811 deps:
1812 - grpc_test_util
1813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001814 - gpr_test_util
1815 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07001816- name: json_fuzzer_test
1817 build: fuzzer
1818 language: c
1819 src:
1820 - test/core/json/fuzzer.c
1821 deps:
1822 - grpc_test_util
1823 - grpc
1824 - gpr_test_util
1825 - gpr
1826 corpus_dirs:
1827 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07001828 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829- name: json_rewrite
1830 build: test
1831 run: false
1832 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001833 src:
1834 - test/core/json/json_rewrite.c
1835 deps:
1836 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001837 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001838- name: json_rewrite_test
1839 build: test
1840 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001841 src:
1842 - test/core/json/json_rewrite_test.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001846 - gpr_test_util
1847 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01001848- name: json_stream_error_test
1849 build: test
1850 language: c
1851 src:
1852 - test/core/json/json_stream_error_test.c
1853 deps:
1854 - grpc_test_util
1855 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001856 - gpr_test_util
1857 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001858- name: json_test
1859 build: test
1860 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001861 src:
1862 - test/core/json/json_test.c
1863 deps:
1864 - grpc_test_util
1865 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001866 - gpr_test_util
1867 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001868- name: lame_client_test
1869 build: test
1870 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001871 src:
1872 - test/core/surface/lame_client_test.c
1873 deps:
1874 - grpc_test_util
1875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr_test_util
1877 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001878- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001879 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07001880 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07001881 build: test
1882 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001883 src:
1884 - test/core/client_config/lb_policies_test.c
1885 deps:
1886 - grpc_test_util
1887 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001888 - gpr_test_util
1889 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001890- name: low_level_ping_pong_benchmark
1891 build: benchmark
1892 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001893 src:
1894 - test/core/network_benchmarks/low_level_ping_pong.c
1895 deps:
1896 - grpc_test_util
1897 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001898 - gpr_test_util
1899 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001900 platforms:
1901 - mac
1902 - linux
1903 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001904- name: message_compress_test
1905 build: test
1906 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001907 src:
1908 - test/core/compression/message_compress_test.c
1909 deps:
1910 - grpc_test_util
1911 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001912 - gpr_test_util
1913 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001914- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07001915 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08001916 build: test
1917 language: c
1918 src:
1919 - test/core/census/mlog_test.c
1920 deps:
1921 - grpc_test_util
1922 - grpc
1923 - gpr_test_util
1924 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001925- name: multiple_server_queues_test
1926 build: test
1927 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001928 src:
1929 - test/core/end2end/multiple_server_queues_test.c
1930 deps:
1931 - grpc_test_util
1932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001933 - gpr_test_util
1934 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001935- name: murmur_hash_test
1936 build: test
1937 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001938 src:
1939 - test/core/support/murmur_hash_test.c
1940 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001941 - gpr_test_util
1942 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001943- name: nanopb_fuzzer_response_test
1944 build: fuzzer
1945 language: c
1946 src:
1947 - test/core/nanopb/fuzzer_response.c
1948 deps:
1949 - grpc_test_util
1950 - grpc
1951 - gpr_test_util
1952 - gpr
1953 corpus_dirs:
1954 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07001955 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07001956- name: nanopb_fuzzer_serverlist_test
1957 build: fuzzer
1958 language: c
1959 src:
1960 - test/core/nanopb/fuzzer_serverlist.c
1961 deps:
1962 - grpc_test_util
1963 - grpc
1964 - gpr_test_util
1965 - gpr
1966 corpus_dirs:
1967 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07001968 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07001969- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001970 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971 build: test
1972 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001973 src:
1974 - test/core/end2end/no_server_test.c
1975 deps:
1976 - grpc_test_util
1977 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980- name: resolve_address_test
1981 build: test
1982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001983 src:
1984 - test/core/iomgr/resolve_address_test.c
1985 deps:
1986 - grpc_test_util
1987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001988 - gpr_test_util
1989 - gpr
yang-gd482e592015-12-10 14:04:00 -08001990- name: secure_channel_create_test
1991 build: test
1992 language: c
1993 src:
1994 - test/core/surface/secure_channel_create_test.c
1995 deps:
1996 - grpc_test_util
1997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001998 - gpr_test_util
1999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002000- name: secure_endpoint_test
2001 build: test
2002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002003 src:
2004 - test/core/security/secure_endpoint_test.c
2005 deps:
2006 - grpc_test_util
2007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002008 - gpr_test_util
2009 - gpr
yang-gfe9a9752015-12-09 10:47:18 -08002010- name: server_chttp2_test
2011 build: test
2012 language: c
2013 src:
2014 - test/core/surface/server_chttp2_test.c
2015 deps:
2016 - grpc_test_util
2017 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002018 - gpr_test_util
2019 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002020- name: server_fuzzer
2021 build: fuzzer
2022 language: c
2023 src:
2024 - test/core/end2end/fuzzers/server_fuzzer.c
2025 deps:
2026 - grpc_test_util
2027 - grpc
2028 - gpr_test_util
2029 - gpr
2030 corpus_dirs:
2031 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002032 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002033 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002034- name: server_test
2035 build: test
2036 language: c
2037 src:
2038 - test/core/surface/server_test.c
2039 deps:
2040 - grpc_test_util
2041 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002042 - gpr_test_util
2043 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002044- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002045 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002046 build: test
2047 language: c
2048 src:
2049 - test/core/client_config/set_initial_connect_string_test.c
2050 deps:
2051 - test_tcp_server
2052 - grpc_test_util
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002056- name: sockaddr_resolver_test
2057 build: test
2058 language: c
2059 src:
2060 - test/core/client_config/resolvers/sockaddr_resolver_test.c
2061 deps:
2062 - grpc_test_util
2063 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002064 - gpr_test_util
2065 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002066- name: sockaddr_utils_test
2067 build: test
2068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002069 src:
2070 - test/core/iomgr/sockaddr_utils_test.c
2071 deps:
2072 - grpc_test_util
2073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002074 - gpr_test_util
2075 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002076- name: socket_utils_test
2077 build: test
2078 language: c
2079 src:
2080 - test/core/iomgr/socket_utils_test.c
2081 deps:
2082 - grpc_test_util
2083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002084 - gpr_test_util
2085 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002086 platforms:
2087 - mac
2088 - linux
2089 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002091 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002092 build: test
2093 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002094 src:
2095 - test/core/iomgr/tcp_client_posix_test.c
2096 deps:
2097 - grpc_test_util
2098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002099 - gpr_test_util
2100 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002101 platforms:
2102 - mac
2103 - linux
2104 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002105- name: tcp_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002106 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002107 build: test
2108 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002109 src:
2110 - test/core/iomgr/tcp_posix_test.c
2111 deps:
2112 - grpc_test_util
2113 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002114 - gpr_test_util
2115 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002116 platforms:
2117 - mac
2118 - linux
2119 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002120- name: tcp_server_posix_test
2121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - test/core/iomgr/tcp_server_posix_test.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002130 platforms:
2131 - mac
2132 - linux
2133 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002134- name: time_averaged_stats_test
2135 build: test
2136 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002137 src:
2138 - test/core/iomgr/time_averaged_stats_test.c
2139 deps:
2140 - grpc_test_util
2141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002142 - gpr_test_util
2143 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002144- name: timeout_encoding_test
2145 build: test
2146 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002147 src:
2148 - test/core/transport/chttp2/timeout_encoding_test.c
2149 deps:
2150 - grpc_test_util
2151 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002152 - gpr_test_util
2153 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002154- name: timer_heap_test
2155 build: test
2156 language: c
2157 src:
2158 - test/core/iomgr/timer_heap_test.c
2159 deps:
2160 - grpc_test_util
2161 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002164- name: timer_list_test
2165 build: test
2166 language: c
2167 src:
2168 - test/core/iomgr/timer_list_test.c
2169 deps:
2170 - grpc_test_util
2171 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002172 - gpr_test_util
2173 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: timers_test
2175 build: test
2176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
2178 - test/core/profiling/timers_test.c
2179 deps:
2180 - grpc_test_util
2181 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002182 - gpr_test_util
2183 - gpr
Craig Tiller179e6fe2015-12-09 11:09:47 -08002184- name: transport_connectivity_state_test
2185 build: test
2186 language: c
2187 src:
2188 - test/core/transport/connectivity_state_test.c
2189 deps:
2190 - grpc_test_util
2191 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002192 - gpr_test_util
2193 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194- name: transport_metadata_test
2195 build: test
2196 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002197 src:
2198 - test/core/transport/metadata_test.c
2199 deps:
2200 - grpc_test_util
2201 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002202 - gpr_test_util
2203 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002204- name: transport_security_test
2205 build: test
2206 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002207 src:
2208 - test/core/tsi/transport_security_test.c
2209 deps:
2210 - grpc_test_util
2211 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002212 - gpr_test_util
2213 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002214 platforms:
2215 - linux
2216 - posix
2217 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002218- name: udp_server_test
2219 build: test
2220 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002221 src:
2222 - test/core/iomgr/udp_server_test.c
2223 deps:
2224 - grpc_test_util
2225 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002226 - gpr_test_util
2227 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002228 platforms:
2229 - mac
2230 - linux
2231 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002232- name: uri_fuzzer_test
2233 build: fuzzer
2234 language: c
2235 src:
2236 - test/core/client_config/uri_fuzzer_test.c
2237 deps:
2238 - grpc_test_util
2239 - grpc
2240 - gpr_test_util
2241 - gpr
2242 corpus_dirs:
2243 - test/core/client_config/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002244 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002245- name: uri_parser_test
2246 build: test
2247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002248 src:
2249 - test/core/client_config/uri_parser_test.c
2250 deps:
2251 - grpc_test_util
2252 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Craig Tiller73b66062015-09-09 09:34:46 -07002255- name: workqueue_test
2256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
2259 - test/core/iomgr/workqueue_test.c
2260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002265 platforms:
2266 - mac
2267 - linux
2268 - posix
vjpai04e992a2016-02-10 16:58:38 -08002269- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002270 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002271 build: test
2272 language: c++
2273 src:
2274 - test/cpp/common/alarm_cpp_test.cc
2275 deps:
2276 - grpc++_test_util
2277 - grpc_test_util
2278 - grpc++
2279 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002280 - gpr_test_util
2281 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002282- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002283 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002284 build: test
2285 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002286 src:
2287 - test/cpp/end2end/async_end2end_test.cc
2288 deps:
2289 - grpc++_test_util
2290 - grpc_test_util
2291 - grpc++
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002295- name: async_streaming_ping_pong_test
2296 build: test
2297 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002298 src:
2299 - test/cpp/qps/async_streaming_ping_pong_test.cc
2300 deps:
2301 - qps
2302 - grpc++_test_util
2303 - grpc_test_util
2304 - grpc++
2305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002306 - gpr_test_util
2307 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002308 platforms:
2309 - mac
2310 - linux
2311 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002312- name: async_unary_ping_pong_test
2313 build: test
2314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002315 src:
2316 - test/cpp/qps/async_unary_ping_pong_test.cc
2317 deps:
2318 - qps
2319 - grpc++_test_util
2320 - grpc_test_util
2321 - grpc++
2322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002323 - gpr_test_util
2324 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002325 platforms:
2326 - mac
2327 - linux
2328 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002329- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002330 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002331 build: test
2332 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002333 src:
2334 - test/cpp/common/auth_property_iterator_test.cc
2335 deps:
2336 - grpc++_test_util
2337 - grpc_test_util
2338 - grpc++
2339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002343 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002344 build: test
2345 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002346 src:
yang-g52705592015-11-25 11:45:33 -08002347 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002348 deps:
2349 - grpc++
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002352- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002353 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002354 build: test
2355 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002356 src:
2357 - test/cpp/util/cli_call_test.cc
2358 deps:
2359 - grpc++_test_util
2360 - grpc_test_util
2361 - grpc++
2362 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002363 - gpr_test_util
2364 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002365- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002366 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002367 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002368 build: test
2369 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002370 src:
2371 - test/cpp/end2end/client_crash_test.cc
2372 deps:
2373 - grpc++_test_util
2374 - grpc_test_util
2375 - grpc++
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002379 platforms:
2380 - mac
2381 - linux
2382 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002383- name: client_crash_test_server
2384 build: test
2385 run: false
2386 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002387 src:
2388 - test/cpp/end2end/client_crash_test_server.cc
2389 deps:
2390 - grpc++_test_util
2391 - grpc_test_util
2392 - grpc++
2393 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002394 - gpr_test_util
2395 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002396- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002397 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002398 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
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002407 - test/cpp/codegen/codegen_test_full.cc
2408 deps:
2409 - grpc++
2410 - grpc
2411 - gpr
2412 filegroups:
2413 - grpc++_codegen
2414- name: codegen_test_minimal
2415 gtest: true
2416 build: test
2417 language: c++
2418 src:
2419 - src/proto/grpc/testing/control.proto
2420 - src/proto/grpc/testing/messages.proto
2421 - src/proto/grpc/testing/payloads.proto
2422 - src/proto/grpc/testing/perf_db.proto
2423 - src/proto/grpc/testing/services.proto
2424 - src/proto/grpc/testing/stats.proto
2425 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002426 filegroups:
2427 - grpc++_codegen
Craig Tillerbf4b2242015-08-31 15:53:53 -07002428- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002429 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430 build: test
2431 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002432 src:
2433 - test/cpp/client/credentials_test.cc
2434 deps:
2435 - grpc++
2436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002438- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002439 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002440 build: test
2441 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
2443 - test/cpp/util/byte_buffer_test.cc
2444 deps:
2445 - grpc_test_util
2446 - grpc++
2447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002448 - gpr_test_util
2449 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002451 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002452 build: test
2453 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002454 src:
2455 - test/cpp/util/slice_test.cc
2456 deps:
2457 - grpc_test_util
2458 - grpc++
2459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002460 - gpr_test_util
2461 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002462- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002463 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464 build: test
2465 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002466 src:
2467 - test/cpp/util/string_ref_test.cc
2468 deps:
2469 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002471 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002472 build: test
2473 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002474 src:
2475 - test/cpp/util/time_test.cc
2476 deps:
2477 - grpc_test_util
2478 - grpc++
2479 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002480 - gpr_test_util
2481 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002482- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002483 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002484 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002485 build: test
2486 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002487 src:
2488 - test/cpp/end2end/end2end_test.cc
2489 deps:
2490 - grpc++_test_util
2491 - grpc_test_util
2492 - grpc++
2493 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002494 - gpr_test_util
2495 - gpr
vjpai083dc622016-01-11 09:41:17 -08002496- name: generic_async_streaming_ping_pong_test
2497 build: test
2498 language: c++
2499 src:
2500 - test/cpp/qps/generic_async_streaming_ping_pong_test.cc
2501 deps:
2502 - qps
2503 - grpc++_test_util
2504 - grpc_test_util
2505 - grpc++
2506 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002507 - gpr_test_util
2508 - gpr
vjpai083dc622016-01-11 09:41:17 -08002509 platforms:
2510 - mac
2511 - linux
2512 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002513- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002514 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515 build: test
2516 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002517 src:
2518 - test/cpp/end2end/generic_end2end_test.cc
2519 deps:
2520 - grpc++_test_util
2521 - grpc_test_util
2522 - grpc++
2523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002524 - gpr_test_util
2525 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002526- name: grpc_cli
2527 build: test
2528 run: false
2529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002530 src:
2531 - test/cpp/util/grpc_cli.cc
2532 deps:
2533 - grpc++_test_util
2534 - grpc_test_util
2535 - grpc++
2536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002537 - gpr_test_util
2538 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002539 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002540- name: grpc_cpp_plugin
2541 build: protoc
2542 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002543 src:
2544 - src/compiler/cpp_plugin.cc
2545 deps:
2546 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002547 secure: false
2548 vs_config_type: Application
2549 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
2550- name: grpc_csharp_plugin
2551 build: protoc
2552 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002553 src:
2554 - src/compiler/csharp_plugin.cc
2555 deps:
2556 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002557 secure: false
2558 vs_config_type: Application
2559 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
2560- name: grpc_objective_c_plugin
2561 build: protoc
2562 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002563 src:
2564 - src/compiler/objective_c_plugin.cc
2565 deps:
2566 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002567 secure: false
2568 vs_config_type: Application
2569 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
2570- name: grpc_python_plugin
2571 build: protoc
2572 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002573 src:
2574 - src/compiler/python_plugin.cc
2575 deps:
2576 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002577 secure: false
2578 vs_config_type: Application
2579 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
2580- name: grpc_ruby_plugin
2581 build: protoc
2582 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002583 src:
2584 - src/compiler/ruby_plugin.cc
2585 deps:
2586 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07002587 secure: false
2588 vs_config_type: Application
2589 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Craig Tillereb841e22016-02-11 15:49:16 -08002590- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002591 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08002592 build: test
2593 language: c++
2594 src:
2595 - src/proto/grpc/lb/v0/load_balancer.proto
2596 - test/cpp/grpclb/grpclb_api_test.cc
2597 deps:
2598 - grpc++_test_util
2599 - grpc_test_util
2600 - grpc++
2601 - grpc
yang-gbe5a2c42016-01-14 13:11:15 -08002602- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002603 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08002604 build: test
2605 language: c++
2606 src:
2607 - test/cpp/end2end/hybrid_end2end_test.cc
2608 deps:
2609 - grpc++_test_util
2610 - grpc_test_util
2611 - grpc++
2612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002613 - gpr_test_util
2614 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615- name: interop_client
2616 build: test
2617 run: false
2618 language: c++
2619 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002620 deps:
2621 - interop_client_main
2622 - interop_client_helper
2623 - grpc++_test_util
2624 - grpc_test_util
2625 - grpc++
2626 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002627 - gpr_test_util
2628 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002629 - grpc++_test_config
2630 platforms:
2631 - mac
2632 - linux
2633 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002634- name: interop_server
2635 build: test
2636 run: false
2637 language: c++
2638 src: []
Craig Tiller25834342015-09-25 08:08:24 -07002639 deps:
2640 - interop_server_main
2641 - interop_server_helper
2642 - grpc++_test_util
2643 - grpc_test_util
2644 - grpc++
2645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002646 - gpr_test_util
2647 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002648 - grpc++_test_config
2649 platforms:
2650 - mac
2651 - linux
2652 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002653- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002654 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002655 build: test
2656 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002657 src:
2658 - test/cpp/interop/interop_test.cc
2659 deps:
2660 - grpc_test_util
2661 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002662 - gpr_test_util
2663 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002664 platforms:
2665 - mac
2666 - linux
2667 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002668- name: json_run_localhost
2669 build: test
2670 run: false
2671 language: c++
2672 src:
2673 - test/cpp/qps/json_run_localhost.cc
2674 deps:
2675 - grpc++_test_util
2676 - grpc_test_util
2677 - grpc++
2678 - grpc
2679 - gpr_test_util
2680 - gpr
2681 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002682- name: metrics_client
2683 build: test
2684 run: false
2685 language: c++
2686 headers:
2687 - test/cpp/util/metrics_server.h
2688 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002689 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002690 - test/cpp/interop/metrics_client.cc
2691 deps:
2692 - grpc++
2693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002694 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002695 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002696- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002697 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002698 build: test
2699 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002700 src:
2701 - test/cpp/end2end/mock_test.cc
2702 deps:
2703 - grpc++_test_util
2704 - grpc_test_util
2705 - grpc++
2706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002707 - gpr_test_util
2708 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002709- name: qps_interarrival_test
2710 build: test
2711 run: false
2712 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002713 src:
2714 - test/cpp/qps/qps_interarrival_test.cc
2715 deps:
2716 - qps
2717 - grpc++_test_util
2718 - grpc_test_util
2719 - grpc++
2720 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002721 - gpr_test_util
2722 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002723 platforms:
2724 - mac
2725 - linux
2726 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08002727- name: qps_json_driver
2728 build: test
2729 run: false
2730 language: c++
2731 src:
2732 - test/cpp/qps/qps_json_driver.cc
2733 deps:
2734 - qps
2735 - grpc++_test_util
2736 - grpc_test_util
2737 - grpc++
2738 - grpc
2739 - gpr_test_util
2740 - gpr
2741 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002742- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08002743 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002744 build: test
2745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002746 src:
2747 - test/cpp/qps/qps_openloop_test.cc
2748 deps:
2749 - qps
2750 - grpc++_test_util
2751 - grpc_test_util
2752 - grpc++
2753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002754 - gpr_test_util
2755 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002756 - grpc++_test_config
2757 platforms:
2758 - mac
2759 - linux
2760 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002761- name: qps_test
Craig Tillerbfd05532016-01-20 09:53:15 -08002762 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002763 build: test
2764 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002765 src:
2766 - test/cpp/qps/qps_test.cc
2767 deps:
2768 - qps
2769 - grpc++_test_util
2770 - grpc_test_util
2771 - grpc++
2772 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002773 - gpr_test_util
2774 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002775 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07002776 platforms:
2777 - mac
2778 - linux
2779 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002780- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08002781 build: test
2782 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002783 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002784 headers:
2785 - test/cpp/qps/client.h
2786 - test/cpp/qps/server.h
2787 src:
2788 - test/cpp/qps/worker.cc
2789 deps:
2790 - qps
2791 - grpc++_test_util
2792 - grpc_test_util
2793 - grpc++
2794 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002795 - gpr_test_util
2796 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002797 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002798- name: reconnect_interop_client
2799 build: test
2800 run: false
2801 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002802 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002803 - src/proto/grpc/testing/empty.proto
2804 - src/proto/grpc/testing/messages.proto
2805 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002806 - test/cpp/interop/reconnect_interop_client.cc
2807 deps:
2808 - grpc++_test_util
2809 - grpc_test_util
2810 - grpc++
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002814 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002815- name: reconnect_interop_server
2816 build: test
2817 run: false
2818 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002819 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002820 - src/proto/grpc/testing/empty.proto
2821 - src/proto/grpc/testing/messages.proto
2822 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07002823 - test/cpp/interop/reconnect_interop_server.cc
2824 deps:
2825 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08002826 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07002827 - grpc++_test_util
2828 - grpc_test_util
2829 - grpc++
2830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002831 - gpr_test_util
2832 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002833 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002834- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002835 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002836 build: test
2837 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002838 src:
2839 - test/cpp/common/secure_auth_context_test.cc
2840 deps:
2841 - grpc++_test_util
2842 - grpc_test_util
2843 - grpc++
2844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002845 - gpr_test_util
2846 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002847- name: secure_sync_unary_ping_pong_test
2848 build: test
2849 language: c++
2850 src:
2851 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
2852 deps:
2853 - qps
2854 - grpc++_test_util
2855 - grpc_test_util
2856 - grpc++
2857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002858 - gpr_test_util
2859 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08002860 platforms:
2861 - mac
2862 - linux
2863 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002864- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002865 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002866 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002867 build: test
2868 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002869 src:
2870 - test/cpp/end2end/server_crash_test.cc
2871 deps:
2872 - grpc++_test_util
2873 - grpc_test_util
2874 - grpc++
2875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002876 - gpr_test_util
2877 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002878 platforms:
2879 - mac
2880 - linux
2881 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002882- name: server_crash_test_client
2883 build: test
2884 run: false
2885 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002886 src:
2887 - test/cpp/end2end/server_crash_test_client.cc
2888 deps:
2889 - grpc++_test_util
2890 - grpc_test_util
2891 - grpc++
2892 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002893 - gpr_test_util
2894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002895- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002896 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002897 build: test
2898 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002899 src:
2900 - test/cpp/end2end/shutdown_test.cc
2901 deps:
2902 - grpc++_test_util
2903 - grpc_test_util
2904 - grpc++
2905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002906 - gpr_test_util
2907 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002908- name: status_test
2909 build: test
2910 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002911 src:
2912 - test/cpp/util/status_test.cc
2913 deps:
2914 - grpc_test_util
2915 - grpc++
2916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002917 - gpr_test_util
2918 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002919- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002920 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07002921 build: test
2922 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002923 src:
2924 - test/cpp/end2end/streaming_throughput_test.cc
2925 deps:
2926 - grpc++_test_util
2927 - grpc_test_util
2928 - grpc++
2929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002930 - gpr_test_util
2931 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002932 platforms:
2933 - mac
2934 - linux
2935 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002936- name: stress_test
2937 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07002938 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002939 language: c++
2940 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07002941 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002942 - test/cpp/interop/interop_client.h
2943 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002944 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002945 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08002946 - src/proto/grpc/testing/empty.proto
2947 - src/proto/grpc/testing/messages.proto
2948 - src/proto/grpc/testing/metrics.proto
2949 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002950 - test/cpp/interop/interop_client.cc
2951 - test/cpp/interop/stress_interop_client.cc
2952 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07002953 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002954 deps:
2955 - grpc++_test_util
2956 - grpc_test_util
2957 - grpc++
2958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002959 - gpr_test_util
2960 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07002961 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07002962- name: sync_streaming_ping_pong_test
2963 build: test
2964 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002965 src:
2966 - test/cpp/qps/sync_streaming_ping_pong_test.cc
2967 deps:
2968 - qps
2969 - grpc++_test_util
2970 - grpc_test_util
2971 - grpc++
2972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002973 - gpr_test_util
2974 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002975 platforms:
2976 - mac
2977 - linux
2978 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002979- name: sync_unary_ping_pong_test
2980 build: test
2981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002982 src:
2983 - test/cpp/qps/sync_unary_ping_pong_test.cc
2984 deps:
2985 - qps
2986 - grpc++_test_util
2987 - grpc_test_util
2988 - grpc++
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002992 platforms:
2993 - mac
2994 - linux
2995 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002996- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002997 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002998 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07002999 build: test
3000 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003001 src:
3002 - test/cpp/end2end/thread_stress_test.cc
3003 deps:
3004 - grpc++_test_util
3005 - grpc_test_util
3006 - grpc++
3007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003008 - gpr_test_util
3009 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003010- name: zookeeper_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003011 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003012 build: test
Craig Tiller7bedba82015-09-24 08:22:43 -07003013 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003014 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003015 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003016 - src/proto/grpc/testing/echo.proto
Craig Tiller25834342015-09-25 08:08:24 -07003017 - test/cpp/end2end/zookeeper_test.cc
3018 deps:
3019 - grpc++_test_util
3020 - grpc_test_util
3021 - grpc++
3022 - grpc_zookeeper
3023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003024 - gpr_test_util
3025 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003026 external_deps:
3027 - zookeeper
3028 platforms:
3029 - linux
Craig Tillerab230452016-01-04 08:18:43 -08003030- name: public_headers_must_be_c89
3031 build: test
3032 language: c89
3033 src:
3034 - test/core/surface/public_headers_must_be_c89.c
3035 deps:
3036 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003038vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003039- linkage: static
3040 name: grpc.dependencies.zlib
3041 props: false
3042 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003043 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003044- linkage: static
3045 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003046 props: true
3047 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003048 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003049- name: gflags
3050 props: false
3051 redist: false
3052 version: 2.1.2.1
3053- name: gtest
3054 props: false
3055 redist: false
3056 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003057configs:
3058 asan:
3059 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003060 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3061 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003062 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003063 LD: clang
3064 LDFLAGS: -fsanitize=address
3065 LDXX: clang++
3066 compile_the_world: true
3067 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003068 ASAN_OPTIONS: detect_leaks=1:color=always
3069 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003070 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003071 asan-noleaks:
3072 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003073 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3074 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003075 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003076 LD: clang
3077 LDFLAGS: -fsanitize=address
3078 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003079 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003080 test_environ:
3081 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003082 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003083 asan-trace-cmp:
3084 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003085 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3086 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003087 CXX: clang++
3088 LD: clang
3089 LDFLAGS: -fsanitize=address
3090 LDXX: clang++
3091 compile_the_world: true
3092 test_environ:
3093 ASAN_OPTIONS: detect_leaks=1:color=always
3094 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3095 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003096 basicprof:
3097 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3098 DEFINES: NDEBUG
3099 dbg:
3100 CPPFLAGS: -O0
3101 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003102 easan:
3103 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003104 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3105 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003106 CXX: clang++
3107 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3108 LD: clang
3109 LDFLAGS: -fsanitize=address
3110 LDXX: clang++
3111 compile_the_world: true
3112 test_environ:
3113 ASAN_OPTIONS: detect_leaks=1:color=always
3114 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3115 timeout_multiplier: 3
3116 edbg:
3117 CPPFLAGS: -O0
3118 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3119 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003120 CC: clang
3121 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003122 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003123 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003124 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003125 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003126 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003127 LDXX: clang++
3128 compile_the_world: true
3129 test_environ:
3130 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3131 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003132 gcov:
3133 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003134 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003135 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003136 DEFINES: _DEBUG DEBUG GPR_GCOV
3137 LD: gcc
3138 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3139 LDXX: g++
3140 helgrind:
3141 CPPFLAGS: -O0
3142 DEFINES: _DEBUG DEBUG
3143 LDFLAGS: -rdynamic
3144 timeout_multiplier: 20
3145 valgrind: --tool=helgrind
3146 memcheck:
3147 CPPFLAGS: -O0
3148 DEFINES: _DEBUG DEBUG
3149 LDFLAGS: -rdynamic
3150 timeout_multiplier: 10
3151 valgrind: --tool=memcheck --leak-check=full
3152 msan:
3153 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003154 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3155 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3156 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003157 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003158 DEFINES: NDEBUG
3159 LD: clang
3160 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3161 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3162 LDXX: clang++
3163 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003164 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003165 mutrace:
3166 CPPFLAGS: -O0
3167 DEFINES: _DEBUG DEBUG
3168 LDFLAGS: -rdynamic
3169 opt:
3170 CPPFLAGS: -O2
3171 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003172 stapprof:
3173 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3174 DEFINES: NDEBUG
3175 tsan:
3176 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003177 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003178 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003179 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003180 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003181 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003182 LDXX: clang++
3183 compile_the_world: true
3184 test_environ:
3185 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003186 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003187 ubsan:
3188 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003189 CPPFLAGS: -O1 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
3190 -Wno-unused-command-line-argument
Craig Tillera0f85172016-01-20 15:56:06 -08003191 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003192 DEFINES: NDEBUG
3193 LD: clang
3194 LDFLAGS: -fsanitize=undefined
3195 LDXX: clang++
3196 compile_the_world: true
3197 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003198defaults:
3199 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003200 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Nicolas "Pixel" Noble17230442016-01-29 01:46:19 +01003201 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003202 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003203 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003204 global:
3205 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3206 LDFLAGS: -g
3207 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003208 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003209 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003210node_modules:
3211- deps:
3212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003213 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003214 - boringssl
3215 - z
murgatroid9994a75412015-11-19 14:04:53 -08003216 headers:
3217 - src/node/ext/byte_buffer.h
3218 - src/node/ext/call.h
3219 - src/node/ext/call_credentials.h
3220 - src/node/ext/channel.h
3221 - src/node/ext/channel_credentials.h
3222 - src/node/ext/completion_queue_async_worker.h
3223 - src/node/ext/server.h
3224 - src/node/ext/server_credentials.h
3225 - src/node/ext/timeval.h
3226 js:
3227 - src/node/index.js
3228 - src/node/src/client.js
3229 - src/node/src/common.js
3230 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003231 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003232 - src/node/src/metadata.js
3233 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003234 name: grpc_node
3235 src:
3236 - src/node/ext/byte_buffer.cc
3237 - src/node/ext/call.cc
3238 - src/node/ext/call_credentials.cc
3239 - src/node/ext/channel.cc
3240 - src/node/ext/channel_credentials.cc
3241 - src/node/ext/completion_queue_async_worker.cc
3242 - src/node/ext/node_grpc.cc
3243 - src/node/ext/server.cc
3244 - src/node/ext/server_credentials.cc
3245 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003246openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003247 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003248 extraction_dir: openssl-1.0.2f
3249 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003250php_config_m4:
3251 deps:
3252 - grpc
3253 - gpr
3254 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003255 headers:
3256 - src/php/ext/grpc/byte_buffer.h
3257 - src/php/ext/grpc/call.h
3258 - src/php/ext/grpc/call_credentials.h
3259 - src/php/ext/grpc/channel.h
3260 - src/php/ext/grpc/channel_credentials.h
3261 - src/php/ext/grpc/completion_queue.h
3262 - src/php/ext/grpc/php_grpc.h
3263 - src/php/ext/grpc/server.h
3264 - src/php/ext/grpc/server_credentials.h
3265 - src/php/ext/grpc/timeval.h
3266 src:
3267 - src/php/ext/grpc/byte_buffer.c
3268 - src/php/ext/grpc/call.c
3269 - src/php/ext/grpc/call_credentials.c
3270 - src/php/ext/grpc/channel.c
3271 - src/php/ext/grpc/channel_credentials.c
3272 - src/php/ext/grpc/completion_queue.c
3273 - src/php/ext/grpc/php_grpc.c
3274 - src/php/ext/grpc/server.c
3275 - src/php/ext/grpc/server_credentials.c
3276 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003277python_dependencies:
3278 deps:
3279 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003280 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003281 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003282 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003283ruby_gem:
3284 deps:
3285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003286 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003288 - z