blob: 78b5a1b536223895e9a4e31fe52757d1c900685a [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 Tillerd9f90762016-08-29 16:47:22 -07005 '#01': The public version number of the library.
6 '#02': ===
7 '#03': Please update the 'g_stands_for' field periodically with a new g word
8 '#04': not listed in doc/g_stands_for.md - and update that document to list the
murgatroid99a41fd5b2017-04-13 09:56:17 -07009 '#05': new word. When doing so, please also update BUILD.
Craig Tillerd9f90762016-08-29 16:47:22 -070010 '#06': ===
11 '#07': Master always has a "-dev" suffix
12 '#08': Use "-preN" suffixes to identify pre-release versions
13 '#09': Per-language overrides are possible with (eg) ruby_version tag here
14 '#10': See the expand_version.py for all the quirks here
Vijay Pai58c33ba2017-09-01 14:08:42 -070015 core_version: 5.0.0-dev
murgatroid9998873792017-10-02 17:28:27 -070016 g_stands_for: generous
17 version: 1.8.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Vizerai0359e122017-04-28 20:06:58 -070030 - src/core/ext/census/intrusive_hash_map.h
Vizeraic1947ef2017-05-23 16:13:25 -070031 - src/core/ext/census/intrusive_hash_map_internal.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070033 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070034 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070035 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080036 - src/core/ext/census/trace_label.h
37 - src/core/ext/census/trace_propagation.h
38 - src/core/ext/census/trace_status.h
39 - src/core/ext/census/trace_string.h
40 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070041 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070042 - src/core/ext/census/base_resources.cc
43 - src/core/ext/census/context.cc
Alistair Veitch30fe6322016-05-23 10:11:28 -070044 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070045 - src/core/ext/census/gen/trace_context.pb.c
Yash Tibrewal83062842017-09-21 18:56:08 -070046 - src/core/ext/census/grpc_context.cc
47 - src/core/ext/census/grpc_filter.cc
48 - src/core/ext/census/grpc_plugin.cc
49 - src/core/ext/census/initialize.cc
50 - src/core/ext/census/intrusive_hash_map.cc
51 - src/core/ext/census/mlog.cc
52 - src/core/ext/census/operation.cc
53 - src/core/ext/census/placeholders.cc
54 - src/core/ext/census/resource.cc
55 - src/core/ext/census/trace_context.cc
56 - src/core/ext/census/tracing.cc
Craig Tiller8f8e9f92016-03-29 09:41:28 -070057 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070058 uses:
59 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070060 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070061- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010062 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070063 - src/core/lib/profiling/basic_timers.cc
64 - src/core/lib/profiling/stap_timers.cc
65 - src/core/lib/support/alloc.cc
66 - src/core/lib/support/arena.cc
67 - src/core/lib/support/atm.cc
68 - src/core/lib/support/avl.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070069 - src/core/lib/support/cmdline.cc
70 - src/core/lib/support/cpu_iphone.cc
71 - src/core/lib/support/cpu_linux.cc
72 - src/core/lib/support/cpu_posix.cc
73 - src/core/lib/support/cpu_windows.cc
74 - src/core/lib/support/env_linux.cc
75 - src/core/lib/support/env_posix.cc
76 - src/core/lib/support/env_windows.cc
77 - src/core/lib/support/histogram.cc
78 - src/core/lib/support/host_port.cc
79 - src/core/lib/support/log.cc
80 - src/core/lib/support/log_android.cc
81 - src/core/lib/support/log_linux.cc
82 - src/core/lib/support/log_posix.cc
83 - src/core/lib/support/log_windows.cc
84 - src/core/lib/support/mpscq.cc
85 - src/core/lib/support/murmur_hash.cc
86 - src/core/lib/support/stack_lockfree.cc
87 - src/core/lib/support/string.cc
88 - src/core/lib/support/string_posix.cc
89 - src/core/lib/support/string_util_windows.cc
90 - src/core/lib/support/string_windows.cc
91 - src/core/lib/support/subprocess_posix.cc
92 - src/core/lib/support/subprocess_windows.cc
93 - src/core/lib/support/sync.cc
94 - src/core/lib/support/sync_posix.cc
95 - src/core/lib/support/sync_windows.cc
96 - src/core/lib/support/thd.cc
97 - src/core/lib/support/thd_posix.cc
98 - src/core/lib/support/thd_windows.cc
99 - src/core/lib/support/time.cc
100 - src/core/lib/support/time_posix.cc
101 - src/core/lib/support/time_precise.cc
102 - src/core/lib/support/time_windows.cc
103 - src/core/lib/support/tls_pthread.cc
104 - src/core/lib/support/tmpfile_msys.cc
105 - src/core/lib/support/tmpfile_posix.cc
106 - src/core/lib/support/tmpfile_windows.cc
107 - src/core/lib/support/wrap_memcpy.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700108 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700109 - gpr_base_headers
110- name: gpr_base_headers
111 public_headers:
112 - include/grpc/support/alloc.h
113 - include/grpc/support/atm.h
114 - include/grpc/support/atm_gcc_atomic.h
115 - include/grpc/support/atm_gcc_sync.h
116 - include/grpc/support/atm_windows.h
117 - include/grpc/support/avl.h
118 - include/grpc/support/cmdline.h
119 - include/grpc/support/cpu.h
120 - include/grpc/support/histogram.h
121 - include/grpc/support/host_port.h
122 - include/grpc/support/log.h
123 - include/grpc/support/log_windows.h
124 - include/grpc/support/port_platform.h
125 - include/grpc/support/string_util.h
126 - include/grpc/support/subprocess.h
127 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700128 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -0700129 - include/grpc/support/sync_generic.h
130 - include/grpc/support/sync_posix.h
131 - include/grpc/support/sync_windows.h
132 - include/grpc/support/thd.h
133 - include/grpc/support/time.h
134 - include/grpc/support/tls.h
135 - include/grpc/support/tls_gcc.h
136 - include/grpc/support/tls_msvc.h
137 - include/grpc/support/tls_pthread.h
138 - include/grpc/support/useful.h
139 headers:
140 - src/core/lib/profiling/timers.h
141 - src/core/lib/support/arena.h
142 - src/core/lib/support/atomic.h
143 - src/core/lib/support/atomic_with_atm.h
144 - src/core/lib/support/atomic_with_std.h
Vijay Pai42807252017-07-28 15:08:24 -0700145 - src/core/lib/support/env.h
Craig Tiller92226062017-10-08 21:16:12 -0700146 - src/core/lib/support/manual_constructor.h
Vijay Pai42807252017-07-28 15:08:24 -0700147 - src/core/lib/support/memory.h
148 - src/core/lib/support/mpscq.h
149 - src/core/lib/support/murmur_hash.h
150 - src/core/lib/support/spinlock.h
151 - src/core/lib/support/stack_lockfree.h
152 - src/core/lib/support/string.h
153 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700154 - src/core/lib/support/time_precise.h
155 - src/core/lib/support/tmpfile.h
156 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700157 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800158- name: gpr_codegen
159 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800160 - include/grpc/impl/codegen/atm.h
161 - include/grpc/impl/codegen/atm_gcc_atomic.h
162 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700163 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800164 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700165 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800166 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800167 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700168 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800169 - include/grpc/impl/codegen/sync_generic.h
170 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700171 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700172- name: grpc++_base
173 deps:
174 - grpc
175 uses:
176 - grpc++_common
177 - grpc++_codegen_base
178- name: grpc++_base_unsecure
179 deps:
180 - grpc_unsecure
181 uses:
182 - grpc++_common
183 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700184- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700185 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700186 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700187 - src/core/lib/channel/channel_args.cc
188 - src/core/lib/channel/channel_stack.cc
189 - src/core/lib/channel/channel_stack_builder.cc
190 - src/core/lib/channel/connected_channel.cc
191 - src/core/lib/channel/handshaker.cc
192 - src/core/lib/channel/handshaker_factory.cc
193 - src/core/lib/channel/handshaker_registry.cc
194 - src/core/lib/compression/compression.cc
195 - src/core/lib/compression/message_compress.cc
196 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700197 - src/core/lib/compression/stream_compression_gzip.cc
198 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700199 - src/core/lib/debug/stats.cc
200 - src/core/lib/debug/stats_data.cc
201 - src/core/lib/http/format_request.cc
202 - src/core/lib/http/httpcli.cc
203 - src/core/lib/http/parser.cc
204 - src/core/lib/iomgr/call_combiner.cc
205 - src/core/lib/iomgr/closure.cc
206 - src/core/lib/iomgr/combiner.cc
207 - src/core/lib/iomgr/endpoint.cc
208 - src/core/lib/iomgr/endpoint_pair_posix.cc
209 - src/core/lib/iomgr/endpoint_pair_uv.cc
210 - src/core/lib/iomgr/endpoint_pair_windows.cc
211 - src/core/lib/iomgr/error.cc
212 - src/core/lib/iomgr/ev_epoll1_linux.cc
213 - src/core/lib/iomgr/ev_epollex_linux.cc
214 - src/core/lib/iomgr/ev_epollsig_linux.cc
215 - src/core/lib/iomgr/ev_poll_posix.cc
216 - src/core/lib/iomgr/ev_posix.cc
217 - src/core/lib/iomgr/ev_windows.cc
218 - src/core/lib/iomgr/exec_ctx.cc
219 - src/core/lib/iomgr/executor.cc
220 - src/core/lib/iomgr/gethostname_fallback.cc
221 - src/core/lib/iomgr/gethostname_host_name_max.cc
222 - src/core/lib/iomgr/gethostname_sysconf.cc
223 - src/core/lib/iomgr/iocp_windows.cc
224 - src/core/lib/iomgr/iomgr.cc
225 - src/core/lib/iomgr/iomgr_posix.cc
226 - src/core/lib/iomgr/iomgr_uv.cc
227 - src/core/lib/iomgr/iomgr_windows.cc
228 - src/core/lib/iomgr/is_epollexclusive_available.cc
229 - src/core/lib/iomgr/load_file.cc
230 - src/core/lib/iomgr/lockfree_event.cc
231 - src/core/lib/iomgr/network_status_tracker.cc
232 - src/core/lib/iomgr/polling_entity.cc
233 - src/core/lib/iomgr/pollset_set_uv.cc
234 - src/core/lib/iomgr/pollset_set_windows.cc
235 - src/core/lib/iomgr/pollset_uv.cc
236 - src/core/lib/iomgr/pollset_windows.cc
237 - src/core/lib/iomgr/resolve_address_posix.cc
238 - src/core/lib/iomgr/resolve_address_uv.cc
239 - src/core/lib/iomgr/resolve_address_windows.cc
240 - src/core/lib/iomgr/resource_quota.cc
241 - src/core/lib/iomgr/sockaddr_utils.cc
242 - src/core/lib/iomgr/socket_factory_posix.cc
243 - src/core/lib/iomgr/socket_mutator.cc
244 - src/core/lib/iomgr/socket_utils_common_posix.cc
245 - src/core/lib/iomgr/socket_utils_linux.cc
246 - src/core/lib/iomgr/socket_utils_posix.cc
247 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700248 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700249 - src/core/lib/iomgr/socket_windows.cc
250 - src/core/lib/iomgr/tcp_client_posix.cc
251 - src/core/lib/iomgr/tcp_client_uv.cc
252 - src/core/lib/iomgr/tcp_client_windows.cc
253 - src/core/lib/iomgr/tcp_posix.cc
254 - src/core/lib/iomgr/tcp_server_posix.cc
255 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
256 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
257 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
258 - src/core/lib/iomgr/tcp_server_uv.cc
259 - src/core/lib/iomgr/tcp_server_windows.cc
260 - src/core/lib/iomgr/tcp_uv.cc
261 - src/core/lib/iomgr/tcp_windows.cc
262 - src/core/lib/iomgr/time_averaged_stats.cc
263 - src/core/lib/iomgr/timer_generic.cc
264 - src/core/lib/iomgr/timer_heap.cc
265 - src/core/lib/iomgr/timer_manager.cc
266 - src/core/lib/iomgr/timer_uv.cc
267 - src/core/lib/iomgr/udp_server.cc
268 - src/core/lib/iomgr/unix_sockets_posix.cc
269 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
270 - src/core/lib/iomgr/wakeup_fd_cv.cc
271 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
272 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
273 - src/core/lib/iomgr/wakeup_fd_pipe.cc
274 - src/core/lib/iomgr/wakeup_fd_posix.cc
275 - src/core/lib/json/json.cc
276 - src/core/lib/json/json_reader.cc
277 - src/core/lib/json/json_string.cc
278 - src/core/lib/json/json_writer.cc
279 - src/core/lib/slice/b64.cc
280 - src/core/lib/slice/percent_encoding.cc
281 - src/core/lib/slice/slice.cc
282 - src/core/lib/slice/slice_buffer.cc
283 - src/core/lib/slice/slice_hash_table.cc
284 - src/core/lib/slice/slice_intern.cc
285 - src/core/lib/slice/slice_string_helpers.cc
286 - src/core/lib/surface/alarm.cc
287 - src/core/lib/surface/api_trace.cc
288 - src/core/lib/surface/byte_buffer.cc
289 - src/core/lib/surface/byte_buffer_reader.cc
290 - src/core/lib/surface/call.cc
291 - src/core/lib/surface/call_details.cc
292 - src/core/lib/surface/call_log_batch.cc
293 - src/core/lib/surface/channel.cc
294 - src/core/lib/surface/channel_init.cc
295 - src/core/lib/surface/channel_ping.cc
296 - src/core/lib/surface/channel_stack_type.cc
297 - src/core/lib/surface/completion_queue.cc
298 - src/core/lib/surface/completion_queue_factory.cc
299 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700300 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700301 - src/core/lib/surface/metadata_array.cc
302 - src/core/lib/surface/server.cc
303 - src/core/lib/surface/validate_metadata.cc
304 - src/core/lib/surface/version.cc
305 - src/core/lib/transport/bdp_estimator.cc
306 - src/core/lib/transport/byte_stream.cc
307 - src/core/lib/transport/connectivity_state.cc
308 - src/core/lib/transport/error_utils.cc
309 - src/core/lib/transport/metadata.cc
310 - src/core/lib/transport/metadata_batch.cc
311 - src/core/lib/transport/pid_controller.cc
312 - src/core/lib/transport/service_config.cc
313 - src/core/lib/transport/static_metadata.cc
314 - src/core/lib/transport/status_conversion.cc
315 - src/core/lib/transport/timeout_encoding.cc
316 - src/core/lib/transport/transport.cc
317 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700318 deps:
319 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700320 filegroups:
321 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700322 uses:
323 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700324 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700325- name: grpc_base_headers
326 public_headers:
327 - include/grpc/byte_buffer.h
328 - include/grpc/byte_buffer_reader.h
329 - include/grpc/compression.h
330 - include/grpc/grpc.h
331 - include/grpc/grpc_posix.h
332 - include/grpc/grpc_security_constants.h
333 - include/grpc/load_reporting.h
334 - include/grpc/slice.h
335 - include/grpc/slice_buffer.h
336 - include/grpc/status.h
337 - include/grpc/support/workaround_list.h
338 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700339 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700340 - src/core/lib/channel/channel_args.h
341 - src/core/lib/channel/channel_stack.h
342 - src/core/lib/channel/channel_stack_builder.h
343 - src/core/lib/channel/connected_channel.h
344 - src/core/lib/channel/context.h
345 - src/core/lib/channel/handshaker.h
346 - src/core/lib/channel/handshaker_factory.h
347 - src/core/lib/channel/handshaker_registry.h
348 - src/core/lib/compression/algorithm_metadata.h
349 - src/core/lib/compression/message_compress.h
350 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700351 - src/core/lib/compression/stream_compression_gzip.h
352 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700353 - src/core/lib/debug/stats.h
354 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700355 - src/core/lib/http/format_request.h
356 - src/core/lib/http/httpcli.h
357 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700358 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700359 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700360 - src/core/lib/iomgr/closure.h
361 - src/core/lib/iomgr/combiner.h
362 - src/core/lib/iomgr/endpoint.h
363 - src/core/lib/iomgr/endpoint_pair.h
364 - src/core/lib/iomgr/error.h
365 - src/core/lib/iomgr/error_internal.h
366 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700367 - src/core/lib/iomgr/ev_epollex_linux.h
368 - src/core/lib/iomgr/ev_epollsig_linux.h
369 - src/core/lib/iomgr/ev_poll_posix.h
370 - src/core/lib/iomgr/ev_posix.h
371 - src/core/lib/iomgr/exec_ctx.h
372 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700373 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700374 - src/core/lib/iomgr/iocp_windows.h
375 - src/core/lib/iomgr/iomgr.h
376 - src/core/lib/iomgr/iomgr_internal.h
377 - src/core/lib/iomgr/iomgr_posix.h
378 - src/core/lib/iomgr/iomgr_uv.h
379 - src/core/lib/iomgr/is_epollexclusive_available.h
380 - src/core/lib/iomgr/load_file.h
381 - src/core/lib/iomgr/lockfree_event.h
382 - src/core/lib/iomgr/nameser.h
383 - src/core/lib/iomgr/network_status_tracker.h
384 - src/core/lib/iomgr/polling_entity.h
385 - src/core/lib/iomgr/pollset.h
386 - src/core/lib/iomgr/pollset_set.h
387 - src/core/lib/iomgr/pollset_set_windows.h
388 - src/core/lib/iomgr/pollset_uv.h
389 - src/core/lib/iomgr/pollset_windows.h
390 - src/core/lib/iomgr/port.h
391 - src/core/lib/iomgr/resolve_address.h
392 - src/core/lib/iomgr/resource_quota.h
393 - src/core/lib/iomgr/sockaddr.h
394 - src/core/lib/iomgr/sockaddr_posix.h
395 - src/core/lib/iomgr/sockaddr_utils.h
396 - src/core/lib/iomgr/sockaddr_windows.h
397 - src/core/lib/iomgr/socket_factory_posix.h
398 - src/core/lib/iomgr/socket_mutator.h
399 - src/core/lib/iomgr/socket_utils.h
400 - src/core/lib/iomgr/socket_utils_posix.h
401 - src/core/lib/iomgr/socket_windows.h
402 - src/core/lib/iomgr/sys_epoll_wrapper.h
403 - src/core/lib/iomgr/tcp_client.h
404 - src/core/lib/iomgr/tcp_client_posix.h
405 - src/core/lib/iomgr/tcp_posix.h
406 - src/core/lib/iomgr/tcp_server.h
407 - src/core/lib/iomgr/tcp_server_utils_posix.h
408 - src/core/lib/iomgr/tcp_uv.h
409 - src/core/lib/iomgr/tcp_windows.h
410 - src/core/lib/iomgr/time_averaged_stats.h
411 - src/core/lib/iomgr/timer.h
412 - src/core/lib/iomgr/timer_generic.h
413 - src/core/lib/iomgr/timer_heap.h
414 - src/core/lib/iomgr/timer_manager.h
415 - src/core/lib/iomgr/timer_uv.h
416 - src/core/lib/iomgr/udp_server.h
417 - src/core/lib/iomgr/unix_sockets_posix.h
418 - src/core/lib/iomgr/wakeup_fd_cv.h
419 - src/core/lib/iomgr/wakeup_fd_pipe.h
420 - src/core/lib/iomgr/wakeup_fd_posix.h
421 - src/core/lib/json/json.h
422 - src/core/lib/json/json_common.h
423 - src/core/lib/json/json_reader.h
424 - src/core/lib/json/json_writer.h
425 - src/core/lib/slice/b64.h
426 - src/core/lib/slice/percent_encoding.h
427 - src/core/lib/slice/slice_hash_table.h
428 - src/core/lib/slice/slice_internal.h
429 - src/core/lib/slice/slice_string_helpers.h
Craig Tiller6f2b5f02017-10-11 08:20:03 -0700430 - src/core/lib/support/vector.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700431 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700432 - src/core/lib/surface/api_trace.h
433 - src/core/lib/surface/call.h
434 - src/core/lib/surface/call_test_only.h
435 - src/core/lib/surface/channel.h
436 - src/core/lib/surface/channel_init.h
437 - src/core/lib/surface/channel_stack_type.h
438 - src/core/lib/surface/completion_queue.h
439 - src/core/lib/surface/completion_queue_factory.h
440 - src/core/lib/surface/event_string.h
441 - src/core/lib/surface/init.h
442 - src/core/lib/surface/lame_client.h
443 - src/core/lib/surface/server.h
444 - src/core/lib/surface/validate_metadata.h
445 - src/core/lib/transport/bdp_estimator.h
446 - src/core/lib/transport/byte_stream.h
447 - src/core/lib/transport/connectivity_state.h
448 - src/core/lib/transport/error_utils.h
449 - src/core/lib/transport/http2_errors.h
450 - src/core/lib/transport/metadata.h
451 - src/core/lib/transport/metadata_batch.h
452 - src/core/lib/transport/pid_controller.h
453 - src/core/lib/transport/service_config.h
454 - src/core/lib/transport/static_metadata.h
455 - src/core/lib/transport/status_conversion.h
456 - src/core/lib/transport/timeout_encoding.h
457 - src/core/lib/transport/transport.h
458 - src/core/lib/transport/transport_impl.h
459 deps:
460 - gpr
461 uses:
462 - grpc_codegen
463 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700464- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700465 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700466 - src/core/ext/filters/client_channel/client_channel.h
467 - src/core/ext/filters/client_channel/client_channel_factory.h
468 - src/core/ext/filters/client_channel/connector.h
469 - src/core/ext/filters/client_channel/http_connect_handshaker.h
470 - src/core/ext/filters/client_channel/http_proxy.h
471 - src/core/ext/filters/client_channel/lb_policy.h
472 - src/core/ext/filters/client_channel/lb_policy_factory.h
473 - src/core/ext/filters/client_channel/lb_policy_registry.h
474 - src/core/ext/filters/client_channel/parse_address.h
475 - src/core/ext/filters/client_channel/proxy_mapper.h
476 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
477 - src/core/ext/filters/client_channel/resolver.h
478 - src/core/ext/filters/client_channel/resolver_factory.h
479 - src/core/ext/filters/client_channel/resolver_registry.h
480 - src/core/ext/filters/client_channel/retry_throttle.h
481 - src/core/ext/filters/client_channel/subchannel.h
482 - src/core/ext/filters/client_channel/subchannel_index.h
483 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700484 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700485 - src/core/ext/filters/client_channel/channel_connectivity.cc
486 - src/core/ext/filters/client_channel/client_channel.cc
487 - src/core/ext/filters/client_channel/client_channel_factory.cc
488 - src/core/ext/filters/client_channel/client_channel_plugin.cc
489 - src/core/ext/filters/client_channel/connector.cc
490 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
491 - src/core/ext/filters/client_channel/http_proxy.cc
492 - src/core/ext/filters/client_channel/lb_policy.cc
493 - src/core/ext/filters/client_channel/lb_policy_factory.cc
494 - src/core/ext/filters/client_channel/lb_policy_registry.cc
495 - src/core/ext/filters/client_channel/parse_address.cc
496 - src/core/ext/filters/client_channel/proxy_mapper.cc
497 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
498 - src/core/ext/filters/client_channel/resolver.cc
499 - src/core/ext/filters/client_channel/resolver_factory.cc
500 - src/core/ext/filters/client_channel/resolver_registry.cc
501 - src/core/ext/filters/client_channel/retry_throttle.cc
502 - src/core/ext/filters/client_channel/subchannel.cc
503 - src/core/ext/filters/client_channel/subchannel_index.cc
504 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700505 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700506 uses:
507 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700508 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800509- name: grpc_codegen
510 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700511 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700512 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800513 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800514 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800515 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800516 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800517 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700518 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800519 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700520 uses:
521 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700522- name: grpc_deadline_filter
523 headers:
524 - src/core/ext/filters/deadline/deadline_filter.h
525 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700526 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700527 plugin: grpc_deadline_filter
528 uses:
529 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700530- name: grpc_http_filters
531 headers:
532 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700533 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700534 - src/core/ext/filters/http/server/http_server_filter.h
535 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700536 - src/core/ext/filters/http/client/http_client_filter.cc
537 - src/core/ext/filters/http/http_filters_plugin.cc
538 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
539 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700540 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700541 uses:
542 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700543- name: grpc_lb_policy_grpclb
544 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
547 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700548 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700549 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
550 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700551 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700552 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
553 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
554 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
555 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
556 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700557 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800558 plugin: grpc_lb_policy_grpclb
559 uses:
560 - grpc_base
561 - grpc_client_channel
562 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700563 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800564- name: grpc_lb_policy_grpclb_secure
565 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700566 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
568 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700569 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700570 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
571 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800572 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700573 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
574 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
575 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
576 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
577 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700578 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700579 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700580 uses:
581 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700582 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700583 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700584 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700585 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700586- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700587 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700588 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700589 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700590 uses:
591 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700592 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700593- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700594 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700595 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700596 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700597 uses:
598 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700599 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700600- name: grpc_max_age_filter
601 headers:
602 - src/core/ext/filters/max_age/max_age_filter.h
603 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700604 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700605 plugin: grpc_max_age_filter
606 uses:
607 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700608- name: grpc_message_size_filter
609 headers:
610 - src/core/ext/filters/message_size/message_size_filter.h
611 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700612 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700613 plugin: grpc_message_size_filter
614 uses:
615 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700616- name: grpc_resolver_dns_ares
617 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700618 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
619 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700620 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700621 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
622 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
623 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
624 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700625 plugin: grpc_resolver_dns_ares
626 uses:
627 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700628 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700629- name: grpc_resolver_dns_native
630 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700631 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700632 plugin: grpc_resolver_dns_native
633 uses:
634 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700635 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700636- name: grpc_resolver_fake
637 headers:
638 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
639 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700640 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700641 plugin: grpc_resolver_fake
642 uses:
643 - grpc_base
644 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700645- name: grpc_resolver_sockaddr
646 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700647 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700648 plugin: grpc_resolver_sockaddr
649 uses:
650 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700651 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100652- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700653 public_headers:
654 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100655 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700656 - src/core/lib/security/context/security_context.h
657 - src/core/lib/security/credentials/composite/composite_credentials.h
658 - src/core/lib/security/credentials/credentials.h
659 - src/core/lib/security/credentials/fake/fake_credentials.h
660 - src/core/lib/security/credentials/google_default/google_default_credentials.h
661 - src/core/lib/security/credentials/iam/iam_credentials.h
662 - src/core/lib/security/credentials/jwt/json_token.h
663 - src/core/lib/security/credentials/jwt/jwt_credentials.h
664 - src/core/lib/security/credentials/jwt/jwt_verifier.h
665 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
666 - src/core/lib/security/credentials/plugin/plugin_credentials.h
667 - src/core/lib/security/credentials/ssl/ssl_credentials.h
668 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800669 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700670 - src/core/lib/security/transport/secure_endpoint.h
671 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800672 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700673 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700674 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100675 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700676 - src/core/lib/http/httpcli_security_connector.cc
677 - src/core/lib/security/context/security_context.cc
678 - src/core/lib/security/credentials/composite/composite_credentials.cc
679 - src/core/lib/security/credentials/credentials.cc
680 - src/core/lib/security/credentials/credentials_metadata.cc
681 - src/core/lib/security/credentials/fake/fake_credentials.cc
682 - src/core/lib/security/credentials/google_default/credentials_generic.cc
683 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
684 - src/core/lib/security/credentials/iam/iam_credentials.cc
685 - src/core/lib/security/credentials/jwt/json_token.cc
686 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
687 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
688 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
689 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
690 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
691 - src/core/lib/security/transport/client_auth_filter.cc
692 - src/core/lib/security/transport/lb_targets_info.cc
693 - src/core/lib/security/transport/secure_endpoint.cc
694 - src/core/lib/security/transport/security_connector.cc
695 - src/core/lib/security/transport/security_handshaker.cc
696 - src/core/lib/security/transport/server_auth_filter.cc
697 - src/core/lib/security/transport/tsi_error.cc
698 - src/core/lib/security/util/json_util.cc
699 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700700 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700701 uses:
702 - grpc_base
703 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700704 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700705- name: grpc_server_backward_compatibility
706 headers:
707 - src/core/ext/filters/workarounds/workaround_utils.h
708 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700709 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700710 uses:
711 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700712- name: grpc_server_load_reporting
713 headers:
714 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
715 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
716 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700717 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
718 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700719 plugin: grpc_server_load_reporting_plugin
720 uses:
721 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700722- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700723 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700724 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700725 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800727 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700728 - test/core/end2end/fixtures/proxy.h
729 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800730 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700731 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200732 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700733 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700734 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700735 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700736 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700737 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700738 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800739 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700740 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700741 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Craig Tiller25834342015-09-25 08:08:24 -0700742 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800743 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700744 - test/core/end2end/fixtures/proxy.c
745 - test/core/iomgr/endpoint_tests.c
Craig Tiller92226062017-10-08 21:16:12 -0700746 - test/core/util/debugger_macros.cc
Craig Tiller25834342015-09-25 08:08:24 -0700747 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200748 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700749 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700750 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700751 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800752 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700753 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700754 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800755 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700756 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700757 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700758 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700759 uses:
760 - grpc_base
761 - grpc_client_channel
762 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700763- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700764 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700765 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700766 deps:
767 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700768 filegroups:
769 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700770 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700771- name: grpc_trace_headers
772 headers:
773 - src/core/lib/debug/trace.h
774 deps:
775 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700776- name: grpc_transport_chttp2
777 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700778 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700779 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700780 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700781 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700782 - src/core/ext/transport/chttp2/transport/frame.h
783 - src/core/ext/transport/chttp2/transport/frame_data.h
784 - src/core/ext/transport/chttp2/transport/frame_goaway.h
785 - src/core/ext/transport/chttp2/transport/frame_ping.h
786 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
787 - src/core/ext/transport/chttp2/transport/frame_settings.h
788 - src/core/ext/transport/chttp2/transport/frame_window_update.h
789 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
790 - src/core/ext/transport/chttp2/transport/hpack_parser.h
791 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700792 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700793 - src/core/ext/transport/chttp2/transport/huffsyms.h
794 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
795 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700796 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700797 - src/core/ext/transport/chttp2/transport/varint.h
798 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700799 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
800 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
801 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
802 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
803 - src/core/ext/transport/chttp2/transport/flow_control.cc
804 - src/core/ext/transport/chttp2/transport/frame_data.cc
805 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
806 - src/core/ext/transport/chttp2/transport/frame_ping.cc
807 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
808 - src/core/ext/transport/chttp2/transport/frame_settings.cc
809 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
810 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
811 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
812 - src/core/ext/transport/chttp2/transport/hpack_table.cc
813 - src/core/ext/transport/chttp2/transport/http2_settings.cc
814 - src/core/ext/transport/chttp2/transport/huffsyms.cc
815 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
816 - src/core/ext/transport/chttp2/transport/parsing.cc
817 - src/core/ext/transport/chttp2/transport/stream_lists.cc
818 - src/core/ext/transport/chttp2/transport/stream_map.cc
819 - src/core/ext/transport/chttp2/transport/varint.cc
820 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700821 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700822 uses:
823 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700824 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700825 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700826- name: grpc_transport_chttp2_alpn
827 headers:
828 - src/core/ext/transport/chttp2/alpn/alpn.h
829 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700830 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700831 deps:
832 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800833- name: grpc_transport_chttp2_client_connector
834 headers:
835 - src/core/ext/transport/chttp2/client/chttp2_connector.h
836 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700837 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800838 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800839 - grpc_transport_chttp2
840 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700841 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700842- name: grpc_transport_chttp2_client_insecure
843 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700844 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
845 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700846 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800847 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700848 - grpc_transport_chttp2
849 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700850 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700851- name: grpc_transport_chttp2_client_secure
852 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700853 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700854 uses:
855 - grpc_transport_chttp2
856 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700857 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700858 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800859 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800860- name: grpc_transport_chttp2_server
861 headers:
862 - src/core/ext/transport/chttp2/server/chttp2_server.h
863 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700864 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800865 uses:
866 - grpc_transport_chttp2
867 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700868- name: grpc_transport_chttp2_server_insecure
869 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700870 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
871 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700872 uses:
873 - grpc_transport_chttp2
874 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800875 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700876- name: grpc_transport_chttp2_server_secure
877 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700878 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700879 uses:
880 - grpc_transport_chttp2
881 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700882 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800883 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700884- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700885 public_headers:
886 - include/grpc/grpc_cronet.h
887 - include/grpc/grpc_security.h
888 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700889 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800890 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800891 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700892 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700893 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
894 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
895 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700896 filegroups:
897 - grpc_base
898 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700899 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700900- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700901 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700902 - src/core/ext/transport/inproc/inproc_plugin.cc
903 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700904 plugin: grpc_inproc_plugin
905 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700906 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700907 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700908- name: grpc_transport_inproc_headers
909 headers:
910 - src/core/ext/transport/inproc/inproc_transport.h
911 uses:
912 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700913- name: grpc_workaround_cronet_compression_filter
914 headers:
915 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
916 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700917 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700918 plugin: grpc_workaround_cronet_compression_filter
919 uses:
920 - grpc_base
921 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800922- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700923 src:
924 - third_party/nanopb/pb_common.c
925 - third_party/nanopb/pb_decode.c
926 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700927 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700928 - nanopb_headers
929- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800930 headers:
931 - third_party/nanopb/pb.h
932 - third_party/nanopb/pb_common.h
933 - third_party/nanopb/pb_decode.h
934 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700935- name: transport_security_test_lib
936 build: test
937 headers:
938 - test/core/tsi/transport_security_test_lib.h
939 src:
940 - test/core/tsi/transport_security_test_lib.c
941 deps:
942 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700943- name: tsi
944 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700945 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700946 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700947 - src/core/tsi/ssl_transport_security.h
948 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700949 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700950 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700951 - src/core/tsi/fake_transport_security.cc
952 - src/core/tsi/gts_transport_security.cc
953 - src/core/tsi/ssl_transport_security.cc
954 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700955 deps:
956 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700957 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700958 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700959 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700960 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700961 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700962 - grpc_trace
963- name: tsi_interface
964 headers:
965 - src/core/tsi/transport_security.h
966 - src/core/tsi/transport_security_adapter.h
967 - src/core/tsi/transport_security_interface.h
968 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700969 - src/core/tsi/transport_security.cc
970 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700971 deps:
972 - gpr
973 secure: true
974 uses:
975 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700976- name: grpc++_codegen_base
977 language: c++
978 public_headers:
979 - include/grpc++/impl/codegen/async_stream.h
980 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700981 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700982 - include/grpc++/impl/codegen/call.h
983 - include/grpc++/impl/codegen/call_hook.h
984 - include/grpc++/impl/codegen/channel_interface.h
985 - include/grpc++/impl/codegen/client_context.h
986 - include/grpc++/impl/codegen/client_unary_call.h
987 - include/grpc++/impl/codegen/completion_queue.h
988 - include/grpc++/impl/codegen/completion_queue_tag.h
989 - include/grpc++/impl/codegen/config.h
990 - include/grpc++/impl/codegen/core_codegen_interface.h
991 - include/grpc++/impl/codegen/create_auth_context.h
992 - include/grpc++/impl/codegen/grpc_library.h
993 - include/grpc++/impl/codegen/metadata_map.h
994 - include/grpc++/impl/codegen/method_handler_impl.h
995 - include/grpc++/impl/codegen/rpc_method.h
996 - include/grpc++/impl/codegen/rpc_service_method.h
997 - include/grpc++/impl/codegen/security/auth_context.h
998 - include/grpc++/impl/codegen/serialization_traits.h
999 - include/grpc++/impl/codegen/server_context.h
1000 - include/grpc++/impl/codegen/server_interface.h
1001 - include/grpc++/impl/codegen/service_type.h
1002 - include/grpc++/impl/codegen/slice.h
1003 - include/grpc++/impl/codegen/status.h
1004 - include/grpc++/impl/codegen/status_code_enum.h
1005 - include/grpc++/impl/codegen/string_ref.h
1006 - include/grpc++/impl/codegen/stub_options.h
1007 - include/grpc++/impl/codegen/sync_stream.h
1008 - include/grpc++/impl/codegen/time.h
1009 uses:
1010 - grpc_codegen
1011- name: grpc++_codegen_base_src
1012 language: c++
1013 src:
1014 - src/cpp/codegen/codegen_init.cc
1015 uses:
1016 - grpc++_codegen_base
1017- name: grpc++_codegen_proto
1018 language: c++
1019 public_headers:
1020 - include/grpc++/impl/codegen/proto_utils.h
1021 uses:
1022 - grpc++_codegen_base
1023 - grpc++_config_proto
1024- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001025 language: c++
1026 public_headers:
1027 - include/grpc++/alarm.h
1028 - include/grpc++/channel.h
1029 - include/grpc++/client_context.h
1030 - include/grpc++/completion_queue.h
1031 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001032 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001033 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001034 - include/grpc++/generic/async_generic_service.h
1035 - include/grpc++/generic/generic_stub.h
1036 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001037 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001038 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001039 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001040 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001041 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001042 - include/grpc++/impl/grpc_library.h
1043 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001044 - include/grpc++/impl/rpc_method.h
1045 - include/grpc++/impl/rpc_service_method.h
1046 - include/grpc++/impl/serialization_traits.h
1047 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001048 - include/grpc++/impl/server_builder_plugin.h
1049 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001050 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001051 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001052 - include/grpc++/security/auth_context.h
1053 - include/grpc++/security/auth_metadata_processor.h
1054 - include/grpc++/security/credentials.h
1055 - include/grpc++/security/server_credentials.h
1056 - include/grpc++/server.h
1057 - include/grpc++/server_builder.h
1058 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001059 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001060 - include/grpc++/support/async_stream.h
1061 - include/grpc++/support/async_unary_call.h
1062 - include/grpc++/support/byte_buffer.h
1063 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001064 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001065 - include/grpc++/support/slice.h
1066 - include/grpc++/support/status.h
1067 - include/grpc++/support/status_code_enum.h
1068 - include/grpc++/support/string_ref.h
1069 - include/grpc++/support/stub_options.h
1070 - include/grpc++/support/sync_stream.h
1071 - include/grpc++/support/time.h
1072 headers:
1073 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001074 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001076 - src/cpp/server/health/default_health_check_service.h
1077 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001079 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001081 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001082 - src/cpp/client/client_context.cc
1083 - src/cpp/client/create_channel.cc
1084 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001085 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001086 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001087 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001089 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001090 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001091 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001092 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001093 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001094 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001095 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001096 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001097 - src/cpp/server/create_default_thread_pool.cc
1098 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001099 - src/cpp/server/health/default_health_check_service.cc
1100 - src/cpp/server/health/health.pb.c
1101 - src/cpp/server/health/health_check_service.cc
1102 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001103 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001104 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001105 - src/cpp/server/server_context.cc
1106 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001107 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001108 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001109 - src/cpp/util/byte_buffer_cc.cc
1110 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001111 - src/cpp/util/status.cc
1112 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001113 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001114 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001115 - gpr_base_headers
1116 - grpc_base_headers
1117 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001118 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001119 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001120- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001121 language: c++
1122 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001123 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001124- name: grpc++_reflection_proto
1125 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001126 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001127 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001128- name: grpc++_test
1129 language: c++
1130 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001131 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001132 - include/grpc++/test/server_context_test_spouse.h
1133 deps:
1134 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001135 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001136libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001137- name: gpr
1138 build: all
1139 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001140 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001141 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001142 secure: false
1143 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1144- name: gpr_test_util
1145 build: private
1146 language: c
1147 headers:
1148 - test/core/util/test_config.h
1149 src:
1150 - test/core/util/test_config.c
1151 deps:
1152 - gpr
1153 secure: false
1154 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155- name: grpc
1156 build: all
1157 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001158 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001159 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001160 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001161 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001162 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001163 filegroups:
1164 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001165 - grpc_transport_chttp2_server_secure
1166 - grpc_transport_chttp2_client_secure
1167 - grpc_transport_chttp2_server_insecure
1168 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001169 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001170 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001171 - grpc_lb_policy_pick_first
1172 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001173 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001174 - grpc_resolver_dns_native
1175 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001176 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001177 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001178 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001179 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001180 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001181 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001182 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001183 - grpc_workaround_cronet_compression_filter
1184 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001185 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001186 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001187 vs_packages:
1188 - grpc.dependencies.openssl
1189 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001191- name: grpc_cronet
1192 build: all
1193 language: c
1194 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001195 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001196 baselib: true
1197 deps_linkage: static
1198 dll: true
1199 filegroups:
1200 - grpc_base
1201 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001202 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001203 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001204 generate_plugin_registry: true
1205 platforms:
1206 - linux
1207 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001208- name: grpc_dll
1209 build: private
1210 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001211 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001212 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001213 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001214 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001215 build_system:
1216 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001217 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001218 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001219 vs_config_type: DynamicLibrary
1220 vs_packages:
1221 - grpc.dependencies.openssl
1222 - grpc.dependencies.zlib
1223 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1224 vs_props:
1225 - zlib
1226 - openssl
1227 - winsock
1228 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001229- name: grpc_test_util
1230 build: private
1231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001232 headers:
1233 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001234 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001235 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001236 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001237 - test/core/end2end/data/server1_cert.c
1238 - test/core/end2end/data/server1_key.c
1239 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001240 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001241 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001242 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001243 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001244 - grpc
1245 filegroups:
1246 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001247 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1248- name: grpc_test_util_unsecure
1249 build: private
1250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001251 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001252 - gpr
1253 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001254 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001255 filegroups:
1256 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257 secure: false
1258 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1259- name: grpc_unsecure
1260 build: all
1261 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001262 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001263 - src/core/lib/surface/init.cc
1264 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001265 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001266 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001267 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001268 filegroups:
1269 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001270 - grpc_transport_chttp2_server_insecure
1271 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001272 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001273 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001274 - grpc_resolver_dns_native
1275 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001276 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001277 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001278 - grpc_lb_policy_grpclb
1279 - grpc_lb_policy_pick_first
1280 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001281 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001282 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001283 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001284 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001285 - grpc_workaround_cronet_compression_filter
1286 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001287 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001288 secure: false
1289 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290- name: reconnect_server
1291 build: private
1292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001293 headers:
1294 - test/core/util/reconnect_server.h
1295 src:
1296 - test/core/util/reconnect_server.c
1297 deps:
yang-gc9fca182015-11-06 16:41:33 -08001298 - test_tcp_server
1299 - grpc_test_util
1300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001301 - gpr_test_util
1302 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001303- name: test_tcp_server
1304 build: private
1305 language: c
1306 headers:
1307 - test/core/util/test_tcp_server.h
1308 src:
1309 - test/core/util/test_tcp_server.c
1310 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001311 - grpc_test_util
1312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001313 - gpr_test_util
1314 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001315- name: grpc++
1316 build: all
1317 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001318 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001319 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001320 - src/cpp/client/secure_credentials.h
1321 - src/cpp/common/secure_auth_context.h
1322 - src/cpp/server/secure_server_credentials.h
1323 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001324 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001325 - src/cpp/client/secure_credentials.cc
1326 - src/cpp/common/auth_property_iterator.cc
1327 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001328 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001329 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001330 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001331 - src/cpp/server/secure_server_credentials.cc
1332 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001333 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001334 baselib: true
1335 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001336 filegroups:
1337 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001338 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001339 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001340 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001341 secure: check
1342 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001343- name: grpc++_core_stats
1344 build: private
1345 language: c++
1346 public_headers:
1347 - src/cpp/util/core_stats.h
1348 src:
1349 - src/proto/grpc/core/stats.proto
1350 - src/cpp/util/core_stats.cc
1351 deps:
1352 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001353- name: grpc++_cronet
1354 build: all
1355 language: c++
1356 src:
1357 - src/cpp/client/cronet_credentials.cc
1358 - src/cpp/client/insecure_credentials.cc
1359 - src/cpp/common/insecure_create_auth_context.cc
1360 - src/cpp/server/insecure_server_credentials.cc
1361 deps:
1362 - gpr
1363 - grpc_cronet
1364 baselib: true
1365 dll: true
1366 filegroups:
1367 - grpc++_base
1368 - grpc++_codegen_base
1369 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001370 - grpc_transport_chttp2_client_insecure
1371 - grpc_transport_chttp2_server_insecure
1372 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001373 platforms:
1374 - linux
1375 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001376- name: grpc++_error_details
1377 build: all
1378 language: c++
1379 public_headers:
1380 - include/grpc++/support/error_details.h
1381 src:
1382 - src/proto/grpc/status/status.proto
1383 - src/cpp/util/error_details.cc
1384 deps:
1385 - grpc++
1386 baselib: true
1387 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001388- name: grpc++_proto_reflection_desc_db
1389 build: private
1390 language: c++
1391 headers:
1392 - test/cpp/util/proto_reflection_descriptor_database.h
1393 src:
1394 - test/cpp/util/proto_reflection_descriptor_database.cc
1395 deps:
1396 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001397 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001398 filegroups:
1399 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001400 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001401- name: grpc++_reflection
1402 build: all
1403 language: c++
1404 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001405 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001406 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001407 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001408 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001409 - src/cpp/ext/proto_server_reflection.cc
1410 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001411 deps:
1412 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001413 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001414 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001415 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416- name: grpc++_test_config
1417 build: private
1418 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001419 headers:
1420 - test/cpp/util/test_config.h
1421 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001422 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001423- name: grpc++_test_util
1424 build: private
1425 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001426 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001427 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001428 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001429 - test/cpp/util/create_test_channel.h
1430 - test/cpp/util/string_ref_helper.h
1431 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001432 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001433 src:
yang-gc8a49d22016-12-12 11:18:49 -08001434 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001435 - src/proto/grpc/testing/echo_messages.proto
1436 - src/proto/grpc/testing/echo.proto
1437 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001438 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001439 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001440 - test/cpp/util/create_test_channel.cc
1441 - test/cpp/util/string_ref_helper.cc
1442 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001443 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001444 deps:
1445 - grpc++
1446 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001447 - grpc
yang-g17487f92016-06-03 15:21:15 -07001448 filegroups:
1449 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001450 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001451 - grpc++_codegen_proto
1452 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001453- name: grpc++_test_util_unsecure
1454 build: private
1455 language: c++
1456 headers:
1457 - test/cpp/end2end/test_service_impl.h
1458 - test/cpp/util/byte_buffer_proto_helper.h
1459 - test/cpp/util/string_ref_helper.h
1460 - test/cpp/util/subprocess.h
1461 src:
1462 - src/proto/grpc/health/v1/health.proto
1463 - src/proto/grpc/testing/echo_messages.proto
1464 - src/proto/grpc/testing/echo.proto
1465 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1466 - test/cpp/end2end/test_service_impl.cc
1467 - test/cpp/util/byte_buffer_proto_helper.cc
1468 - test/cpp/util/string_ref_helper.cc
1469 - test/cpp/util/subprocess.cc
1470 deps:
1471 - grpc++_unsecure
1472 - grpc_test_util_unsecure
1473 - grpc_unsecure
1474 filegroups:
1475 - grpc++_codegen_base
1476 - grpc++_codegen_base_src
1477 - grpc++_codegen_proto
1478 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001479- name: grpc++_unsecure
1480 build: all
1481 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001482 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001483 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001484 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001485 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001486 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001487 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001488 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001489 baselib: true
1490 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001491 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001492 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001493 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001494 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001495 secure: false
1496 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001497- name: grpc_benchmark
1498 build: test
1499 language: c++
1500 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001501 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1502 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001503 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001504 src:
1505 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001506 deps:
1507 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001508 - grpc++_unsecure
1509 - grpc_test_util_unsecure
1510 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001511 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001512- name: grpc_cli_libs
1513 build: private
1514 language: c++
1515 headers:
1516 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001517 - test/cpp/util/cli_credentials.h
1518 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001519 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001520 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001521 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001522 src:
1523 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001524 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001525 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001526 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001527 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001528 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001529 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001530 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001531 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001532 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001533 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001534 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001535- name: grpc_plugin_support
1536 build: protoc
1537 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001538 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001539 - src/compiler/config.h
1540 - src/compiler/cpp_generator.h
1541 - src/compiler/cpp_generator_helpers.h
1542 - src/compiler/csharp_generator.h
1543 - src/compiler/csharp_generator_helpers.h
1544 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001545 - src/compiler/node_generator.h
1546 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001547 - src/compiler/objective_c_generator.h
1548 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001549 - src/compiler/php_generator.h
1550 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301551 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001552 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301553 - src/compiler/python_generator_helpers.h
1554 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001555 - src/compiler/ruby_generator.h
1556 - src/compiler/ruby_generator_helpers-inl.h
1557 - src/compiler/ruby_generator_map-inl.h
1558 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301559 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001560 src:
1561 - src/compiler/cpp_generator.cc
1562 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001563 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001564 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001565 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001566 - src/compiler/python_generator.cc
1567 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001568 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001569 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570 secure: false
1571 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001572 vs_props:
1573 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001574- name: http2_client_main
1575 build: private
1576 language: c++
1577 headers:
1578 - test/cpp/interop/http2_client.h
1579 src:
1580 - src/proto/grpc/testing/empty.proto
1581 - src/proto/grpc/testing/messages.proto
1582 - src/proto/grpc/testing/test.proto
1583 - test/cpp/interop/http2_client.cc
1584 deps:
1585 - grpc++_test_util
1586 - grpc_test_util
1587 - grpc++
1588 - grpc
1589 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001590- name: interop_client_helper
1591 build: private
1592 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001593 headers:
1594 - test/cpp/interop/client_helper.h
1595 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001596 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001597 - test/cpp/interop/client_helper.cc
1598 deps:
1599 - grpc++_test_util
1600 - grpc_test_util
1601 - grpc++
1602 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001603 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001604- name: interop_client_main
1605 build: private
1606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001607 headers:
1608 - test/cpp/interop/interop_client.h
1609 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001610 - src/proto/grpc/testing/empty.proto
1611 - src/proto/grpc/testing/messages.proto
1612 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001613 - test/cpp/interop/client.cc
1614 - test/cpp/interop/interop_client.cc
1615 deps:
1616 - interop_client_helper
1617 - grpc++_test_util
1618 - grpc_test_util
1619 - grpc++
1620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001621 - gpr_test_util
1622 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001623 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001624- name: interop_server_helper
1625 build: private
1626 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001627 headers:
1628 - test/cpp/interop/server_helper.h
1629 src:
1630 - test/cpp/interop/server_helper.cc
1631 deps:
yang-gcc591022017-01-11 11:10:43 -08001632 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001633 - grpc_test_util
1634 - grpc++
1635 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001636 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001637- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001638 build: private
1639 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001640 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001641 - src/proto/grpc/testing/empty.proto
1642 - src/proto/grpc/testing/messages.proto
1643 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001644 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001645 deps:
1646 - interop_server_helper
1647 - grpc++_test_util
1648 - grpc_test_util
1649 - grpc++
1650 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001651 - gpr_test_util
1652 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001653 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001654- name: interop_server_main
1655 build: private
1656 language: c++
1657 src:
1658 - test/cpp/interop/interop_server_bootstrap.cc
1659 deps:
1660 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001661- name: qps
1662 build: private
1663 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001664 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001665 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001666 - test/cpp/qps/client.h
1667 - test/cpp/qps/driver.h
1668 - test/cpp/qps/histogram.h
1669 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001670 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001671 - test/cpp/qps/qps_worker.h
1672 - test/cpp/qps/report.h
1673 - test/cpp/qps/server.h
1674 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001675 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001676 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001677 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001678 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001679 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001680 - src/proto/grpc/testing/control.proto
1681 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001682 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001683 - test/cpp/qps/client_async.cc
1684 - test/cpp/qps/client_sync.cc
1685 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001686 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001687 - test/cpp/qps/qps_worker.cc
1688 - test/cpp/qps/report.cc
1689 - test/cpp/qps/server_async.cc
1690 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001691 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001692 deps:
1693 - grpc_test_util
1694 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001695 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001696 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001697 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001698- name: grpc_csharp_ext
1699 build: all
1700 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001701 src:
1702 - src/csharp/ext/grpc_csharp_ext.c
1703 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001705 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001706 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001707 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708 dll: only
1709 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001710 vs_packages:
1711 - grpc.dependencies.openssl
1712 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001713 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001714 vs_props:
1715 - zlib
1716 - openssl
1717 - winsock
1718 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001719targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001720- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001721 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001722 build: test
1723 language: c
1724 src:
1725 - test/core/surface/alarm_test.c
1726 deps:
1727 - grpc_test_util
1728 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001729 - gpr_test_util
1730 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001731- name: algorithm_test
1732 build: test
1733 language: c
1734 src:
1735 - test/core/compression/algorithm_test.c
1736 deps:
1737 - grpc_test_util
1738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001739 - gpr_test_util
1740 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001741 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001742- name: alloc_test
1743 build: test
1744 language: c
1745 src:
1746 - test/core/support/alloc_test.c
1747 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001748 - gpr_test_util
1749 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001750 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001751- name: alpn_test
1752 build: test
1753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001754 src:
1755 - test/core/transport/chttp2/alpn_test.c
1756 deps:
1757 - grpc_test_util
1758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001761- name: api_fuzzer
1762 build: fuzzer
1763 language: c
1764 src:
1765 - test/core/end2end/fuzzers/api_fuzzer.c
1766 deps:
1767 - grpc_test_util
1768 - grpc
1769 - gpr_test_util
1770 - gpr
1771 corpus_dirs:
1772 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001773 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001774 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001775- name: arena_test
1776 build: test
1777 language: c
1778 src:
1779 - test/core/support/arena_test.c
1780 deps:
1781 - gpr_test_util
1782 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001783 uses_polling: false
Craig Tillerc0df1c02017-07-17 16:12:33 -07001784- name: backoff_test
1785 build: test
1786 language: c
1787 src:
1788 - test/core/backoff/backoff_test.c
1789 deps:
1790 - grpc_test_util
1791 - grpc
1792 - gpr_test_util
1793 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001794 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001795- name: bad_server_response_test
1796 build: test
1797 language: c
1798 src:
1799 - test/core/end2end/bad_server_response_test.c
1800 deps:
1801 - test_tcp_server
1802 - grpc_test_util
1803 - grpc
1804 - gpr_test_util
1805 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001806 exclude_iomgrs:
1807 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001808- name: bin_decoder_test
1809 build: test
1810 language: c
1811 src:
1812 - test/core/transport/chttp2/bin_decoder_test.c
1813 deps:
1814 - grpc_test_util
1815 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001816 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: bin_encoder_test
1818 build: test
1819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001820 src:
1821 - test/core/transport/chttp2/bin_encoder_test.c
1822 deps:
1823 - grpc_test_util
1824 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001825 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001826- name: byte_stream_test
1827 build: test
1828 language: c
1829 src:
1830 - test/core/transport/byte_stream_test.c
1831 deps:
1832 - grpc_test_util
1833 - grpc
1834 - gpr_test_util
1835 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001836 uses_polling: false
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001837- name: census_context_test
1838 build: test
1839 language: c
1840 src:
1841 - test/core/census/context_test.c
1842 deps:
1843 - grpc_test_util
1844 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001845 - gpr_test_util
1846 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001847 uses_polling: false
Vizerai0359e122017-04-28 20:06:58 -07001848- name: census_intrusive_hash_map_test
1849 build: test
1850 language: c
1851 src:
1852 - test/core/census/intrusive_hash_map_test.c
1853 deps:
1854 - grpc_test_util
1855 - grpc
1856 - gpr_test_util
1857 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001858 uses_polling: false
Alistair Veitch4aaba752016-06-02 17:11:46 -07001859- name: census_resource_test
1860 build: test
1861 language: c
1862 src:
1863 - test/core/census/resource_test.c
1864 deps:
1865 - grpc_test_util
1866 - grpc
1867 - gpr_test_util
1868 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001869 uses_polling: false
Vizerai12d1fc62016-09-09 14:22:19 -07001870- name: census_trace_context_test
1871 build: test
1872 language: c
1873 src:
1874 - test/core/census/trace_context_test.c
1875 deps:
1876 - grpc_test_util
1877 - grpc
1878 - gpr_test_util
1879 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001880 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001881- name: channel_create_test
1882 build: test
1883 language: c
1884 src:
1885 - test/core/surface/channel_create_test.c
1886 deps:
1887 - grpc_test_util
1888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001891- name: check_epollexclusive
1892 build: tool
1893 language: c
1894 src:
1895 - test/build/check_epollexclusive.c
1896 deps:
1897 - grpc
1898 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001899- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001900 build: test
1901 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001902 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001903 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001904 deps:
1905 - grpc_test_util
1906 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001907 - gpr_test_util
1908 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001909 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: chttp2_stream_map_test
1911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/transport/chttp2/stream_map_test.c
1915 deps:
1916 - grpc_test_util
1917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001918 - gpr_test_util
1919 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001920 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001921- name: chttp2_varint_test
1922 build: test
1923 language: c
1924 src:
1925 - test/core/transport/chttp2/varint_test.c
1926 deps:
1927 - grpc_test_util
1928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001929 - gpr_test_util
1930 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001931 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001932- name: client_fuzzer
1933 build: fuzzer
1934 language: c
1935 src:
1936 - test/core/end2end/fuzzers/client_fuzzer.c
1937 deps:
1938 - grpc_test_util
1939 - grpc
1940 - gpr_test_util
1941 - gpr
1942 corpus_dirs:
1943 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001944 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001945 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001946- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001947 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001948 build: test
1949 language: c
1950 src:
1951 - test/core/iomgr/combiner_test.c
1952 deps:
1953 - grpc_test_util
1954 - grpc
1955 - gpr_test_util
1956 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001957- name: compression_test
1958 build: test
1959 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001960 src:
1961 - test/core/compression/compression_test.c
1962 deps:
1963 - grpc_test_util
1964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001965 - gpr_test_util
1966 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001967 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001968- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001969 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001970 build: test
1971 language: c
1972 src:
1973 - test/core/surface/concurrent_connectivity_test.c
1974 deps:
1975 - grpc_test_util
1976 - grpc
1977 - gpr_test_util
1978 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001979 exclude_iomgrs:
1980 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001981- name: connection_refused_test
1982 cpu_cost: 0.1
1983 build: test
1984 language: c
1985 src:
1986 - test/core/end2end/connection_refused_test.c
1987 deps:
1988 - grpc_test_util
1989 - grpc
1990 - gpr_test_util
1991 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001992- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001993 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001994 build: test
1995 language: c
1996 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001997 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001998 deps:
1999 - grpc_test_util
2000 - grpc
2001 - gpr_test_util
2002 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002003 exclude_iomgrs:
2004 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002005- name: dns_resolver_test
2006 build: test
2007 language: c
2008 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002009 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002015- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002016 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002017 build: test
2018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
2020 - test/core/end2end/dualstack_socket_test.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002026 exclude_iomgrs:
2027 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002028 platforms:
2029 - mac
2030 - linux
2031 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002032- name: endpoint_pair_test
2033 build: test
2034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002035 src:
2036 - test/core/iomgr/endpoint_pair_test.c
2037 deps:
2038 - grpc_test_util
2039 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002040 - gpr_test_util
2041 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002042 exclude_iomgrs:
2043 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002044- name: error_test
2045 cpu_cost: 30
2046 build: test
2047 language: c
2048 src:
2049 - test/core/iomgr/error_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
2053 - gpr_test_util
2054 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002055 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002056- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002057 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002058 build: test
2059 language: c
2060 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002061 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002062 deps:
2063 - grpc_test_util
2064 - grpc
2065 - gpr_test_util
2066 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002067 exclude_iomgrs:
2068 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002069 platforms:
2070 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002071- name: fake_resolver_test
2072 build: test
2073 language: c
2074 src:
2075 - test/core/client_channel/resolvers/fake_resolver_test.c
2076 deps:
2077 - grpc_test_util
2078 - grpc
2079 - gpr_test_util
2080 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002081- name: fake_transport_security_test
2082 build: test
2083 language: c
2084 src:
2085 - test/core/tsi/fake_transport_security_test.c
2086 deps:
2087 - gpr_test_util
2088 - gpr
2089 - grpc
2090 filegroups:
2091 - transport_security_test_lib
2092 platforms:
2093 - linux
2094 - posix
2095 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096- name: fd_conservation_posix_test
2097 build: test
2098 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002099 src:
2100 - test/core/iomgr/fd_conservation_posix_test.c
2101 deps:
2102 - grpc_test_util
2103 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002104 - gpr_test_util
2105 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002106 exclude_iomgrs:
2107 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002108 platforms:
2109 - mac
2110 - linux
2111 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002112- name: fd_posix_test
2113 build: test
2114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002115 src:
2116 - test/core/iomgr/fd_posix_test.c
2117 deps:
2118 - grpc_test_util
2119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002120 - gpr_test_util
2121 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002122 exclude_iomgrs:
2123 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002124 platforms:
2125 - mac
2126 - linux
2127 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002128- name: fling_client
2129 build: test
2130 run: false
2131 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002132 src:
2133 - test/core/fling/client.c
2134 deps:
2135 - grpc_test_util
2136 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002137 - gpr_test_util
2138 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139- name: fling_server
2140 build: test
2141 run: false
2142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002143 src:
2144 - test/core/fling/server.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002151 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002152 build: test
2153 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002154 src:
2155 - test/core/fling/fling_stream_test.c
2156 deps:
2157 - grpc_test_util
2158 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002161 platforms:
2162 - mac
2163 - linux
2164 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002166 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002167 build: test
2168 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002169 src:
2170 - test/core/fling/fling_test.c
2171 deps:
2172 - grpc_test_util
2173 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002174 - gpr_test_util
2175 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002176 platforms:
2177 - mac
2178 - linux
2179 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180- name: gen_hpack_tables
2181 build: tool
2182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002183 src:
2184 - tools/codegen/core/gen_hpack_tables.c
2185 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002187 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07002188 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002189- name: gen_legal_metadata_characters
2190 build: tool
2191 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002192 src:
2193 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002194 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002195- name: gen_percent_encoding_tables
2196 build: tool
2197 language: c
2198 src:
2199 - tools/codegen/core/gen_percent_encoding_tables.c
2200 deps: []
Vijay Pai58f38f52017-10-11 10:53:11 -07002201 uses_polling: false
Craig Tiller1b719582016-03-24 09:06:13 -07002202- name: goaway_server_test
2203 cpu_cost: 0.1
2204 build: test
2205 language: c
2206 src:
2207 - test/core/end2end/goaway_server_test.c
2208 deps:
2209 - grpc_test_util
2210 - grpc
2211 - gpr_test_util
2212 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002213 exclude_iomgrs:
2214 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002215 platforms:
2216 - mac
2217 - linux
2218 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002219- name: gpr_avl_test
2220 build: test
2221 language: c
2222 src:
2223 - test/core/support/avl_test.c
2224 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002227 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002228- name: gpr_cmdline_test
2229 build: test
2230 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002231 src:
2232 - test/core/support/cmdline_test.c
2233 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002234 - gpr_test_util
2235 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002236 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002237- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002238 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002239 build: test
2240 language: c
2241 src:
2242 - test/core/support/cpu_test.c
2243 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002244 - gpr_test_util
2245 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002246 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002247- name: gpr_env_test
2248 build: test
2249 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002250 src:
2251 - test/core/support/env_test.c
2252 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002253 - gpr_test_util
2254 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002255 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256- name: gpr_histogram_test
2257 build: test
2258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002259 src:
2260 - test/core/support/histogram_test.c
2261 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002262 - gpr_test_util
2263 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002264 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002265- name: gpr_host_port_test
2266 build: test
2267 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002268 src:
2269 - test/core/support/host_port_test.c
2270 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002271 - gpr_test_util
2272 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002273 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002274- name: gpr_log_test
2275 build: test
2276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002277 src:
2278 - test/core/support/log_test.c
2279 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002280 - gpr_test_util
2281 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002282 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002283- name: gpr_mpscq_test
2284 cpu_cost: 30
2285 build: test
2286 language: c
2287 src:
2288 - test/core/support/mpscq_test.c
2289 deps:
2290 - gpr_test_util
2291 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002292 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002293- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002294 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002295 build: test
2296 language: c
2297 src:
2298 - test/core/support/spinlock_test.c
2299 deps:
2300 - gpr_test_util
2301 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002302 uses_polling: false
Ken Paysona4710a02017-07-10 16:49:59 -07002303- name: gpr_stack_lockfree_test
2304 cpu_cost: 7
2305 build: test
2306 language: c
2307 src:
2308 - test/core/support/stack_lockfree_test.c
2309 deps:
2310 - gpr_test_util
2311 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002312 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002313- name: gpr_string_test
2314 build: test
2315 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002316 src:
2317 - test/core/support/string_test.c
2318 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002321 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002322- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002323 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002324 build: test
2325 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002326 src:
2327 - test/core/support/sync_test.c
2328 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002329 - gpr_test_util
2330 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002331 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002333 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334 build: test
2335 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002336 src:
2337 - test/core/support/thd_test.c
2338 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002339 - gpr_test_util
2340 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002341 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: gpr_time_test
2343 build: test
2344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002345 src:
2346 - test/core/support/time_test.c
2347 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002350 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002351- name: gpr_tls_test
2352 build: test
2353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002354 src:
2355 - test/core/support/tls_test.c
2356 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002357 - gpr_test_util
2358 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002359 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002360- name: gpr_useful_test
2361 build: test
2362 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002363 src:
2364 - test/core/support/useful_test.c
2365 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002366 - gpr_test_util
2367 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002368 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002369- name: grpc_auth_context_test
2370 build: test
2371 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002372 src:
2373 - test/core/security/auth_context_test.c
2374 deps:
2375 - grpc_test_util
2376 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002377 - gpr_test_util
2378 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002379 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002380- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002381 build: test
2382 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002383 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002384 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002385 deps:
2386 - grpc_test_util
2387 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002388 - gpr_test_util
2389 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002390 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002391- name: grpc_byte_buffer_reader_test
2392 build: test
2393 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002394 src:
2395 - test/core/surface/byte_buffer_reader_test.c
2396 deps:
2397 - grpc_test_util
2398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002399 - gpr_test_util
2400 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002401 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402- name: grpc_channel_args_test
2403 build: test
2404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002405 src:
2406 - test/core/channel/channel_args_test.c
2407 deps:
2408 - grpc_test_util
2409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr_test_util
2411 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002412 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002413- name: grpc_channel_stack_builder_test
2414 build: test
2415 language: c
2416 src:
2417 - test/core/channel/channel_stack_builder_test.c
2418 deps:
2419 - grpc_test_util
2420 - grpc
2421 - gpr_test_util
2422 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002423- name: grpc_channel_stack_test
2424 build: test
2425 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002426 src:
2427 - test/core/channel/channel_stack_test.c
2428 deps:
2429 - grpc_test_util
2430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002431 - gpr_test_util
2432 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002433 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002434- name: grpc_completion_queue_test
2435 build: test
2436 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002437 src:
2438 - test/core/surface/completion_queue_test.c
2439 deps:
2440 - grpc_test_util
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002444- name: grpc_completion_queue_threading_test
2445 build: test
2446 language: c
2447 src:
2448 - test/core/surface/completion_queue_threading_test.c
2449 deps:
2450 - grpc_test_util
2451 - grpc
2452 - gpr_test_util
2453 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002454 exclude_iomgrs:
2455 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002456- name: grpc_create_jwt
2457 build: tool
2458 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002459 src:
2460 - test/core/security/create_jwt.c
2461 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002462 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002463 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002464 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002465 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: grpc_credentials_test
2467 build: test
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
2470 - test/core/security/credentials_test.c
2471 deps:
2472 - grpc_test_util
2473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002474 - gpr_test_util
2475 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002476- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002477 build: test
2478 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002479 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002480 src:
2481 - test/core/security/fetch_oauth2.c
2482 deps:
2483 - grpc_test_util
2484 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002485 - gpr_test_util
2486 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002487- name: grpc_invalid_channel_args_test
2488 build: test
2489 language: c
2490 src:
2491 - test/core/surface/invalid_channel_args_test.c
2492 deps:
2493 - grpc_test_util
2494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002495 - gpr_test_util
2496 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002497 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002498- name: grpc_json_token_test
2499 build: test
2500 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002501 src:
2502 - test/core/security/json_token_test.c
2503 deps:
2504 - grpc_test_util
2505 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002506 - gpr_test_util
2507 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002508 platforms:
2509 - linux
2510 - posix
2511 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002512 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002513- name: grpc_jwt_verifier_test
2514 build: test
2515 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002516 src:
2517 - test/core/security/jwt_verifier_test.c
2518 deps:
2519 - grpc_test_util
2520 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002521 - gpr_test_util
2522 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002523 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002524- name: grpc_print_google_default_creds_token
2525 build: tool
2526 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002527 src:
2528 - test/core/security/print_google_default_creds_token.c
2529 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002530 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002531 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002532 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002533- name: grpc_security_connector_test
2534 build: test
2535 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002536 src:
2537 - test/core/security/security_connector_test.c
2538 deps:
2539 - grpc_test_util
2540 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002541 - gpr_test_util
2542 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002543- name: grpc_verify_jwt
2544 build: tool
2545 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002546 src:
2547 - test/core/security/verify_jwt.c
2548 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002550 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002551 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002552- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002553 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002554 language: c
2555 src:
2556 - test/core/handshake/client_ssl.c
2557 deps:
2558 - grpc_test_util
2559 - grpc
2560 - gpr_test_util
2561 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002562 exclude_iomgrs:
2563 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002564 platforms:
2565 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002566 secure: true
2567- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002568 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002569 language: c
2570 src:
2571 - test/core/handshake/server_ssl.c
2572 deps:
2573 - grpc_test_util
2574 - grpc
2575 - gpr_test_util
2576 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002577 exclude_iomgrs:
2578 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002579 platforms:
2580 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002581 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002582- name: hpack_parser_fuzzer_test
2583 build: fuzzer
2584 language: c
2585 src:
2586 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2587 deps:
2588 - grpc_test_util
2589 - grpc
2590 - gpr_test_util
2591 - gpr
2592 corpus_dirs:
2593 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002594 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002595 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002596- name: hpack_parser_test
2597 build: test
2598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002599 src:
2600 - test/core/transport/chttp2/hpack_parser_test.c
2601 deps:
2602 - grpc_test_util
2603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002604 - gpr_test_util
2605 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002606 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002607- name: hpack_table_test
2608 build: test
2609 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002610 src:
2611 - test/core/transport/chttp2/hpack_table_test.c
2612 deps:
2613 - grpc_test_util
2614 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002615 - gpr_test_util
2616 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002617 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002618- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002619 build: test
2620 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002621 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002622 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002623 deps:
2624 - grpc_test_util
2625 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002626 - gpr_test_util
2627 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002628 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002629- name: http_request_fuzzer_test
2630 build: fuzzer
2631 language: c
2632 src:
2633 - test/core/http/request_fuzzer.c
2634 deps:
2635 - grpc_test_util
2636 - grpc
2637 - gpr_test_util
2638 - gpr
2639 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002640 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002641 maxlen: 2048
2642- name: http_response_fuzzer_test
2643 build: fuzzer
2644 language: c
2645 src:
2646 - test/core/http/response_fuzzer.c
2647 deps:
2648 - grpc_test_util
2649 - grpc
2650 - gpr_test_util
2651 - gpr
2652 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002653 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002654 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002655- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002656 build: test
2657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002658 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002659 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002660 deps:
2661 - grpc_test_util
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002665- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002666 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002667 build: test
2668 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002669 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002670 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002671 deps:
2672 - grpc_test_util
2673 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002674 - gpr_test_util
2675 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002676 platforms:
2677 - mac
2678 - linux
2679 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002680- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002681 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002682 build: test
2683 language: c
2684 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002685 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002686 deps:
2687 - grpc_test_util
2688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002689 - gpr_test_util
2690 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002691 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002692 - linux
yang-gf1183302015-12-07 16:02:05 -08002693- name: init_test
2694 build: test
2695 language: c
2696 src:
2697 - test/core/surface/init_test.c
2698 deps:
2699 - grpc_test_util
2700 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002701 - gpr_test_util
2702 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002703 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002704- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002705 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002706 build: test
2707 language: c
2708 src:
2709 - test/core/end2end/invalid_call_argument_test.c
2710 deps:
2711 - grpc_test_util
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002715- name: json_fuzzer_test
2716 build: fuzzer
2717 language: c
2718 src:
2719 - test/core/json/fuzzer.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
2723 - gpr_test_util
2724 - gpr
2725 corpus_dirs:
2726 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002727 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728- name: json_rewrite
2729 build: test
2730 run: false
2731 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002732 src:
2733 - test/core/json/json_rewrite.c
2734 deps:
2735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002736 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002737 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002738- name: json_rewrite_test
2739 build: test
2740 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002741 src:
2742 - test/core/json/json_rewrite_test.c
2743 deps:
2744 - grpc_test_util
2745 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002746 - gpr_test_util
2747 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002748 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002749- name: json_stream_error_test
2750 build: test
2751 language: c
2752 src:
2753 - test/core/json/json_stream_error_test.c
2754 deps:
2755 - grpc_test_util
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002759 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002760- name: json_test
2761 build: test
2762 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002763 src:
2764 - test/core/json/json_test.c
2765 deps:
2766 - grpc_test_util
2767 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002768 - gpr_test_util
2769 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002770 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002771- name: lame_client_test
2772 build: test
2773 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002774 src:
2775 - test/core/surface/lame_client_test.c
2776 deps:
2777 - grpc_test_util
2778 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002779 - gpr_test_util
2780 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002781- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002782 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002783 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002784 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002785 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002786 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002787 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002788 deps:
2789 - grpc_test_util
2790 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002791 - gpr_test_util
2792 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002793 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002794- name: load_file_test
2795 build: test
2796 language: c
2797 src:
2798 - test/core/iomgr/load_file_test.c
2799 deps:
2800 - grpc_test_util
2801 - grpc
2802 - gpr_test_util
2803 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002804 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002805- name: low_level_ping_pong_benchmark
2806 build: benchmark
2807 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002808 src:
2809 - test/core/network_benchmarks/low_level_ping_pong.c
2810 deps:
2811 - grpc_test_util
2812 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002813 - gpr_test_util
2814 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002815 platforms:
2816 - mac
2817 - linux
2818 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002819- name: memory_profile_client
2820 build: test
2821 run: false
2822 language: c
2823 src:
2824 - test/core/memory_usage/client.c
2825 deps:
2826 - grpc_test_util
2827 - grpc
2828 - gpr_test_util
2829 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002830 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002831- name: memory_profile_server
2832 build: test
2833 run: false
2834 language: c
2835 src:
2836 - test/core/memory_usage/server.c
2837 deps:
2838 - grpc_test_util
2839 - grpc
2840 - gpr_test_util
2841 - gpr
2842- name: memory_profile_test
2843 cpu_cost: 1.5
2844 build: test
2845 language: c
2846 src:
2847 - test/core/memory_usage/memory_usage_test.c
2848 deps:
2849 - grpc_test_util
2850 - grpc
2851 - gpr_test_util
2852 - gpr
2853 platforms:
2854 - mac
2855 - linux
2856 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002857- name: message_compress_test
2858 build: test
2859 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002860 src:
2861 - test/core/compression/message_compress_test.c
2862 deps:
2863 - grpc_test_util
2864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002865 - gpr_test_util
2866 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002867 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002868- name: minimal_stack_is_minimal_test
2869 build: test
2870 language: c
2871 src:
2872 - test/core/channel/minimal_stack_is_minimal_test.c
2873 deps:
2874 - grpc_test_util
2875 - grpc
2876 - gpr_test_util
2877 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002878 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002879- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002880 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002881 build: test
2882 language: c
2883 src:
2884 - test/core/census/mlog_test.c
2885 deps:
2886 - grpc_test_util
2887 - grpc
2888 - gpr_test_util
2889 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002890 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002891- name: multiple_server_queues_test
2892 build: test
2893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002894 src:
2895 - test/core/end2end/multiple_server_queues_test.c
2896 deps:
2897 - grpc_test_util
2898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002899 - gpr_test_util
2900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002901- name: murmur_hash_test
2902 build: test
2903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002904 src:
2905 - test/core/support/murmur_hash_test.c
2906 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002907 - gpr_test_util
2908 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002909 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002910- name: nanopb_fuzzer_response_test
2911 build: fuzzer
2912 language: c
2913 src:
2914 - test/core/nanopb/fuzzer_response.c
2915 deps:
2916 - grpc_test_util
2917 - grpc
2918 - gpr_test_util
2919 - gpr
2920 corpus_dirs:
2921 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002922 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002923- name: nanopb_fuzzer_serverlist_test
2924 build: fuzzer
2925 language: c
2926 src:
2927 - test/core/nanopb/fuzzer_serverlist.c
2928 deps:
2929 - grpc_test_util
2930 - grpc
2931 - gpr_test_util
2932 - gpr
2933 corpus_dirs:
2934 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002935 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002937 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002938 build: test
2939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002940 src:
2941 - test/core/end2end/no_server_test.c
2942 deps:
2943 - grpc_test_util
2944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002945 - gpr_test_util
2946 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002947- name: num_external_connectivity_watchers_test
2948 build: test
2949 language: c
2950 src:
2951 - test/core/surface/num_external_connectivity_watchers_test.c
2952 deps:
2953 - grpc_test_util
2954 - grpc
2955 - gpr_test_util
2956 - gpr
2957 exclude_iomgrs:
2958 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002959- name: parse_address_test
2960 build: test
2961 language: c
2962 src:
2963 - test/core/client_channel/parse_address_test.c
2964 deps:
2965 - grpc_test_util
2966 - grpc
2967 - gpr_test_util
2968 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002969 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002970- name: percent_decode_fuzzer
2971 build: fuzzer
2972 language: c
2973 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002974 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002975 deps:
2976 - grpc_test_util
2977 - grpc
2978 - gpr_test_util
2979 - gpr
2980 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002981 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002982 maxlen: 32
2983- name: percent_encode_fuzzer
2984 build: fuzzer
2985 language: c
2986 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002987 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002988 deps:
2989 - grpc_test_util
2990 - grpc
2991 - gpr_test_util
2992 - gpr
2993 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002994 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002995 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002996- name: percent_encoding_test
2997 build: test
2998 language: c
2999 src:
3000 - test/core/slice/percent_encoding_test.c
3001 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003002 - grpc_test_util
3003 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07003004 - gpr_test_util
3005 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003006 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08003007- name: pollset_set_test
3008 build: test
3009 language: c
3010 src:
3011 - test/core/iomgr/pollset_set_test.c
3012 deps:
3013 - grpc_test_util
3014 - grpc
3015 - gpr_test_util
3016 - gpr
3017 exclude_iomgrs:
3018 - uv
3019 platforms:
3020 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003021- name: resolve_address_posix_test
3022 build: test
3023 language: c
3024 src:
3025 - test/core/iomgr/resolve_address_posix_test.c
3026 deps:
3027 - grpc_test_util
3028 - grpc
3029 - gpr_test_util
3030 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08003031 exclude_iomgrs:
3032 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07003033 platforms:
3034 - mac
3035 - linux
3036 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003037- name: resolve_address_test
3038 build: test
3039 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003040 src:
3041 - test/core/iomgr/resolve_address_test.c
3042 deps:
3043 - grpc_test_util
3044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003045 - gpr_test_util
3046 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07003047- name: resource_quota_test
3048 cpu_cost: 30
3049 build: test
3050 language: c
3051 src:
3052 - test/core/iomgr/resource_quota_test.c
3053 deps:
3054 - grpc_test_util
3055 - grpc
3056 - gpr_test_util
3057 - gpr
yang-gd482e592015-12-10 14:04:00 -08003058- name: secure_channel_create_test
3059 build: test
3060 language: c
3061 src:
3062 - test/core/surface/secure_channel_create_test.c
3063 deps:
3064 - grpc_test_util
3065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003066 - gpr_test_util
3067 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003068- name: secure_endpoint_test
3069 build: test
3070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003071 src:
3072 - test/core/security/secure_endpoint_test.c
3073 deps:
3074 - grpc_test_util
3075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003076 - gpr_test_util
3077 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003078 exclude_iomgrs:
3079 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003080- name: sequential_connectivity_test
3081 build: test
3082 language: c
3083 src:
3084 - test/core/surface/sequential_connectivity_test.c
3085 deps:
3086 - grpc_test_util
3087 - grpc
3088 - gpr_test_util
3089 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003090 exclude_iomgrs:
3091 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003092- name: server_chttp2_test
3093 build: test
3094 language: c
3095 src:
3096 - test/core/surface/server_chttp2_test.c
3097 deps:
3098 - grpc_test_util
3099 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003100 - gpr_test_util
3101 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003102- name: server_fuzzer
3103 build: fuzzer
3104 language: c
3105 src:
3106 - test/core/end2end/fuzzers/server_fuzzer.c
3107 deps:
3108 - grpc_test_util
3109 - grpc
3110 - gpr_test_util
3111 - gpr
3112 corpus_dirs:
3113 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003114 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003115 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003116- name: server_test
3117 build: test
3118 language: c
3119 src:
3120 - test/core/surface/server_test.c
3121 deps:
3122 - grpc_test_util
3123 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003124 - gpr_test_util
3125 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003126- name: slice_buffer_test
3127 build: test
3128 language: c
3129 src:
3130 - test/core/slice/slice_buffer_test.c
3131 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003132 - grpc_test_util
3133 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003134 - gpr_test_util
3135 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003136 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003137- name: slice_hash_table_test
3138 build: test
3139 language: c
3140 src:
3141 - test/core/slice/slice_hash_table_test.c
3142 deps:
3143 - grpc_test_util
3144 - grpc
3145 - gpr_test_util
3146 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003147 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003148- name: slice_string_helpers_test
3149 build: test
3150 language: c
3151 src:
3152 - test/core/slice/slice_string_helpers_test.c
3153 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003154 - grpc_test_util
3155 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003156 - gpr_test_util
3157 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003158 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003159- name: slice_test
3160 build: test
3161 language: c
3162 src:
3163 - test/core/slice/slice_test.c
3164 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003165 - grpc_test_util
3166 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003167 - gpr_test_util
3168 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003169 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003170- name: sockaddr_resolver_test
3171 build: test
3172 language: c
3173 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003174 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003175 deps:
3176 - grpc_test_util
3177 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003178 - gpr_test_util
3179 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003180- name: sockaddr_utils_test
3181 build: test
3182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003183 src:
3184 - test/core/iomgr/sockaddr_utils_test.c
3185 deps:
3186 - grpc_test_util
3187 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003188 - gpr_test_util
3189 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003190- name: socket_utils_test
3191 build: test
3192 language: c
3193 src:
3194 - test/core/iomgr/socket_utils_test.c
3195 deps:
3196 - grpc_test_util
3197 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003198 - gpr_test_util
3199 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003200 exclude_iomgrs:
3201 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003202 platforms:
3203 - mac
3204 - linux
3205 - posix
yang-g31e21282016-11-04 15:10:03 -07003206- name: ssl_server_fuzzer
3207 build: fuzzer
3208 language: c
3209 src:
3210 - test/core/security/ssl_server_fuzzer.c
3211 deps:
3212 - grpc_test_util
3213 - grpc
3214 - gpr_test_util
3215 - gpr
3216 corpus_dirs:
3217 - test/core/security/corpus/ssl_server_corpus
3218 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003219- name: ssl_transport_security_test
3220 build: test
3221 language: c
3222 src:
3223 - test/core/tsi/ssl_transport_security_test.c
3224 deps:
3225 - gpr_test_util
3226 - gpr
3227 - grpc
3228 filegroups:
3229 - transport_security_test_lib
3230 platforms:
3231 - linux
3232 - posix
3233 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003234- name: status_conversion_test
3235 build: test
3236 language: c
3237 src:
3238 - test/core/transport/status_conversion_test.c
3239 deps:
3240 - grpc_test_util
3241 - grpc
3242 - gpr_test_util
3243 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003244 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003245- name: stream_compression_test
3246 build: test
3247 language: c
3248 src:
3249 - test/core/compression/stream_compression_test.c
3250 deps:
3251 - grpc_test_util
3252 - grpc
3253 - gpr_test_util
3254 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003255 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003256- name: stream_owned_slice_test
3257 build: test
3258 language: c
3259 src:
3260 - test/core/transport/stream_owned_slice_test.c
3261 deps:
3262 - grpc_test_util
3263 - grpc
3264 - gpr_test_util
3265 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003266 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003267- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003268 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003269 build: test
3270 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003271 src:
3272 - test/core/iomgr/tcp_client_posix_test.c
3273 deps:
3274 - grpc_test_util
3275 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003276 - gpr_test_util
3277 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003278 exclude_iomgrs:
3279 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003280 platforms:
3281 - mac
3282 - linux
3283 - posix
murgatroid991191b722017-02-08 11:56:52 -08003284- name: tcp_client_uv_test
3285 cpu_cost: 0.5
3286 build: test
3287 language: c
3288 src:
3289 - test/core/iomgr/tcp_client_uv_test.c
3290 deps:
3291 - grpc_test_util
3292 - grpc
3293 - gpr_test_util
3294 - gpr
3295 exclude_iomgrs:
3296 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003297- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003298 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003299 build: test
3300 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003301 src:
3302 - test/core/iomgr/tcp_posix_test.c
3303 deps:
3304 - grpc_test_util
3305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003306 - gpr_test_util
3307 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003308 exclude_iomgrs:
3309 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003310 platforms:
3311 - mac
3312 - linux
3313 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003314- name: tcp_server_posix_test
3315 build: test
3316 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003317 src:
3318 - test/core/iomgr/tcp_server_posix_test.c
3319 deps:
3320 - grpc_test_util
3321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003322 - gpr_test_util
3323 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003324 exclude_iomgrs:
3325 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003326 platforms:
3327 - mac
3328 - linux
3329 - posix
murgatroid991191b722017-02-08 11:56:52 -08003330- name: tcp_server_uv_test
3331 build: test
3332 language: c
3333 src:
3334 - test/core/iomgr/tcp_server_uv_test.c
3335 deps:
3336 - grpc_test_util
3337 - grpc
3338 - gpr_test_util
3339 - gpr
3340 exclude_iomgrs:
3341 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003342- name: time_averaged_stats_test
3343 build: test
3344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003345 src:
3346 - test/core/iomgr/time_averaged_stats_test.c
3347 deps:
3348 - grpc_test_util
3349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003350 - gpr_test_util
3351 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003352 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003353- name: timeout_encoding_test
3354 build: test
3355 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003356 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003357 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003358 deps:
3359 - grpc_test_util
3360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003361 - gpr_test_util
3362 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003363 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003364- name: timer_heap_test
3365 build: test
3366 language: c
3367 src:
3368 - test/core/iomgr/timer_heap_test.c
3369 deps:
3370 - grpc_test_util
3371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003372 - gpr_test_util
3373 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003374 exclude_iomgrs:
3375 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003376 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003377- name: timer_list_test
3378 build: test
3379 language: c
3380 src:
3381 - test/core/iomgr/timer_list_test.c
3382 deps:
3383 - grpc_test_util
3384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003385 - gpr_test_util
3386 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003387 exclude_iomgrs:
3388 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003389 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003390- name: transport_connectivity_state_test
3391 build: test
3392 language: c
3393 src:
3394 - test/core/transport/connectivity_state_test.c
3395 deps:
3396 - grpc_test_util
3397 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003398 - gpr_test_util
3399 - gpr
Craig Tiller48bed5e2017-10-16 15:42:41 -07003400- name: transport_metadata_test
3401 build: test
3402 language: c
3403 src:
3404 - test/core/transport/metadata_test.c
3405 deps:
3406 - grpc_test_util
3407 - grpc
3408 - gpr_test_util
3409 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003410- name: transport_security_test
3411 build: test
3412 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003413 src:
3414 - test/core/tsi/transport_security_test.c
3415 deps:
3416 - grpc_test_util
3417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003418 - gpr_test_util
3419 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003420 platforms:
3421 - linux
3422 - posix
3423 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424- name: udp_server_test
3425 build: test
3426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003427 src:
3428 - test/core/iomgr/udp_server_test.c
3429 deps:
3430 - grpc_test_util
3431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003432 - gpr_test_util
3433 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003434 exclude_iomgrs:
3435 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003436 platforms:
3437 - mac
3438 - linux
3439 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003440- name: uri_fuzzer_test
3441 build: fuzzer
3442 language: c
3443 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003444 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003445 deps:
3446 - grpc_test_util
3447 - grpc
3448 - gpr_test_util
3449 - gpr
3450 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003451 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003452 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003453- name: uri_parser_test
3454 build: test
3455 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003456 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003457 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003458 deps:
3459 - grpc_test_util
3460 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003461 - gpr_test_util
3462 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003463- name: wakeup_fd_cv_test
3464 build: test
3465 language: c
3466 src:
3467 - test/core/iomgr/wakeup_fd_cv_test.c
3468 deps:
3469 - grpc_test_util
3470 - grpc
3471 - gpr_test_util
3472 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003473 exclude_iomgrs:
3474 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003475 platforms:
3476 - mac
3477 - linux
3478 - posix
vjpai04e992a2016-02-10 16:58:38 -08003479- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003480 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003481 build: test
3482 language: c++
3483 src:
3484 - test/cpp/common/alarm_cpp_test.cc
3485 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003486 - grpc++_test_util_unsecure
3487 - grpc_test_util_unsecure
3488 - grpc++_unsecure
3489 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003490 - gpr_test_util
3491 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003492- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003493 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003494 build: test
3495 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003496 src:
3497 - test/cpp/end2end/async_end2end_test.cc
3498 deps:
3499 - grpc++_test_util
3500 - grpc_test_util
3501 - grpc++
3502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003503 - gpr_test_util
3504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003505- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003506 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507 build: test
3508 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003509 src:
3510 - test/cpp/common/auth_property_iterator_test.cc
3511 deps:
3512 - grpc++_test_util
3513 - grpc_test_util
3514 - grpc++
3515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003516 - gpr_test_util
3517 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003518 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003519- name: bdp_estimator_test
3520 build: test
3521 language: c++
3522 src:
3523 - test/core/transport/bdp_estimator_test.cc
3524 deps:
3525 - grpc++_test_util
3526 - grpc++
3527 - grpc_test_util
3528 - grpc
3529 - gpr_test_util
3530 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003531 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003532- name: bm_arena
3533 build: test
3534 language: c++
3535 src:
3536 - test/cpp/microbenchmarks/bm_arena.cc
3537 deps:
3538 - grpc_benchmark
3539 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003540 - grpc++_test_util_unsecure
3541 - grpc_test_util_unsecure
3542 - grpc++_unsecure
3543 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003544 - gpr_test_util
3545 - gpr
3546 args:
3547 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003548 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003549 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003550 platforms:
3551 - mac
3552 - linux
3553 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003554 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003555- name: bm_call_create
3556 build: test
3557 language: c++
3558 src:
3559 - test/cpp/microbenchmarks/bm_call_create.cc
3560 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003561 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003562 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003563 - grpc++_test_util_unsecure
3564 - grpc_test_util_unsecure
3565 - grpc++_unsecure
3566 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003567 - gpr_test_util
3568 - gpr
3569 args:
3570 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003571 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003572 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003573 platforms:
3574 - mac
3575 - linux
3576 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003577 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003578- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003579 build: test
3580 language: c++
3581 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003582 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003583 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003584 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003585 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003586 - grpc++_test_util_unsecure
3587 - grpc_test_util_unsecure
3588 - grpc++_unsecure
3589 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003590 - gpr_test_util
3591 - gpr
3592 args:
3593 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003594 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003595 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003596 platforms:
3597 - mac
3598 - linux
3599 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003600 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003601- name: bm_chttp2_transport
3602 build: test
3603 language: c++
3604 src:
3605 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3606 deps:
3607 - grpc_benchmark
3608 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003609 - grpc++_test_util_unsecure
3610 - grpc_test_util_unsecure
3611 - grpc++_unsecure
3612 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003613 - gpr_test_util
3614 - gpr
3615 args:
3616 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003617 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003618 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003619 platforms:
3620 - mac
3621 - linux
3622 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003623- name: bm_closure
3624 build: test
3625 language: c++
3626 src:
3627 - test/cpp/microbenchmarks/bm_closure.cc
3628 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003629 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003630 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003631 - grpc++_test_util_unsecure
3632 - grpc_test_util_unsecure
3633 - grpc++_unsecure
3634 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003635 - gpr_test_util
3636 - gpr
3637 args:
3638 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003639 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003640 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003641 platforms:
3642 - mac
3643 - linux
3644 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003645- name: bm_cq
3646 build: test
3647 language: c++
3648 src:
3649 - test/cpp/microbenchmarks/bm_cq.cc
3650 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003651 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003652 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003653 - grpc++_test_util_unsecure
3654 - grpc_test_util_unsecure
3655 - grpc++_unsecure
3656 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003657 - gpr_test_util
3658 - gpr
3659 args:
3660 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003661 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003662 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003663 platforms:
3664 - mac
3665 - linux
3666 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003667- name: bm_cq_multiple_threads
3668 build: test
3669 language: c++
3670 src:
3671 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3672 deps:
3673 - grpc_benchmark
3674 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003675 - grpc++_test_util_unsecure
3676 - grpc_test_util_unsecure
3677 - grpc++_unsecure
3678 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003679 - gpr_test_util
3680 - gpr
3681 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003682 - --benchmark_min_time=4
ncteisend439b4e2017-09-11 17:57:18 -07003683 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003684 defaults: benchmark
3685 platforms:
3686 - mac
3687 - linux
3688 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003689- name: bm_error
3690 build: test
3691 language: c++
3692 src:
3693 - test/cpp/microbenchmarks/bm_error.cc
3694 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003695 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003696 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003697 - grpc++_test_util_unsecure
3698 - grpc_test_util_unsecure
3699 - grpc++_unsecure
3700 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003701 - gpr_test_util
3702 - gpr
3703 args:
3704 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003705 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003706 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003707 platforms:
3708 - mac
3709 - linux
3710 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003711 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003712- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003713 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003714 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003715 headers:
3716 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003717 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003718 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003719 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003720 - grpc_benchmark
3721 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003722 - grpc++_test_util_unsecure
3723 - grpc_test_util_unsecure
3724 - grpc++_unsecure
3725 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003726 - gpr_test_util
3727 - gpr
3728 args:
3729 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003730 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003731 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003732 excluded_poll_engines:
3733 - poll
3734 - poll-cv
3735 platforms:
3736 - mac
3737 - linux
3738 - posix
3739 timeout_seconds: 1200
3740- name: bm_fullstack_streaming_pump
3741 build: test
3742 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003743 headers:
3744 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003745 src:
3746 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003747 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003748 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003749 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003750 - grpc++_test_util_unsecure
3751 - grpc_test_util_unsecure
3752 - grpc++_unsecure
3753 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003754 - gpr_test_util
3755 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003756 args:
3757 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003758 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003759 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003760 excluded_poll_engines:
3761 - poll
3762 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003763 platforms:
3764 - mac
3765 - linux
3766 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003767 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003768- name: bm_fullstack_trickle
3769 build: test
3770 language: c++
3771 src:
3772 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3773 deps:
3774 - grpc_benchmark
3775 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003776 - grpc++_test_util_unsecure
3777 - grpc_test_util_unsecure
3778 - grpc++_unsecure
3779 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003780 - gpr_test_util
3781 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003782 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003783 args:
3784 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003785 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003786 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003787 excluded_poll_engines:
3788 - poll
3789 - poll-cv
3790 platforms:
3791 - mac
3792 - linux
3793 - posix
3794 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003795- name: bm_fullstack_unary_ping_pong
3796 build: test
3797 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003798 headers:
3799 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003800 src:
3801 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3802 deps:
3803 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003804 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003805 - grpc++_test_util_unsecure
3806 - grpc_test_util_unsecure
3807 - grpc++_unsecure
3808 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003809 - gpr_test_util
3810 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003811 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003812 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003813 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003814 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003815 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003816 - poll
3817 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003818 platforms:
3819 - mac
3820 - linux
3821 - posix
3822 timeout_seconds: 1200
3823- name: bm_metadata
3824 build: test
3825 language: c++
3826 src:
3827 - test/cpp/microbenchmarks/bm_metadata.cc
3828 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003829 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003830 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003831 - grpc++_test_util_unsecure
3832 - grpc_test_util_unsecure
3833 - grpc++_unsecure
3834 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003835 - gpr_test_util
3836 - gpr
3837 args:
3838 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003839 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003840 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003841 platforms:
3842 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003843 - linux
3844 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003845 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003846- name: bm_pollset
3847 build: test
3848 language: c++
3849 src:
3850 - test/cpp/microbenchmarks/bm_pollset.cc
3851 deps:
3852 - grpc_benchmark
3853 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003854 - grpc++_test_util_unsecure
3855 - grpc_test_util_unsecure
3856 - grpc++_unsecure
3857 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003858 - gpr_test_util
3859 - gpr
3860 args:
3861 - --benchmark_min_time=0
ncteisend439b4e2017-09-11 17:57:18 -07003862 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003863 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003864 platforms:
3865 - mac
3866 - linux
3867 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003868- name: channel_arguments_test
3869 gtest: true
3870 build: test
3871 language: c++
3872 src:
3873 - test/cpp/common/channel_arguments_test.cc
3874 deps:
3875 - grpc++
3876 - grpc
3877 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003878 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003879- name: channel_filter_test
3880 gtest: true
3881 build: test
3882 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003883 src:
3884 - test/cpp/common/channel_filter_test.cc
3885 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003886 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003887 - grpc
3888 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003889 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003890- name: cli_call_test
3891 gtest: true
3892 build: test
3893 language: c++
3894 src:
Craig Tiller25834342015-09-25 08:08:24 -07003895 - test/cpp/util/cli_call_test.cc
3896 deps:
3897 - grpc_cli_libs
3898 - grpc++_test_util
3899 - grpc_test_util
3900 - grpc++
3901 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003902 - gpr_test_util
3903 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003904- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003905 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003906 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003907 build: test
3908 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003909 src:
3910 - test/cpp/end2end/client_crash_test.cc
3911 deps:
3912 - grpc++_test_util
3913 - grpc_test_util
3914 - grpc++
3915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003916 - gpr_test_util
3917 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003918 platforms:
3919 - mac
3920 - linux
3921 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003922- name: client_crash_test_server
3923 build: test
3924 run: false
3925 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003926 src:
3927 - test/cpp/end2end/client_crash_test_server.cc
3928 deps:
3929 - grpc++_test_util
3930 - grpc_test_util
3931 - grpc++
3932 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003933 - gpr_test_util
3934 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003935- name: client_lb_end2end_test
3936 gtest: true
3937 build: test
3938 language: c++
3939 src:
3940 - test/cpp/end2end/client_lb_end2end_test.cc
3941 deps:
3942 - grpc++_test_util
3943 - grpc_test_util
3944 - grpc++
3945 - grpc
3946 - gpr_test_util
3947 - gpr
3948 excluded_poll_engines:
3949 - poll
3950 - poll-cv
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003951- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003952 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003953 build: test
3954 language: c++
3955 src:
3956 - src/proto/grpc/testing/control.proto
3957 - src/proto/grpc/testing/messages.proto
3958 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003959 - src/proto/grpc/testing/services.proto
3960 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003961 - test/cpp/codegen/codegen_test_full.cc
3962 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003963 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003964 - grpc++
3965 - grpc
3966 - gpr
3967 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003968 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003969 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003970- name: codegen_test_minimal
3971 gtest: true
3972 build: test
3973 language: c++
3974 src:
3975 - src/proto/grpc/testing/control.proto
3976 - src/proto/grpc/testing/messages.proto
3977 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003978 - src/proto/grpc/testing/services.proto
3979 - src/proto/grpc/testing/stats.proto
3980 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003981 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003982 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003983 - grpc
3984 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003985 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003986 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003987 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003988 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003989- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003990 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003991 build: test
3992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003993 src:
3994 - test/cpp/client/credentials_test.cc
3995 deps:
3996 - grpc++
3997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003998 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003999- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004000 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004001 build: test
4002 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004003 src:
4004 - test/cpp/util/byte_buffer_test.cc
4005 deps:
4006 - grpc_test_util
4007 - grpc++
4008 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004009 - gpr_test_util
4010 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004011 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004012- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004013 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004014 build: test
4015 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004016 src:
4017 - test/cpp/util/slice_test.cc
4018 deps:
4019 - grpc_test_util
4020 - grpc++
4021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004022 - gpr_test_util
4023 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004024 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004025- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004026 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004027 build: test
4028 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004029 src:
4030 - test/cpp/util/string_ref_test.cc
4031 deps:
4032 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02004033 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07004034 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004035- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004036 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004037 build: test
4038 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004039 src:
4040 - test/cpp/util/time_test.cc
4041 deps:
4042 - grpc_test_util
4043 - grpc++
4044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004045 - gpr_test_util
4046 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004047 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004048- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004049 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004050 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004051 build: test
4052 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004053 src:
4054 - test/cpp/end2end/end2end_test.cc
4055 deps:
4056 - grpc++_test_util
4057 - grpc_test_util
4058 - grpc++
4059 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004060 - gpr_test_util
4061 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004062- name: error_details_test
4063 gtest: true
4064 build: test
4065 language: c++
4066 src:
4067 - src/proto/grpc/testing/echo_messages.proto
4068 - test/cpp/util/error_details_test.cc
4069 deps:
4070 - grpc++_error_details
4071 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004072- name: filter_end2end_test
4073 gtest: true
4074 build: test
4075 language: c++
4076 src:
4077 - test/cpp/end2end/filter_end2end_test.cc
4078 deps:
4079 - grpc++_test_util
4080 - grpc_test_util
4081 - grpc++
4082 - grpc
4083 - gpr_test_util
4084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004085- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004086 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004087 build: test
4088 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004089 src:
4090 - test/cpp/end2end/generic_end2end_test.cc
4091 deps:
4092 - grpc++_test_util
4093 - grpc_test_util
4094 - grpc++
4095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004096 - gpr_test_util
4097 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004098- name: golden_file_test
4099 gtest: true
4100 build: test
4101 language: c++
4102 src:
4103 - src/proto/grpc/testing/compiler_test.proto
4104 - test/cpp/codegen/golden_file_test.cc
4105 deps:
4106 - grpc++
4107 - grpc
4108 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004109 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004110 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004111 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004112- name: grpc_cli
4113 build: test
4114 run: false
4115 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004116 src:
4117 - test/cpp/util/grpc_cli.cc
4118 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004119 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004120 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004121 - grpc++
4122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004123 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004124 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004125- name: grpc_cpp_plugin
4126 build: protoc
4127 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004128 src:
4129 - src/compiler/cpp_plugin.cc
4130 deps:
4131 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004132 secure: false
4133 vs_config_type: Application
4134 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4135- name: grpc_csharp_plugin
4136 build: protoc
4137 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004138 src:
4139 - src/compiler/csharp_plugin.cc
4140 deps:
4141 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004142 secure: false
4143 vs_config_type: Application
4144 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004145- name: grpc_node_plugin
4146 build: protoc
4147 language: c++
4148 src:
4149 - src/compiler/node_plugin.cc
4150 deps:
4151 - grpc_plugin_support
4152 secure: false
4153 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004154- name: grpc_objective_c_plugin
4155 build: protoc
4156 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004157 src:
4158 - src/compiler/objective_c_plugin.cc
4159 deps:
4160 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004161 secure: false
4162 vs_config_type: Application
4163 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004164- name: grpc_php_plugin
4165 build: protoc
4166 language: c++
4167 src:
4168 - src/compiler/php_plugin.cc
4169 deps:
4170 - grpc_plugin_support
4171 secure: false
4172 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004173- name: grpc_python_plugin
4174 build: protoc
4175 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004176 src:
4177 - src/compiler/python_plugin.cc
4178 deps:
4179 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004180 secure: false
4181 vs_config_type: Application
4182 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4183- name: grpc_ruby_plugin
4184 build: protoc
4185 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004186 src:
4187 - src/compiler/ruby_plugin.cc
4188 deps:
4189 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004190 secure: false
4191 vs_config_type: Application
4192 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004193- name: grpc_tool_test
4194 gtest: true
4195 build: test
4196 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004197 src:
4198 - src/proto/grpc/testing/echo.proto
4199 - src/proto/grpc/testing/echo_messages.proto
4200 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004201 deps:
4202 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004203 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004204 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004205 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004206 - grpc_test_util
4207 - grpc++
4208 - grpc
4209 - gpr_test_util
4210 - gpr
4211 filegroups:
4212 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004213- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004214 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004215 build: test
4216 language: c++
4217 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004218 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004219 - test/cpp/grpclb/grpclb_api_test.cc
4220 deps:
4221 - grpc++_test_util
4222 - grpc_test_util
4223 - grpc++
4224 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004225- name: grpclb_end2end_test
4226 gtest: true
4227 build: test
4228 language: c++
4229 src:
4230 - src/proto/grpc/lb/v1/load_balancer.proto
4231 - test/cpp/end2end/grpclb_end2end_test.cc
4232 deps:
4233 - grpc++_test_util
4234 - grpc_test_util
4235 - grpc++
4236 - grpc
4237 - gpr_test_util
4238 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004239 excluded_poll_engines:
4240 - poll
4241 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004242- name: grpclb_test
4243 gtest: false
4244 build: test
4245 language: c++
4246 src:
4247 - src/proto/grpc/lb/v1/load_balancer.proto
4248 - test/cpp/grpclb/grpclb_test.cc
4249 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004250 - grpc++_test_util
4251 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004252 - grpc++
4253 - grpc
4254 - gpr_test_util
4255 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004256 excluded_poll_engines:
4257 - poll
4258 - poll-cv
Vijay Paifed13912017-10-11 00:07:00 -07004259- name: h2_ssl_cert_test
4260 gtest: true
4261 build: test
4262 language: c++
4263 headers:
4264 - test/core/end2end/end2end_tests.h
4265 src:
4266 - test/core/end2end/h2_ssl_cert_test.cc
4267 deps:
4268 - grpc_test_util
4269 - grpc++
4270 - grpc
4271 - gpr_test_util
4272 - gpr
4273 uses:
4274 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004275- name: health_service_end2end_test
4276 gtest: true
4277 build: test
4278 language: c++
4279 src:
4280 - test/cpp/end2end/health_service_end2end_test.cc
4281 deps:
4282 - grpc++_test_util
4283 - grpc_test_util
4284 - grpc++
4285 - grpc
4286 - gpr_test_util
4287 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004288- name: http2_client
4289 build: test
4290 run: false
4291 language: c++
4292 src: []
4293 deps:
4294 - http2_client_main
4295 - grpc++_test_util
4296 - grpc_test_util
4297 - grpc++
4298 - grpc
4299 - grpc++_test_config
4300 platforms:
4301 - mac
4302 - linux
4303 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004304- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004305 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004306 build: test
4307 language: c++
4308 src:
4309 - test/cpp/end2end/hybrid_end2end_test.cc
4310 deps:
4311 - grpc++_test_util
4312 - grpc_test_util
4313 - grpc++
4314 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004315 - gpr_test_util
4316 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004317- name: interop_client
4318 build: test
4319 run: false
4320 language: c++
4321 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004322 deps:
4323 - interop_client_main
4324 - interop_client_helper
4325 - grpc++_test_util
4326 - grpc_test_util
4327 - grpc++
4328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004329 - gpr_test_util
4330 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004331 - grpc++_test_config
4332 platforms:
4333 - mac
4334 - linux
4335 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004336- name: interop_server
4337 build: test
4338 run: false
4339 language: c++
4340 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004341 deps:
4342 - interop_server_main
4343 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004344 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004345 - grpc++_test_util
4346 - grpc_test_util
4347 - grpc++
4348 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004349 - gpr_test_util
4350 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004351 - grpc++_test_config
4352 platforms:
4353 - mac
4354 - linux
4355 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004356- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004357 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004358 build: test
4359 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004360 src:
4361 - test/cpp/interop/interop_test.cc
4362 deps:
4363 - grpc_test_util
4364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004365 - gpr_test_util
4366 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004367 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004368 platforms:
4369 - mac
4370 - linux
4371 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004372- name: json_run_localhost
4373 build: test
4374 run: false
4375 language: c++
4376 src:
4377 - test/cpp/qps/json_run_localhost.cc
4378 deps:
4379 - grpc++_test_util
4380 - grpc_test_util
4381 - grpc++
4382 - grpc
4383 - gpr_test_util
4384 - gpr
4385 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004386 platforms:
4387 - mac
4388 - linux
4389 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004390- name: memory_test
4391 gtest: true
4392 build: test
4393 language: c++
4394 src:
4395 - test/core/support/memory_test.cc
4396 deps:
4397 - grpc_test_util
4398 - grpc++
4399 - grpc
4400 - gpr_test_util
4401 - gpr
4402 uses:
4403 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004404 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004405- name: metrics_client
4406 build: test
4407 run: false
4408 language: c++
4409 headers:
4410 - test/cpp/util/metrics_server.h
4411 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004412 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004413 - test/cpp/interop/metrics_client.cc
4414 deps:
4415 - grpc++
4416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004417 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004418 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004419- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004420 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004421 build: test
4422 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004423 headers:
4424 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004425 src:
4426 - test/cpp/end2end/mock_test.cc
4427 deps:
4428 - grpc++_test_util
4429 - grpc_test_util
4430 - grpc++
4431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004432 - gpr_test_util
4433 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004434- name: noop-benchmark
4435 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004436 language: c++
4437 src:
4438 - test/cpp/microbenchmarks/noop-benchmark.cc
4439 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004440 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004441 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004442- name: proto_server_reflection_test
4443 gtest: true
4444 build: test
4445 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004446 src:
4447 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004448 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004449 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004450 - grpc++_reflection
4451 - grpc++_test_util
4452 - grpc_test_util
4453 - grpc++
4454 - grpc
4455 - gpr_test_util
4456 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004457- name: proto_utils_test
4458 gtest: true
4459 build: test
4460 language: c++
4461 src:
4462 - test/cpp/codegen/proto_utils_test.cc
4463 deps:
4464 - grpc++
4465 - grpc
4466 filegroups:
4467 - grpc++_codegen_base
4468 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004469 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004470- name: qps_interarrival_test
4471 build: test
4472 run: false
4473 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004474 src:
4475 - test/cpp/qps/qps_interarrival_test.cc
4476 deps:
4477 - qps
4478 - grpc++_test_util
4479 - grpc_test_util
4480 - grpc++
4481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004482 - gpr_test_util
4483 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004484 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004485 platforms:
4486 - mac
4487 - linux
4488 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004489 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004490- name: qps_json_driver
4491 build: test
4492 run: false
4493 language: c++
4494 src:
4495 - test/cpp/qps/qps_json_driver.cc
4496 deps:
4497 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004498 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004499 - grpc++_test_util
4500 - grpc_test_util
4501 - grpc++
4502 - grpc
4503 - gpr_test_util
4504 - gpr
4505 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004506- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004507 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004508 build: test
4509 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004510 src:
4511 - test/cpp/qps/qps_openloop_test.cc
4512 deps:
4513 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004514 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004515 - grpc++_test_util
4516 - grpc_test_util
4517 - grpc++
4518 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004519 - gpr_test_util
4520 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004521 - grpc++_test_config
4522 platforms:
4523 - mac
4524 - linux
4525 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004526- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004527 build: test
4528 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004530 headers:
4531 - test/cpp/qps/client.h
4532 - test/cpp/qps/server.h
4533 src:
4534 - test/cpp/qps/worker.cc
4535 deps:
4536 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004537 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004538 - grpc++_test_util
4539 - grpc_test_util
4540 - grpc++
4541 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004542 - gpr_test_util
4543 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004544 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004545- name: reconnect_interop_client
4546 build: test
4547 run: false
4548 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004549 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004550 - src/proto/grpc/testing/empty.proto
4551 - src/proto/grpc/testing/messages.proto
4552 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004553 - test/cpp/interop/reconnect_interop_client.cc
4554 deps:
4555 - grpc++_test_util
4556 - grpc_test_util
4557 - grpc++
4558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004559 - gpr_test_util
4560 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004561 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004562- name: reconnect_interop_server
4563 build: test
4564 run: false
4565 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004566 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004567 - src/proto/grpc/testing/empty.proto
4568 - src/proto/grpc/testing/messages.proto
4569 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004570 - test/cpp/interop/reconnect_interop_server.cc
4571 deps:
4572 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004573 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004574 - grpc++_test_util
4575 - grpc_test_util
4576 - grpc++
4577 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004578 - gpr_test_util
4579 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004580 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004581- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004582 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004583 build: test
4584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004585 src:
4586 - test/cpp/common/secure_auth_context_test.cc
4587 deps:
4588 - grpc++_test_util
4589 - grpc_test_util
4590 - grpc++
4591 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004592 - gpr_test_util
4593 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004594- name: secure_sync_unary_ping_pong_test
4595 build: test
4596 language: c++
4597 src:
4598 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4599 deps:
4600 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004601 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004602 - grpc++_test_util
4603 - grpc_test_util
4604 - grpc++
4605 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004606 - gpr_test_util
4607 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004608 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004609 platforms:
4610 - mac
4611 - linux
4612 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004613- name: server_builder_plugin_test
4614 gtest: true
4615 build: test
4616 language: c++
4617 src:
4618 - test/cpp/end2end/server_builder_plugin_test.cc
4619 deps:
4620 - grpc++_test_util
4621 - grpc_test_util
4622 - grpc++
4623 - grpc
4624 - gpr_test_util
4625 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004626- name: server_builder_test
4627 gtest: true
4628 build: test
4629 language: c++
4630 src:
4631 - src/proto/grpc/testing/echo_messages.proto
4632 - src/proto/grpc/testing/echo.proto
4633 - test/cpp/server/server_builder_test.cc
4634 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004635 - grpc++_test_util_unsecure
4636 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004637 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004638 - grpc++_unsecure
4639 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004640 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004641- name: server_context_test_spouse_test
4642 gtest: true
4643 build: test
4644 language: c++
4645 src:
4646 - test/cpp/test/server_context_test_spouse_test.cc
4647 deps:
4648 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004649 - grpc++
4650 - grpc
4651 - gpr_test_util
4652 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004653 uses:
4654 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004655- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004656 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004657 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004658 build: test
4659 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004660 src:
4661 - test/cpp/end2end/server_crash_test.cc
4662 deps:
4663 - grpc++_test_util
4664 - grpc_test_util
4665 - grpc++
4666 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004667 - gpr_test_util
4668 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004669 platforms:
4670 - mac
4671 - linux
4672 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004673- name: server_crash_test_client
4674 build: test
4675 run: false
4676 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004677 src:
4678 - test/cpp/end2end/server_crash_test_client.cc
4679 deps:
4680 - grpc++_test_util
4681 - grpc_test_util
4682 - grpc++
4683 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004684 - gpr_test_util
4685 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004686- name: server_request_call_test
4687 gtest: true
4688 build: test
4689 language: c++
4690 src:
4691 - src/proto/grpc/testing/echo_messages.proto
4692 - src/proto/grpc/testing/echo.proto
4693 - test/cpp/server/server_request_call_test.cc
4694 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004695 - grpc++_test_util_unsecure
4696 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004697 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004698 - grpc++_unsecure
4699 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004700 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004701- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004702 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004703 build: test
4704 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004705 src:
4706 - test/cpp/end2end/shutdown_test.cc
4707 deps:
4708 - grpc++_test_util
4709 - grpc_test_util
4710 - grpc++
4711 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004712 - gpr_test_util
4713 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004714- name: stats_test
4715 gtest: true
4716 build: test
4717 language: c++
4718 src:
4719 - test/core/debug/stats_test.cc
4720 deps:
4721 - grpc++_test_util
4722 - grpc_test_util
4723 - grpc
4724 - gpr_test_util
4725 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004726 exclude_configs:
4727 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004728 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004729 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004730- name: status_test
4731 build: test
4732 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004733 src:
4734 - test/cpp/util/status_test.cc
4735 deps:
4736 - grpc_test_util
4737 - grpc++
4738 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004739 - gpr_test_util
4740 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004741 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004742- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004743 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004744 build: test
4745 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004746 src:
4747 - test/cpp/end2end/streaming_throughput_test.cc
4748 deps:
4749 - grpc++_test_util
4750 - grpc_test_util
4751 - grpc++
4752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004753 - gpr_test_util
4754 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004755 platforms:
4756 - mac
4757 - linux
4758 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004759- name: stress_test
4760 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004761 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004762 language: c++
4763 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004764 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004765 - test/cpp/interop/interop_client.h
4766 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004767 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004768 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004769 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004770 - src/proto/grpc/testing/empty.proto
4771 - src/proto/grpc/testing/messages.proto
4772 - src/proto/grpc/testing/metrics.proto
4773 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004774 - test/cpp/interop/interop_client.cc
4775 - test/cpp/interop/stress_interop_client.cc
4776 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004777 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004778 deps:
4779 - grpc++_test_util
4780 - grpc_test_util
4781 - grpc++
4782 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004783 - gpr_test_util
4784 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004785 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004786- name: thread_manager_test
4787 build: test
4788 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004789 src:
4790 - test/cpp/thread_manager/thread_manager_test.cc
4791 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004792 - grpc++_unsecure
4793 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004794 - gpr
4795 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004796- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004797 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004798 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004799 build: test
4800 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004801 src:
4802 - test/cpp/end2end/thread_stress_test.cc
4803 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004804 - grpc++_test_util_unsecure
4805 - grpc_test_util_unsecure
4806 - grpc++_unsecure
4807 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004808 - gpr_test_util
4809 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004810 timeout_seconds: 1200
Craig Tiller247b2312017-10-09 09:16:19 -07004811- name: transport_pid_controller_test
4812 build: test
4813 language: c++
4814 src:
4815 - test/core/transport/pid_controller_test.cc
4816 deps:
4817 - grpc++_test_util
4818 - grpc++
4819 - grpc_test_util
4820 - grpc
4821 - gpr_test_util
4822 - gpr
Craig Tillerb7a8cac2017-10-05 09:50:18 -07004823- name: vector_test
4824 gtest: true
4825 build: test
4826 language: c++
4827 src:
4828 - test/core/support/vector_test.cc
4829 deps:
4830 - grpc_test_util
4831 - grpc++
4832 - grpc
4833 - gpr_test_util
4834 - gpr
4835 uses:
4836 - grpc++_test
Craig Tiller9a3997c2017-01-30 13:22:33 -08004837- name: writes_per_rpc_test
4838 gtest: true
4839 cpu_cost: 0.5
4840 build: test
4841 language: c++
4842 src:
4843 - test/cpp/performance/writes_per_rpc_test.cc
4844 deps:
4845 - grpc++_test_util
4846 - grpc_test_util
4847 - grpc++
4848 - grpc
4849 - gpr_test_util
4850 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004851 platforms:
4852 - mac
4853 - linux
4854 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004855- name: public_headers_must_be_c89
4856 build: test
4857 language: c89
4858 src:
4859 - test/core/surface/public_headers_must_be_c89.c
4860 deps:
4861 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004862 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004863vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004864- linkage: static
4865 name: grpc.dependencies.zlib
4866 props: false
4867 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004868 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004869- linkage: static
4870 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004871 props: true
4872 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004873 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004874- name: gflags
4875 props: false
4876 redist: false
4877 version: 2.1.2.1
4878- name: gtest
4879 props: false
4880 redist: false
4881 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004882configs:
4883 asan:
4884 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004885 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4886 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004887 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004888 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004889 LDFLAGS: -fsanitize=address
4890 LDXX: clang++
4891 compile_the_world: true
4892 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004893 ASAN_OPTIONS: detect_leaks=1:color=always
4894 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004895 asan-noleaks:
4896 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004897 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4898 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004899 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004900 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004901 LDFLAGS: -fsanitize=address
4902 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004903 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004904 test_environ:
4905 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004906 asan-trace-cmp:
4907 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004908 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4909 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004910 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004911 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004912 LDFLAGS: -fsanitize=address
4913 LDXX: clang++
4914 compile_the_world: true
4915 test_environ:
4916 ASAN_OPTIONS: detect_leaks=1:color=always
4917 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004918 basicprof:
4919 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4920 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004921 c++-compat:
4922 CFLAGS: -Wc++-compat
4923 CPPFLAGS: -O0
4924 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004925 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004926 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004927 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004928 dbg:
4929 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004930 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004931 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004932 gcov:
4933 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004934 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004935 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004936 DEFINES: _DEBUG DEBUG GPR_GCOV
4937 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004938 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004939 LDXX: g++
4940 helgrind:
4941 CPPFLAGS: -O0
4942 DEFINES: _DEBUG DEBUG
4943 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004944 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004945 lto:
4946 CPPFLAGS: -O2
4947 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004948 memcheck:
4949 CPPFLAGS: -O0
4950 DEFINES: _DEBUG DEBUG
4951 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004952 valgrind: --tool=memcheck --leak-check=full
4953 msan:
4954 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004955 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4956 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4957 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004958 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004959 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004960 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004961 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4962 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4963 LDXX: clang++
4964 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004965 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004966 CPPFLAGS: -O3 -fno-omit-frame-pointer
4967 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004968 LDFLAGS: -rdynamic
4969 opt:
4970 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004971 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004972 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004973 stapprof:
4974 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4975 DEFINES: NDEBUG
4976 tsan:
4977 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004978 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004979 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004980 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004981 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004982 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004983 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004984 LDXX: clang++
4985 compile_the_world: true
4986 test_environ:
4987 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004988 ubsan:
4989 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004990 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4991 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004992 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004993 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004994 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004995 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004996 LDXX: clang++
4997 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004998 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004999 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005000defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005001 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005002 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5003 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005004 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5005 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5006 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5007 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5008 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005009 benchmark:
5010 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005011 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005012 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07005013 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005014 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005015 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005016 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005017 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Craig Tillerb7a8cac2017-10-05 09:50:18 -07005018 -Ithird_party/abseil-cpp
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005019 LDFLAGS: -g
5020 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005021 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01005022 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08005023node_modules:
5024- deps:
5025 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005026 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08005027 - boringssl
5028 - z
murgatroid9994a75412015-11-19 14:04:53 -08005029 headers:
5030 - src/node/ext/byte_buffer.h
5031 - src/node/ext/call.h
5032 - src/node/ext/call_credentials.h
5033 - src/node/ext/channel.h
5034 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07005035 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08005036 - src/node/ext/server.h
5037 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08005038 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08005039 - src/node/ext/timeval.h
5040 js:
5041 - src/node/index.js
5042 - src/node/src/client.js
5043 - src/node/src/common.js
5044 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07005045 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08005046 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08005047 - src/node/src/metadata.js
5048 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08005049 name: grpc_node
5050 src:
5051 - src/node/ext/byte_buffer.cc
5052 - src/node/ext/call.cc
5053 - src/node/ext/call_credentials.cc
5054 - src/node/ext/channel.cc
5055 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07005056 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08005057 - src/node/ext/node_grpc.cc
5058 - src/node/ext/server.cc
5059 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08005060 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08005061 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08005062openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005063 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005064 extraction_dir: openssl-1.0.2f
5065 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005066php_config_m4:
5067 deps:
5068 - grpc
5069 - gpr
5070 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005071 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005072 headers:
5073 - src/php/ext/grpc/byte_buffer.h
5074 - src/php/ext/grpc/call.h
5075 - src/php/ext/grpc/call_credentials.h
5076 - src/php/ext/grpc/channel.h
5077 - src/php/ext/grpc/channel_credentials.h
5078 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005079 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005080 - src/php/ext/grpc/php_grpc.h
5081 - src/php/ext/grpc/server.h
5082 - src/php/ext/grpc/server_credentials.h
5083 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005084 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005085 src:
5086 - src/php/ext/grpc/byte_buffer.c
5087 - src/php/ext/grpc/call.c
5088 - src/php/ext/grpc/call_credentials.c
5089 - src/php/ext/grpc/channel.c
5090 - src/php/ext/grpc/channel_credentials.c
5091 - src/php/ext/grpc/completion_queue.c
5092 - src/php/ext/grpc/php_grpc.c
5093 - src/php/ext/grpc/server.c
5094 - src/php/ext/grpc/server_credentials.c
5095 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005096python_dependencies:
5097 deps:
5098 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005099 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005100 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005101 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005102 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005103ruby_gem:
5104 deps:
5105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005106 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005107 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005108 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005109 - z