blob: 25c5760e5e500e0f37a4dbfb02cef3b3fc1b970b [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
146 - src/core/lib/support/memory.h
147 - src/core/lib/support/mpscq.h
148 - src/core/lib/support/murmur_hash.h
149 - src/core/lib/support/spinlock.h
150 - src/core/lib/support/stack_lockfree.h
151 - src/core/lib/support/string.h
152 - src/core/lib/support/string_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700153 - src/core/lib/support/time_precise.h
154 - src/core/lib/support/tmpfile.h
155 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700156 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800157- name: gpr_codegen
158 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800159 - include/grpc/impl/codegen/atm.h
160 - include/grpc/impl/codegen/atm_gcc_atomic.h
161 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700162 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800163 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700164 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800165 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800166 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700167 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800168 - include/grpc/impl/codegen/sync_generic.h
169 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700170 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700171- name: grpc++_base
172 deps:
173 - grpc
174 uses:
175 - grpc++_common
176 - grpc++_codegen_base
177- name: grpc++_base_unsecure
178 deps:
179 - grpc_unsecure
180 uses:
181 - grpc++_common
182 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700183- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700184 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700185 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700186 - src/core/lib/channel/channel_args.cc
187 - src/core/lib/channel/channel_stack.cc
188 - src/core/lib/channel/channel_stack_builder.cc
189 - src/core/lib/channel/connected_channel.cc
190 - src/core/lib/channel/handshaker.cc
191 - src/core/lib/channel/handshaker_factory.cc
192 - src/core/lib/channel/handshaker_registry.cc
193 - src/core/lib/compression/compression.cc
194 - src/core/lib/compression/message_compress.cc
195 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700196 - src/core/lib/compression/stream_compression_gzip.cc
197 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700198 - src/core/lib/debug/stats.cc
199 - src/core/lib/debug/stats_data.cc
200 - src/core/lib/http/format_request.cc
201 - src/core/lib/http/httpcli.cc
202 - src/core/lib/http/parser.cc
203 - src/core/lib/iomgr/call_combiner.cc
204 - src/core/lib/iomgr/closure.cc
205 - src/core/lib/iomgr/combiner.cc
206 - src/core/lib/iomgr/endpoint.cc
207 - src/core/lib/iomgr/endpoint_pair_posix.cc
208 - src/core/lib/iomgr/endpoint_pair_uv.cc
209 - src/core/lib/iomgr/endpoint_pair_windows.cc
210 - src/core/lib/iomgr/error.cc
211 - src/core/lib/iomgr/ev_epoll1_linux.cc
212 - src/core/lib/iomgr/ev_epollex_linux.cc
213 - src/core/lib/iomgr/ev_epollsig_linux.cc
214 - src/core/lib/iomgr/ev_poll_posix.cc
215 - src/core/lib/iomgr/ev_posix.cc
216 - src/core/lib/iomgr/ev_windows.cc
217 - src/core/lib/iomgr/exec_ctx.cc
218 - src/core/lib/iomgr/executor.cc
219 - src/core/lib/iomgr/gethostname_fallback.cc
220 - src/core/lib/iomgr/gethostname_host_name_max.cc
221 - src/core/lib/iomgr/gethostname_sysconf.cc
222 - src/core/lib/iomgr/iocp_windows.cc
223 - src/core/lib/iomgr/iomgr.cc
224 - src/core/lib/iomgr/iomgr_posix.cc
225 - src/core/lib/iomgr/iomgr_uv.cc
226 - src/core/lib/iomgr/iomgr_windows.cc
227 - src/core/lib/iomgr/is_epollexclusive_available.cc
228 - src/core/lib/iomgr/load_file.cc
229 - src/core/lib/iomgr/lockfree_event.cc
230 - src/core/lib/iomgr/network_status_tracker.cc
231 - src/core/lib/iomgr/polling_entity.cc
232 - src/core/lib/iomgr/pollset_set_uv.cc
233 - src/core/lib/iomgr/pollset_set_windows.cc
234 - src/core/lib/iomgr/pollset_uv.cc
235 - src/core/lib/iomgr/pollset_windows.cc
236 - src/core/lib/iomgr/resolve_address_posix.cc
237 - src/core/lib/iomgr/resolve_address_uv.cc
238 - src/core/lib/iomgr/resolve_address_windows.cc
239 - src/core/lib/iomgr/resource_quota.cc
240 - src/core/lib/iomgr/sockaddr_utils.cc
241 - src/core/lib/iomgr/socket_factory_posix.cc
242 - src/core/lib/iomgr/socket_mutator.cc
243 - src/core/lib/iomgr/socket_utils_common_posix.cc
244 - src/core/lib/iomgr/socket_utils_linux.cc
245 - src/core/lib/iomgr/socket_utils_posix.cc
246 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700247 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700248 - src/core/lib/iomgr/socket_windows.cc
249 - src/core/lib/iomgr/tcp_client_posix.cc
250 - src/core/lib/iomgr/tcp_client_uv.cc
251 - src/core/lib/iomgr/tcp_client_windows.cc
252 - src/core/lib/iomgr/tcp_posix.cc
253 - src/core/lib/iomgr/tcp_server_posix.cc
254 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
255 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
256 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
257 - src/core/lib/iomgr/tcp_server_uv.cc
258 - src/core/lib/iomgr/tcp_server_windows.cc
259 - src/core/lib/iomgr/tcp_uv.cc
260 - src/core/lib/iomgr/tcp_windows.cc
261 - src/core/lib/iomgr/time_averaged_stats.cc
262 - src/core/lib/iomgr/timer_generic.cc
263 - src/core/lib/iomgr/timer_heap.cc
264 - src/core/lib/iomgr/timer_manager.cc
265 - src/core/lib/iomgr/timer_uv.cc
266 - src/core/lib/iomgr/udp_server.cc
267 - src/core/lib/iomgr/unix_sockets_posix.cc
268 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
269 - src/core/lib/iomgr/wakeup_fd_cv.cc
270 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
271 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
272 - src/core/lib/iomgr/wakeup_fd_pipe.cc
273 - src/core/lib/iomgr/wakeup_fd_posix.cc
274 - src/core/lib/json/json.cc
275 - src/core/lib/json/json_reader.cc
276 - src/core/lib/json/json_string.cc
277 - src/core/lib/json/json_writer.cc
278 - src/core/lib/slice/b64.cc
279 - src/core/lib/slice/percent_encoding.cc
280 - src/core/lib/slice/slice.cc
281 - src/core/lib/slice/slice_buffer.cc
282 - src/core/lib/slice/slice_hash_table.cc
283 - src/core/lib/slice/slice_intern.cc
284 - src/core/lib/slice/slice_string_helpers.cc
285 - src/core/lib/surface/alarm.cc
286 - src/core/lib/surface/api_trace.cc
287 - src/core/lib/surface/byte_buffer.cc
288 - src/core/lib/surface/byte_buffer_reader.cc
289 - src/core/lib/surface/call.cc
290 - src/core/lib/surface/call_details.cc
291 - src/core/lib/surface/call_log_batch.cc
292 - src/core/lib/surface/channel.cc
293 - src/core/lib/surface/channel_init.cc
294 - src/core/lib/surface/channel_ping.cc
295 - src/core/lib/surface/channel_stack_type.cc
296 - src/core/lib/surface/completion_queue.cc
297 - src/core/lib/surface/completion_queue_factory.cc
298 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700299 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700300 - src/core/lib/surface/metadata_array.cc
301 - src/core/lib/surface/server.cc
302 - src/core/lib/surface/validate_metadata.cc
303 - src/core/lib/surface/version.cc
304 - src/core/lib/transport/bdp_estimator.cc
305 - src/core/lib/transport/byte_stream.cc
306 - src/core/lib/transport/connectivity_state.cc
307 - src/core/lib/transport/error_utils.cc
308 - src/core/lib/transport/metadata.cc
309 - src/core/lib/transport/metadata_batch.cc
310 - src/core/lib/transport/pid_controller.cc
311 - src/core/lib/transport/service_config.cc
312 - src/core/lib/transport/static_metadata.cc
313 - src/core/lib/transport/status_conversion.cc
314 - src/core/lib/transport/timeout_encoding.cc
315 - src/core/lib/transport/transport.cc
316 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700317 deps:
318 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700319 filegroups:
320 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700321 uses:
322 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700323 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700324- name: grpc_base_headers
325 public_headers:
326 - include/grpc/byte_buffer.h
327 - include/grpc/byte_buffer_reader.h
328 - include/grpc/compression.h
329 - include/grpc/grpc.h
330 - include/grpc/grpc_posix.h
331 - include/grpc/grpc_security_constants.h
332 - include/grpc/load_reporting.h
333 - include/grpc/slice.h
334 - include/grpc/slice_buffer.h
335 - include/grpc/status.h
336 - include/grpc/support/workaround_list.h
337 headers:
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700338 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700339 - src/core/lib/channel/channel_args.h
340 - src/core/lib/channel/channel_stack.h
341 - src/core/lib/channel/channel_stack_builder.h
342 - src/core/lib/channel/connected_channel.h
343 - src/core/lib/channel/context.h
344 - src/core/lib/channel/handshaker.h
345 - src/core/lib/channel/handshaker_factory.h
346 - src/core/lib/channel/handshaker_registry.h
347 - src/core/lib/compression/algorithm_metadata.h
348 - src/core/lib/compression/message_compress.h
349 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700350 - src/core/lib/compression/stream_compression_gzip.h
351 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700352 - src/core/lib/debug/stats.h
353 - src/core/lib/debug/stats_data.h
Vijay Pai42807252017-07-28 15:08:24 -0700354 - src/core/lib/http/format_request.h
355 - src/core/lib/http/httpcli.h
356 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700357 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700358 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700359 - src/core/lib/iomgr/closure.h
360 - src/core/lib/iomgr/combiner.h
361 - src/core/lib/iomgr/endpoint.h
362 - src/core/lib/iomgr/endpoint_pair.h
363 - src/core/lib/iomgr/error.h
364 - src/core/lib/iomgr/error_internal.h
365 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700366 - src/core/lib/iomgr/ev_epollex_linux.h
367 - src/core/lib/iomgr/ev_epollsig_linux.h
368 - src/core/lib/iomgr/ev_poll_posix.h
369 - src/core/lib/iomgr/ev_posix.h
370 - src/core/lib/iomgr/exec_ctx.h
371 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700372 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700373 - src/core/lib/iomgr/iocp_windows.h
374 - src/core/lib/iomgr/iomgr.h
375 - src/core/lib/iomgr/iomgr_internal.h
376 - src/core/lib/iomgr/iomgr_posix.h
377 - src/core/lib/iomgr/iomgr_uv.h
378 - src/core/lib/iomgr/is_epollexclusive_available.h
379 - src/core/lib/iomgr/load_file.h
380 - src/core/lib/iomgr/lockfree_event.h
381 - src/core/lib/iomgr/nameser.h
382 - src/core/lib/iomgr/network_status_tracker.h
383 - src/core/lib/iomgr/polling_entity.h
384 - src/core/lib/iomgr/pollset.h
385 - src/core/lib/iomgr/pollset_set.h
386 - src/core/lib/iomgr/pollset_set_windows.h
387 - src/core/lib/iomgr/pollset_uv.h
388 - src/core/lib/iomgr/pollset_windows.h
389 - src/core/lib/iomgr/port.h
390 - src/core/lib/iomgr/resolve_address.h
391 - src/core/lib/iomgr/resource_quota.h
392 - src/core/lib/iomgr/sockaddr.h
393 - src/core/lib/iomgr/sockaddr_posix.h
394 - src/core/lib/iomgr/sockaddr_utils.h
395 - src/core/lib/iomgr/sockaddr_windows.h
396 - src/core/lib/iomgr/socket_factory_posix.h
397 - src/core/lib/iomgr/socket_mutator.h
398 - src/core/lib/iomgr/socket_utils.h
399 - src/core/lib/iomgr/socket_utils_posix.h
400 - src/core/lib/iomgr/socket_windows.h
401 - src/core/lib/iomgr/sys_epoll_wrapper.h
402 - src/core/lib/iomgr/tcp_client.h
403 - src/core/lib/iomgr/tcp_client_posix.h
404 - src/core/lib/iomgr/tcp_posix.h
405 - src/core/lib/iomgr/tcp_server.h
406 - src/core/lib/iomgr/tcp_server_utils_posix.h
407 - src/core/lib/iomgr/tcp_uv.h
408 - src/core/lib/iomgr/tcp_windows.h
409 - src/core/lib/iomgr/time_averaged_stats.h
410 - src/core/lib/iomgr/timer.h
411 - src/core/lib/iomgr/timer_generic.h
412 - src/core/lib/iomgr/timer_heap.h
413 - src/core/lib/iomgr/timer_manager.h
414 - src/core/lib/iomgr/timer_uv.h
415 - src/core/lib/iomgr/udp_server.h
416 - src/core/lib/iomgr/unix_sockets_posix.h
417 - src/core/lib/iomgr/wakeup_fd_cv.h
418 - src/core/lib/iomgr/wakeup_fd_pipe.h
419 - src/core/lib/iomgr/wakeup_fd_posix.h
420 - src/core/lib/json/json.h
421 - src/core/lib/json/json_common.h
422 - src/core/lib/json/json_reader.h
423 - src/core/lib/json/json_writer.h
424 - src/core/lib/slice/b64.h
425 - src/core/lib/slice/percent_encoding.h
426 - src/core/lib/slice/slice_hash_table.h
427 - src/core/lib/slice/slice_internal.h
428 - src/core/lib/slice/slice_string_helpers.h
Sree Kuchibhotlae70f3b22017-08-01 13:45:54 -0700429 - src/core/lib/surface/alarm_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700430 - src/core/lib/surface/api_trace.h
431 - src/core/lib/surface/call.h
432 - src/core/lib/surface/call_test_only.h
433 - src/core/lib/surface/channel.h
434 - src/core/lib/surface/channel_init.h
435 - src/core/lib/surface/channel_stack_type.h
436 - src/core/lib/surface/completion_queue.h
437 - src/core/lib/surface/completion_queue_factory.h
438 - src/core/lib/surface/event_string.h
439 - src/core/lib/surface/init.h
440 - src/core/lib/surface/lame_client.h
441 - src/core/lib/surface/server.h
442 - src/core/lib/surface/validate_metadata.h
443 - src/core/lib/transport/bdp_estimator.h
444 - src/core/lib/transport/byte_stream.h
445 - src/core/lib/transport/connectivity_state.h
446 - src/core/lib/transport/error_utils.h
447 - src/core/lib/transport/http2_errors.h
448 - src/core/lib/transport/metadata.h
449 - src/core/lib/transport/metadata_batch.h
450 - src/core/lib/transport/pid_controller.h
451 - src/core/lib/transport/service_config.h
452 - src/core/lib/transport/static_metadata.h
453 - src/core/lib/transport/status_conversion.h
454 - src/core/lib/transport/timeout_encoding.h
455 - src/core/lib/transport/transport.h
456 - src/core/lib/transport/transport_impl.h
457 deps:
458 - gpr
459 uses:
460 - grpc_codegen
461 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700462- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700463 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700464 - src/core/ext/filters/client_channel/client_channel.h
465 - src/core/ext/filters/client_channel/client_channel_factory.h
466 - src/core/ext/filters/client_channel/connector.h
467 - src/core/ext/filters/client_channel/http_connect_handshaker.h
468 - src/core/ext/filters/client_channel/http_proxy.h
469 - src/core/ext/filters/client_channel/lb_policy.h
470 - src/core/ext/filters/client_channel/lb_policy_factory.h
471 - src/core/ext/filters/client_channel/lb_policy_registry.h
472 - src/core/ext/filters/client_channel/parse_address.h
473 - src/core/ext/filters/client_channel/proxy_mapper.h
474 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
475 - src/core/ext/filters/client_channel/resolver.h
476 - src/core/ext/filters/client_channel/resolver_factory.h
477 - src/core/ext/filters/client_channel/resolver_registry.h
478 - src/core/ext/filters/client_channel/retry_throttle.h
479 - src/core/ext/filters/client_channel/subchannel.h
480 - src/core/ext/filters/client_channel/subchannel_index.h
481 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700482 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700483 - src/core/ext/filters/client_channel/channel_connectivity.cc
484 - src/core/ext/filters/client_channel/client_channel.cc
485 - src/core/ext/filters/client_channel/client_channel_factory.cc
486 - src/core/ext/filters/client_channel/client_channel_plugin.cc
487 - src/core/ext/filters/client_channel/connector.cc
488 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
489 - src/core/ext/filters/client_channel/http_proxy.cc
490 - src/core/ext/filters/client_channel/lb_policy.cc
491 - src/core/ext/filters/client_channel/lb_policy_factory.cc
492 - src/core/ext/filters/client_channel/lb_policy_registry.cc
493 - src/core/ext/filters/client_channel/parse_address.cc
494 - src/core/ext/filters/client_channel/proxy_mapper.cc
495 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
496 - src/core/ext/filters/client_channel/resolver.cc
497 - src/core/ext/filters/client_channel/resolver_factory.cc
498 - src/core/ext/filters/client_channel/resolver_registry.cc
499 - src/core/ext/filters/client_channel/retry_throttle.cc
500 - src/core/ext/filters/client_channel/subchannel.cc
501 - src/core/ext/filters/client_channel/subchannel_index.cc
502 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700503 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700504 uses:
505 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700506 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800507- name: grpc_codegen
508 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700509 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700510 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800511 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800512 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800513 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800514 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800515 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700516 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800517 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700518 uses:
519 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700520- name: grpc_deadline_filter
521 headers:
522 - src/core/ext/filters/deadline/deadline_filter.h
523 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700524 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700525 plugin: grpc_deadline_filter
526 uses:
527 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700528- name: grpc_http_filters
529 headers:
530 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700531 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700532 - src/core/ext/filters/http/server/http_server_filter.h
533 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700534 - src/core/ext/filters/http/client/http_client_filter.cc
535 - src/core/ext/filters/http/http_filters_plugin.cc
536 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
537 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700538 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700539 uses:
540 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700541- name: grpc_lb_policy_grpclb
542 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
545 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700547 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
548 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700549 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700550 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
551 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
552 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
553 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
554 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700555 - 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 -0800556 plugin: grpc_lb_policy_grpclb
557 uses:
558 - grpc_base
559 - grpc_client_channel
560 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700561 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800562- name: grpc_lb_policy_grpclb_secure
563 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700564 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700565 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
566 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700567 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700568 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
569 - 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 -0800570 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700571 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
572 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
573 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
574 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
575 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700576 - 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 -0700577 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700578 uses:
579 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700580 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700581 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700582 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700583 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700584- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700585 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700586 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700587 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700588 uses:
589 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700590 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700591- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700592 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700593 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700594 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700595 uses:
596 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700597 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700598- name: grpc_max_age_filter
599 headers:
600 - src/core/ext/filters/max_age/max_age_filter.h
601 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700602 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700603 plugin: grpc_max_age_filter
604 uses:
605 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700606- name: grpc_message_size_filter
607 headers:
608 - src/core/ext/filters/message_size/message_size_filter.h
609 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700610 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700611 plugin: grpc_message_size_filter
612 uses:
613 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700614- name: grpc_resolver_dns_ares
615 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700616 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
617 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700618 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700619 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
620 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
621 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
622 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700623 plugin: grpc_resolver_dns_ares
624 uses:
625 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700626 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700627- name: grpc_resolver_dns_native
628 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700629 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700630 plugin: grpc_resolver_dns_native
631 uses:
632 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700633 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700634- name: grpc_resolver_fake
635 headers:
636 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
637 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700638 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700639 plugin: grpc_resolver_fake
640 uses:
641 - grpc_base
642 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700643- name: grpc_resolver_sockaddr
644 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700645 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700646 plugin: grpc_resolver_sockaddr
647 uses:
648 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700649 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100650- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700651 public_headers:
652 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100653 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700654 - src/core/lib/security/context/security_context.h
655 - src/core/lib/security/credentials/composite/composite_credentials.h
656 - src/core/lib/security/credentials/credentials.h
657 - src/core/lib/security/credentials/fake/fake_credentials.h
658 - src/core/lib/security/credentials/google_default/google_default_credentials.h
659 - src/core/lib/security/credentials/iam/iam_credentials.h
660 - src/core/lib/security/credentials/jwt/json_token.h
661 - src/core/lib/security/credentials/jwt/jwt_credentials.h
662 - src/core/lib/security/credentials/jwt/jwt_verifier.h
663 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
664 - src/core/lib/security/credentials/plugin/plugin_credentials.h
665 - src/core/lib/security/credentials/ssl/ssl_credentials.h
666 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800667 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700668 - src/core/lib/security/transport/secure_endpoint.h
669 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800670 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700671 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700672 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100673 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700674 - src/core/lib/http/httpcli_security_connector.cc
675 - src/core/lib/security/context/security_context.cc
676 - src/core/lib/security/credentials/composite/composite_credentials.cc
677 - src/core/lib/security/credentials/credentials.cc
678 - src/core/lib/security/credentials/credentials_metadata.cc
679 - src/core/lib/security/credentials/fake/fake_credentials.cc
680 - src/core/lib/security/credentials/google_default/credentials_generic.cc
681 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
682 - src/core/lib/security/credentials/iam/iam_credentials.cc
683 - src/core/lib/security/credentials/jwt/json_token.cc
684 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
685 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
686 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
687 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
688 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
689 - src/core/lib/security/transport/client_auth_filter.cc
690 - src/core/lib/security/transport/lb_targets_info.cc
691 - src/core/lib/security/transport/secure_endpoint.cc
692 - src/core/lib/security/transport/security_connector.cc
693 - src/core/lib/security/transport/security_handshaker.cc
694 - src/core/lib/security/transport/server_auth_filter.cc
695 - src/core/lib/security/transport/tsi_error.cc
696 - src/core/lib/security/util/json_util.cc
697 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700698 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700699 uses:
700 - grpc_base
701 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700702 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700703- name: grpc_server_backward_compatibility
704 headers:
705 - src/core/ext/filters/workarounds/workaround_utils.h
706 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700707 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700708 uses:
709 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700710- name: grpc_server_load_reporting
711 headers:
712 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
713 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
714 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700715 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
716 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700717 plugin: grpc_server_load_reporting_plugin
718 uses:
719 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700720- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700721 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700722 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700723 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800725 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700726 - test/core/end2end/fixtures/proxy.h
727 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800728 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700729 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200730 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700731 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700732 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700733 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700734 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700735 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700736 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800737 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700738 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700739 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Craig Tiller25834342015-09-25 08:08:24 -0700740 - test/core/end2end/cq_verifier.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800741 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700742 - test/core/end2end/fixtures/proxy.c
743 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800744 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700745 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200746 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700747 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700748 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700749 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800750 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700751 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700752 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800753 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700754 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700755 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700756 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700757 uses:
758 - grpc_base
759 - grpc_client_channel
760 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700761- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700762 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700763 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700764 deps:
765 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700766 filegroups:
767 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700768 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700769- name: grpc_trace_headers
770 headers:
771 - src/core/lib/debug/trace.h
772 deps:
773 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700774- name: grpc_transport_chttp2
775 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700776 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700777 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700778 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
779 - src/core/ext/transport/chttp2/transport/frame.h
780 - src/core/ext/transport/chttp2/transport/frame_data.h
781 - src/core/ext/transport/chttp2/transport/frame_goaway.h
782 - src/core/ext/transport/chttp2/transport/frame_ping.h
783 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
784 - src/core/ext/transport/chttp2/transport/frame_settings.h
785 - src/core/ext/transport/chttp2/transport/frame_window_update.h
786 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
787 - src/core/ext/transport/chttp2/transport/hpack_parser.h
788 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700789 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700790 - src/core/ext/transport/chttp2/transport/huffsyms.h
791 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
792 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700793 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700794 - src/core/ext/transport/chttp2/transport/varint.h
795 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700796 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
797 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
798 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
799 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
800 - src/core/ext/transport/chttp2/transport/flow_control.cc
801 - src/core/ext/transport/chttp2/transport/frame_data.cc
802 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
803 - src/core/ext/transport/chttp2/transport/frame_ping.cc
804 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
805 - src/core/ext/transport/chttp2/transport/frame_settings.cc
806 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
807 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
808 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
809 - src/core/ext/transport/chttp2/transport/hpack_table.cc
810 - src/core/ext/transport/chttp2/transport/http2_settings.cc
811 - src/core/ext/transport/chttp2/transport/huffsyms.cc
812 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
813 - src/core/ext/transport/chttp2/transport/parsing.cc
814 - src/core/ext/transport/chttp2/transport/stream_lists.cc
815 - src/core/ext/transport/chttp2/transport/stream_map.cc
816 - src/core/ext/transport/chttp2/transport/varint.cc
817 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700818 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700819 uses:
820 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700821 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700822 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700823- name: grpc_transport_chttp2_alpn
824 headers:
825 - src/core/ext/transport/chttp2/alpn/alpn.h
826 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700827 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700828 deps:
829 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800830- name: grpc_transport_chttp2_client_connector
831 headers:
832 - src/core/ext/transport/chttp2/client/chttp2_connector.h
833 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700834 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800835 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800836 - grpc_transport_chttp2
837 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700838 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700839- name: grpc_transport_chttp2_client_insecure
840 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700841 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
842 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700843 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800844 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700845 - grpc_transport_chttp2
846 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700847 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700848- name: grpc_transport_chttp2_client_secure
849 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700850 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700851 uses:
852 - grpc_transport_chttp2
853 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700854 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700855 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800856 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800857- name: grpc_transport_chttp2_server
858 headers:
859 - src/core/ext/transport/chttp2/server/chttp2_server.h
860 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700861 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800862 uses:
863 - grpc_transport_chttp2
864 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700865- name: grpc_transport_chttp2_server_insecure
866 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700867 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
868 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700869 uses:
870 - grpc_transport_chttp2
871 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800872 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700873- name: grpc_transport_chttp2_server_secure
874 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700875 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700876 uses:
877 - grpc_transport_chttp2
878 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700879 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800880 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700881- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700882 public_headers:
883 - include/grpc/grpc_cronet.h
884 - include/grpc/grpc_security.h
885 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700886 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800887 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800888 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700889 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700890 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
891 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
892 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700893 filegroups:
894 - grpc_base
895 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700896 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700897- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700898 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700899 - src/core/ext/transport/inproc/inproc_plugin.cc
900 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700901 plugin: grpc_inproc_plugin
902 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700903 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700904 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700905- name: grpc_transport_inproc_headers
906 headers:
907 - src/core/ext/transport/inproc/inproc_transport.h
908 uses:
909 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700910- name: grpc_workaround_cronet_compression_filter
911 headers:
912 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
913 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700914 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700915 plugin: grpc_workaround_cronet_compression_filter
916 uses:
917 - grpc_base
918 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800919- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700920 src:
921 - third_party/nanopb/pb_common.c
922 - third_party/nanopb/pb_decode.c
923 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700924 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700925 - nanopb_headers
926- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800927 headers:
928 - third_party/nanopb/pb.h
929 - third_party/nanopb/pb_common.h
930 - third_party/nanopb/pb_decode.h
931 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700932- name: transport_security_test_lib
933 build: test
934 headers:
935 - test/core/tsi/transport_security_test_lib.h
936 src:
937 - test/core/tsi/transport_security_test_lib.c
938 deps:
939 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700940- name: tsi
941 headers:
Craig Tiller134fed32017-03-28 14:27:18 -0700942 - src/core/tsi/fake_transport_security.h
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700943 - src/core/tsi/gts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700944 - src/core/tsi/ssl_transport_security.h
945 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700946 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700947 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700948 - src/core/tsi/fake_transport_security.cc
949 - src/core/tsi/gts_transport_security.cc
950 - src/core/tsi/ssl_transport_security.cc
951 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 deps:
953 - gpr
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700954 plugin: grpc_tsi_gts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700955 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700956 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700957 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700958 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700959 - grpc_trace
960- name: tsi_interface
961 headers:
962 - src/core/tsi/transport_security.h
963 - src/core/tsi/transport_security_adapter.h
964 - src/core/tsi/transport_security_interface.h
965 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700966 - src/core/tsi/transport_security.cc
967 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700968 deps:
969 - gpr
970 secure: true
971 uses:
972 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700973- name: grpc++_codegen_base
974 language: c++
975 public_headers:
976 - include/grpc++/impl/codegen/async_stream.h
977 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700978 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700979 - include/grpc++/impl/codegen/call.h
980 - include/grpc++/impl/codegen/call_hook.h
981 - include/grpc++/impl/codegen/channel_interface.h
982 - include/grpc++/impl/codegen/client_context.h
983 - include/grpc++/impl/codegen/client_unary_call.h
984 - include/grpc++/impl/codegen/completion_queue.h
985 - include/grpc++/impl/codegen/completion_queue_tag.h
986 - include/grpc++/impl/codegen/config.h
987 - include/grpc++/impl/codegen/core_codegen_interface.h
988 - include/grpc++/impl/codegen/create_auth_context.h
989 - include/grpc++/impl/codegen/grpc_library.h
990 - include/grpc++/impl/codegen/metadata_map.h
991 - include/grpc++/impl/codegen/method_handler_impl.h
992 - include/grpc++/impl/codegen/rpc_method.h
993 - include/grpc++/impl/codegen/rpc_service_method.h
994 - include/grpc++/impl/codegen/security/auth_context.h
995 - include/grpc++/impl/codegen/serialization_traits.h
996 - include/grpc++/impl/codegen/server_context.h
997 - include/grpc++/impl/codegen/server_interface.h
998 - include/grpc++/impl/codegen/service_type.h
999 - include/grpc++/impl/codegen/slice.h
1000 - include/grpc++/impl/codegen/status.h
1001 - include/grpc++/impl/codegen/status_code_enum.h
1002 - include/grpc++/impl/codegen/string_ref.h
1003 - include/grpc++/impl/codegen/stub_options.h
1004 - include/grpc++/impl/codegen/sync_stream.h
1005 - include/grpc++/impl/codegen/time.h
1006 uses:
1007 - grpc_codegen
1008- name: grpc++_codegen_base_src
1009 language: c++
1010 src:
1011 - src/cpp/codegen/codegen_init.cc
1012 uses:
1013 - grpc++_codegen_base
1014- name: grpc++_codegen_proto
1015 language: c++
1016 public_headers:
1017 - include/grpc++/impl/codegen/proto_utils.h
1018 uses:
1019 - grpc++_codegen_base
1020 - grpc++_config_proto
1021- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001022 language: c++
1023 public_headers:
1024 - include/grpc++/alarm.h
1025 - include/grpc++/channel.h
1026 - include/grpc++/client_context.h
1027 - include/grpc++/completion_queue.h
1028 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001029 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001030 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/generic/async_generic_service.h
1032 - include/grpc++/generic/generic_stub.h
1033 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001034 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001036 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001037 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001038 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001039 - include/grpc++/impl/grpc_library.h
1040 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 - include/grpc++/impl/rpc_method.h
1042 - include/grpc++/impl/rpc_service_method.h
1043 - include/grpc++/impl/serialization_traits.h
1044 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001045 - include/grpc++/impl/server_builder_plugin.h
1046 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001047 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001048 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001049 - include/grpc++/security/auth_context.h
1050 - include/grpc++/security/auth_metadata_processor.h
1051 - include/grpc++/security/credentials.h
1052 - include/grpc++/security/server_credentials.h
1053 - include/grpc++/server.h
1054 - include/grpc++/server_builder.h
1055 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001056 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001057 - include/grpc++/support/async_stream.h
1058 - include/grpc++/support/async_unary_call.h
1059 - include/grpc++/support/byte_buffer.h
1060 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001061 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001062 - include/grpc++/support/slice.h
1063 - include/grpc++/support/status.h
1064 - include/grpc++/support/status_code_enum.h
1065 - include/grpc++/support/string_ref.h
1066 - include/grpc++/support/stub_options.h
1067 - include/grpc++/support/sync_stream.h
1068 - include/grpc++/support/time.h
1069 headers:
1070 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001071 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001073 - src/cpp/server/health/default_health_check_service.h
1074 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001075 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001076 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001077 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001078 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001079 - src/cpp/client/client_context.cc
1080 - src/cpp/client/create_channel.cc
1081 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001082 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001083 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001084 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001086 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001087 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001089 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001090 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001091 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001093 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001094 - src/cpp/server/create_default_thread_pool.cc
1095 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001096 - src/cpp/server/health/default_health_check_service.cc
1097 - src/cpp/server/health/health.pb.c
1098 - src/cpp/server/health/health_check_service.cc
1099 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001100 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001101 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001102 - src/cpp/server/server_context.cc
1103 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001104 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001105 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001106 - src/cpp/util/byte_buffer_cc.cc
1107 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001108 - src/cpp/util/status.cc
1109 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001110 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001111 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001112 - gpr_base_headers
1113 - grpc_base_headers
1114 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001115 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001116 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001117- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001118 language: c++
1119 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001120 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001121- name: grpc++_reflection_proto
1122 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001123 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001124 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001125- name: grpc++_test
1126 language: c++
1127 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001128 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001129 - include/grpc++/test/server_context_test_spouse.h
1130 deps:
1131 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001132 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001133libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001134- name: gpr
1135 build: all
1136 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001137 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001138 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001139 secure: false
1140 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1141- name: gpr_test_util
1142 build: private
1143 language: c
1144 headers:
1145 - test/core/util/test_config.h
1146 src:
1147 - test/core/util/test_config.c
1148 deps:
1149 - gpr
1150 secure: false
1151 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152- name: grpc
1153 build: all
1154 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001155 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001156 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001158 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001160 filegroups:
1161 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001162 - grpc_transport_chttp2_server_secure
1163 - grpc_transport_chttp2_client_secure
1164 - grpc_transport_chttp2_server_insecure
1165 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001166 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001167 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001168 - grpc_lb_policy_pick_first
1169 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001170 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001171 - grpc_resolver_dns_native
1172 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001173 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001174 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001175 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001176 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001177 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001178 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001179 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001180 - grpc_workaround_cronet_compression_filter
1181 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001182 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001183 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001184 vs_packages:
1185 - grpc.dependencies.openssl
1186 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001187 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001188- name: grpc_cronet
1189 build: all
1190 language: c
1191 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001192 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001193 baselib: true
1194 deps_linkage: static
1195 dll: true
1196 filegroups:
1197 - grpc_base
1198 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001199 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001200 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001201 generate_plugin_registry: true
1202 platforms:
1203 - linux
1204 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001205- name: grpc_dll
1206 build: private
1207 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001208 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001209 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001210 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001211 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001212 build_system:
1213 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001214 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001215 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001216 vs_config_type: DynamicLibrary
1217 vs_packages:
1218 - grpc.dependencies.openssl
1219 - grpc.dependencies.zlib
1220 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1221 vs_props:
1222 - zlib
1223 - openssl
1224 - winsock
1225 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001226- name: grpc_test_util
1227 build: private
1228 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001229 headers:
1230 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001231 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001232 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001233 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001234 - test/core/end2end/data/server1_cert.c
1235 - test/core/end2end/data/server1_key.c
1236 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001237 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001238 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001240 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001241 - grpc
1242 filegroups:
1243 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001244 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1245- name: grpc_test_util_unsecure
1246 build: private
1247 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001248 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001249 - gpr
1250 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001251 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001252 filegroups:
1253 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001254 secure: false
1255 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1256- name: grpc_unsecure
1257 build: all
1258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001259 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001260 - src/core/lib/surface/init.cc
1261 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001263 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001265 filegroups:
1266 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001267 - grpc_transport_chttp2_server_insecure
1268 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001269 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001270 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001271 - grpc_resolver_dns_native
1272 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001273 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001274 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001275 - grpc_lb_policy_grpclb
1276 - grpc_lb_policy_pick_first
1277 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001278 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001279 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001280 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001281 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001282 - grpc_workaround_cronet_compression_filter
1283 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001284 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285 secure: false
1286 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001287- name: reconnect_server
1288 build: private
1289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001290 headers:
1291 - test/core/util/reconnect_server.h
1292 src:
1293 - test/core/util/reconnect_server.c
1294 deps:
yang-gc9fca182015-11-06 16:41:33 -08001295 - test_tcp_server
1296 - grpc_test_util
1297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001298 - gpr_test_util
1299 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001300- name: test_tcp_server
1301 build: private
1302 language: c
1303 headers:
1304 - test/core/util/test_tcp_server.h
1305 src:
1306 - test/core/util/test_tcp_server.c
1307 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001308 - grpc_test_util
1309 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001310 - gpr_test_util
1311 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001312- name: grpc++
1313 build: all
1314 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001315 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001316 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001317 - src/cpp/client/secure_credentials.h
1318 - src/cpp/common/secure_auth_context.h
1319 - src/cpp/server/secure_server_credentials.h
1320 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001321 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001322 - src/cpp/client/secure_credentials.cc
1323 - src/cpp/common/auth_property_iterator.cc
1324 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001325 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001326 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001327 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001328 - src/cpp/server/secure_server_credentials.cc
1329 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001330 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001331 baselib: true
1332 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001333 filegroups:
1334 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001335 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001336 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001337 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001338 secure: check
1339 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001340- name: grpc++_core_stats
1341 build: private
1342 language: c++
1343 public_headers:
1344 - src/cpp/util/core_stats.h
1345 src:
1346 - src/proto/grpc/core/stats.proto
1347 - src/cpp/util/core_stats.cc
1348 deps:
1349 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001350- name: grpc++_cronet
1351 build: all
1352 language: c++
1353 src:
1354 - src/cpp/client/cronet_credentials.cc
1355 - src/cpp/client/insecure_credentials.cc
1356 - src/cpp/common/insecure_create_auth_context.cc
1357 - src/cpp/server/insecure_server_credentials.cc
1358 deps:
1359 - gpr
1360 - grpc_cronet
1361 baselib: true
1362 dll: true
1363 filegroups:
1364 - grpc++_base
1365 - grpc++_codegen_base
1366 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001367 - grpc_transport_chttp2_client_insecure
1368 - grpc_transport_chttp2_server_insecure
1369 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001370 platforms:
1371 - linux
1372 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001373- name: grpc++_error_details
1374 build: all
1375 language: c++
1376 public_headers:
1377 - include/grpc++/support/error_details.h
1378 src:
1379 - src/proto/grpc/status/status.proto
1380 - src/cpp/util/error_details.cc
1381 deps:
1382 - grpc++
1383 baselib: true
1384 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001385- name: grpc++_proto_reflection_desc_db
1386 build: private
1387 language: c++
1388 headers:
1389 - test/cpp/util/proto_reflection_descriptor_database.h
1390 src:
1391 - test/cpp/util/proto_reflection_descriptor_database.cc
1392 deps:
1393 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001394 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001395 filegroups:
1396 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001397 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001398- name: grpc++_reflection
1399 build: all
1400 language: c++
1401 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001402 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001403 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001404 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001405 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001406 - src/cpp/ext/proto_server_reflection.cc
1407 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001408 deps:
1409 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001410 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001411 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001412 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001413- name: grpc++_test_config
1414 build: private
1415 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001416 headers:
1417 - test/cpp/util/test_config.h
1418 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001419 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001420- name: grpc++_test_util
1421 build: private
1422 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001423 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001424 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001425 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001426 - test/cpp/util/create_test_channel.h
1427 - test/cpp/util/string_ref_helper.h
1428 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001429 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001430 src:
yang-gc8a49d22016-12-12 11:18:49 -08001431 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001432 - src/proto/grpc/testing/echo_messages.proto
1433 - src/proto/grpc/testing/echo.proto
1434 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001435 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001436 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001437 - test/cpp/util/create_test_channel.cc
1438 - test/cpp/util/string_ref_helper.cc
1439 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001440 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001441 deps:
1442 - grpc++
1443 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001444 - grpc
yang-g17487f92016-06-03 15:21:15 -07001445 filegroups:
1446 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001447 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001448 - grpc++_codegen_proto
1449 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001450- name: grpc++_test_util_unsecure
1451 build: private
1452 language: c++
1453 headers:
1454 - test/cpp/end2end/test_service_impl.h
1455 - test/cpp/util/byte_buffer_proto_helper.h
1456 - test/cpp/util/string_ref_helper.h
1457 - test/cpp/util/subprocess.h
1458 src:
1459 - src/proto/grpc/health/v1/health.proto
1460 - src/proto/grpc/testing/echo_messages.proto
1461 - src/proto/grpc/testing/echo.proto
1462 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1463 - test/cpp/end2end/test_service_impl.cc
1464 - test/cpp/util/byte_buffer_proto_helper.cc
1465 - test/cpp/util/string_ref_helper.cc
1466 - test/cpp/util/subprocess.cc
1467 deps:
1468 - grpc++_unsecure
1469 - grpc_test_util_unsecure
1470 - grpc_unsecure
1471 filegroups:
1472 - grpc++_codegen_base
1473 - grpc++_codegen_base_src
1474 - grpc++_codegen_proto
1475 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001476- name: grpc++_unsecure
1477 build: all
1478 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001479 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001480 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001481 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001482 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001483 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001484 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001485 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001486 baselib: true
1487 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001488 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001489 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001490 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001491 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001492 secure: false
1493 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001494- name: grpc_benchmark
1495 build: test
1496 language: c++
1497 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001498 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1499 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001500 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001501 src:
1502 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001503 deps:
1504 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001505 - grpc++_unsecure
1506 - grpc_test_util_unsecure
1507 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001508 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001509- name: grpc_cli_libs
1510 build: private
1511 language: c++
1512 headers:
1513 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001514 - test/cpp/util/cli_credentials.h
1515 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001516 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001517 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001518 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001519 src:
1520 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001521 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001522 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001523 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001524 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001525 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001526 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001527 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001528 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001529 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001530 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001531 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001532- name: grpc_plugin_support
1533 build: protoc
1534 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001535 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001536 - src/compiler/config.h
1537 - src/compiler/cpp_generator.h
1538 - src/compiler/cpp_generator_helpers.h
1539 - src/compiler/csharp_generator.h
1540 - src/compiler/csharp_generator_helpers.h
1541 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001542 - src/compiler/node_generator.h
1543 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/compiler/objective_c_generator.h
1545 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001546 - src/compiler/php_generator.h
1547 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301548 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001549 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301550 - src/compiler/python_generator_helpers.h
1551 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001552 - src/compiler/ruby_generator.h
1553 - src/compiler/ruby_generator_helpers-inl.h
1554 - src/compiler/ruby_generator_map-inl.h
1555 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301556 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001557 src:
1558 - src/compiler/cpp_generator.cc
1559 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001560 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001561 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001562 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001563 - src/compiler/python_generator.cc
1564 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001565 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001566 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567 secure: false
1568 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001569 vs_props:
1570 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001571- name: http2_client_main
1572 build: private
1573 language: c++
1574 headers:
1575 - test/cpp/interop/http2_client.h
1576 src:
1577 - src/proto/grpc/testing/empty.proto
1578 - src/proto/grpc/testing/messages.proto
1579 - src/proto/grpc/testing/test.proto
1580 - test/cpp/interop/http2_client.cc
1581 deps:
1582 - grpc++_test_util
1583 - grpc_test_util
1584 - grpc++
1585 - grpc
1586 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001587- name: interop_client_helper
1588 build: private
1589 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001590 headers:
1591 - test/cpp/interop/client_helper.h
1592 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001593 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001594 - test/cpp/interop/client_helper.cc
1595 deps:
1596 - grpc++_test_util
1597 - grpc_test_util
1598 - grpc++
1599 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001600 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001601- name: interop_client_main
1602 build: private
1603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001604 headers:
1605 - test/cpp/interop/interop_client.h
1606 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001607 - src/proto/grpc/testing/empty.proto
1608 - src/proto/grpc/testing/messages.proto
1609 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001610 - test/cpp/interop/client.cc
1611 - test/cpp/interop/interop_client.cc
1612 deps:
1613 - interop_client_helper
1614 - grpc++_test_util
1615 - grpc_test_util
1616 - grpc++
1617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001618 - gpr_test_util
1619 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001620 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001621- name: interop_server_helper
1622 build: private
1623 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001624 headers:
1625 - test/cpp/interop/server_helper.h
1626 src:
1627 - test/cpp/interop/server_helper.cc
1628 deps:
yang-gcc591022017-01-11 11:10:43 -08001629 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001630 - grpc_test_util
1631 - grpc++
1632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001633 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001634- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001635 build: private
1636 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001637 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001638 - src/proto/grpc/testing/empty.proto
1639 - src/proto/grpc/testing/messages.proto
1640 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001641 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001642 deps:
1643 - interop_server_helper
1644 - grpc++_test_util
1645 - grpc_test_util
1646 - grpc++
1647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001648 - gpr_test_util
1649 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001650 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001651- name: interop_server_main
1652 build: private
1653 language: c++
1654 src:
1655 - test/cpp/interop/interop_server_bootstrap.cc
1656 deps:
1657 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001658- name: qps
1659 build: private
1660 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001661 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001662 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001663 - test/cpp/qps/client.h
1664 - test/cpp/qps/driver.h
1665 - test/cpp/qps/histogram.h
1666 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001667 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001668 - test/cpp/qps/qps_worker.h
1669 - test/cpp/qps/report.h
1670 - test/cpp/qps/server.h
1671 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001672 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001673 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001674 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001675 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001676 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001677 - src/proto/grpc/testing/control.proto
1678 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001679 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001680 - test/cpp/qps/client_async.cc
1681 - test/cpp/qps/client_sync.cc
1682 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001683 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001684 - test/cpp/qps/qps_worker.cc
1685 - test/cpp/qps/report.cc
1686 - test/cpp/qps/server_async.cc
1687 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001688 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001689 deps:
1690 - grpc_test_util
1691 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001692 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001693 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001694 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001695- name: grpc_csharp_ext
1696 build: all
1697 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001698 src:
1699 - src/csharp/ext/grpc_csharp_ext.c
1700 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001701 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001702 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001703 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001704 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705 dll: only
1706 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001707 vs_packages:
1708 - grpc.dependencies.openssl
1709 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001710 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001711 vs_props:
1712 - zlib
1713 - openssl
1714 - winsock
1715 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001716targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001717- name: alarm_test
Craig Tillerd47be442017-04-19 17:26:24 -07001718 cpu_cost: 0.1
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001719 build: test
1720 language: c
1721 src:
1722 - test/core/surface/alarm_test.c
1723 deps:
1724 - grpc_test_util
1725 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001726 - gpr_test_util
1727 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001728- name: algorithm_test
1729 build: test
1730 language: c
1731 src:
1732 - test/core/compression/algorithm_test.c
1733 deps:
1734 - grpc_test_util
1735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001736 - gpr_test_util
1737 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001738- name: alloc_test
1739 build: test
1740 language: c
1741 src:
1742 - test/core/support/alloc_test.c
1743 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001744 - gpr_test_util
1745 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001746- name: alpn_test
1747 build: test
1748 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001749 src:
1750 - test/core/transport/chttp2/alpn_test.c
1751 deps:
1752 - grpc_test_util
1753 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001754 - gpr_test_util
1755 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001756- name: api_fuzzer
1757 build: fuzzer
1758 language: c
1759 src:
1760 - test/core/end2end/fuzzers/api_fuzzer.c
1761 deps:
1762 - grpc_test_util
1763 - grpc
1764 - gpr_test_util
1765 - gpr
1766 corpus_dirs:
1767 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001768 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001769 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001770- name: arena_test
1771 build: test
1772 language: c
1773 src:
1774 - test/core/support/arena_test.c
1775 deps:
1776 - gpr_test_util
1777 - gpr
Craig Tillerc0df1c02017-07-17 16:12:33 -07001778- name: backoff_test
1779 build: test
1780 language: c
1781 src:
1782 - test/core/backoff/backoff_test.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
1786 - gpr_test_util
1787 - gpr
Yuchen Zeng955a3642016-06-17 13:48:03 -07001788- name: bad_server_response_test
1789 build: test
1790 language: c
1791 src:
1792 - test/core/end2end/bad_server_response_test.c
1793 deps:
1794 - test_tcp_server
1795 - grpc_test_util
1796 - grpc
1797 - gpr_test_util
1798 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001799 exclude_iomgrs:
1800 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001801- name: bdp_estimator_test
1802 build: test
1803 language: c
1804 src:
1805 - test/core/transport/bdp_estimator_test.c
1806 deps:
1807 - grpc_test_util
1808 - grpc
1809 - gpr_test_util
1810 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001811- name: bin_decoder_test
1812 build: test
1813 language: c
1814 src:
1815 - test/core/transport/chttp2/bin_decoder_test.c
1816 deps:
1817 - grpc_test_util
1818 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819- name: bin_encoder_test
1820 build: test
1821 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001822 src:
1823 - test/core/transport/chttp2/bin_encoder_test.c
1824 deps:
1825 - grpc_test_util
1826 - grpc
Mark D. Roth57940612017-07-26 14:29:52 -07001827- name: byte_stream_test
1828 build: test
1829 language: c
1830 src:
1831 - test/core/transport/byte_stream_test.c
1832 deps:
1833 - grpc_test_util
1834 - grpc
1835 - gpr_test_util
1836 - gpr
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
Vizerai0359e122017-04-28 20:06:58 -07001847- name: census_intrusive_hash_map_test
1848 build: test
1849 language: c
1850 src:
1851 - test/core/census/intrusive_hash_map_test.c
1852 deps:
1853 - grpc_test_util
1854 - grpc
1855 - gpr_test_util
1856 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001857- name: census_resource_test
1858 build: test
1859 language: c
1860 src:
1861 - test/core/census/resource_test.c
1862 deps:
1863 - grpc_test_util
1864 - grpc
1865 - gpr_test_util
1866 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001867- name: census_trace_context_test
1868 build: test
1869 language: c
1870 src:
1871 - test/core/census/trace_context_test.c
1872 deps:
1873 - grpc_test_util
1874 - grpc
1875 - gpr_test_util
1876 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001877- name: channel_create_test
1878 build: test
1879 language: c
1880 src:
1881 - test/core/surface/channel_create_test.c
1882 deps:
1883 - grpc_test_util
1884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001887- name: check_epollexclusive
1888 build: tool
1889 language: c
1890 src:
1891 - test/build/check_epollexclusive.c
1892 deps:
1893 - grpc
1894 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001895- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001899 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001900 deps:
1901 - grpc_test_util
1902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001903 - gpr_test_util
1904 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001905- name: chttp2_stream_map_test
1906 build: test
1907 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001908 src:
1909 - test/core/transport/chttp2/stream_map_test.c
1910 deps:
1911 - grpc_test_util
1912 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001913 - gpr_test_util
1914 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001915- name: chttp2_varint_test
1916 build: test
1917 language: c
1918 src:
1919 - test/core/transport/chttp2/varint_test.c
1920 deps:
1921 - grpc_test_util
1922 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001923 - gpr_test_util
1924 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001925- name: client_fuzzer
1926 build: fuzzer
1927 language: c
1928 src:
1929 - test/core/end2end/fuzzers/client_fuzzer.c
1930 deps:
1931 - grpc_test_util
1932 - grpc
1933 - gpr_test_util
1934 - gpr
1935 corpus_dirs:
1936 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001937 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001938 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001939- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001940 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001941 build: test
1942 language: c
1943 src:
1944 - test/core/iomgr/combiner_test.c
1945 deps:
1946 - grpc_test_util
1947 - grpc
1948 - gpr_test_util
1949 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001950- name: compression_test
1951 build: test
1952 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001953 src:
1954 - test/core/compression/compression_test.c
1955 deps:
1956 - grpc_test_util
1957 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001958 - gpr_test_util
1959 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001960- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001961 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001962 build: test
1963 language: c
1964 src:
1965 - test/core/surface/concurrent_connectivity_test.c
1966 deps:
1967 - grpc_test_util
1968 - grpc
1969 - gpr_test_util
1970 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001971 exclude_iomgrs:
1972 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001973- name: connection_refused_test
1974 cpu_cost: 0.1
1975 build: test
1976 language: c
1977 src:
1978 - test/core/end2end/connection_refused_test.c
1979 deps:
1980 - grpc_test_util
1981 - grpc
1982 - gpr_test_util
1983 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001984- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001985 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001986 build: test
1987 language: c
1988 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001989 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001990 deps:
1991 - grpc_test_util
1992 - grpc
1993 - gpr_test_util
1994 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001995 exclude_iomgrs:
1996 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001997- name: dns_resolver_test
1998 build: test
1999 language: c
2000 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002001 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08002002 deps:
2003 - grpc_test_util
2004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002005 - gpr_test_util
2006 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002008 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002009 build: test
2010 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002011 src:
2012 - test/core/end2end/dualstack_socket_test.c
2013 deps:
2014 - grpc_test_util
2015 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002016 - gpr_test_util
2017 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002018 exclude_iomgrs:
2019 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002020 platforms:
2021 - mac
2022 - linux
2023 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07002024- name: endpoint_pair_test
2025 build: test
2026 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002027 src:
2028 - test/core/iomgr/endpoint_pair_test.c
2029 deps:
2030 - grpc_test_util
2031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002032 - gpr_test_util
2033 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002034 exclude_iomgrs:
2035 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08002036- name: error_test
2037 cpu_cost: 30
2038 build: test
2039 language: c
2040 src:
2041 - test/core/iomgr/error_test.c
2042 deps:
2043 - grpc_test_util
2044 - grpc
2045 - gpr_test_util
2046 - gpr
Craig Tiller6a85ee02017-04-27 19:17:11 +00002047- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002048 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002049 build: test
2050 language: c
2051 src:
Craig Tiller6a85ee02017-04-27 19:17:11 +00002052 - test/core/iomgr/ev_epollsig_linux_test.c
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002053 deps:
2054 - grpc_test_util
2055 - grpc
2056 - gpr_test_util
2057 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002058 exclude_iomgrs:
2059 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002060 platforms:
2061 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002062- name: fake_resolver_test
2063 build: test
2064 language: c
2065 src:
2066 - test/core/client_channel/resolvers/fake_resolver_test.c
2067 deps:
2068 - grpc_test_util
2069 - grpc
2070 - gpr_test_util
2071 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002072- name: fake_transport_security_test
2073 build: test
2074 language: c
2075 src:
2076 - test/core/tsi/fake_transport_security_test.c
2077 deps:
2078 - gpr_test_util
2079 - gpr
2080 - grpc
2081 filegroups:
2082 - transport_security_test_lib
2083 platforms:
2084 - linux
2085 - posix
2086 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: fd_conservation_posix_test
2088 build: test
2089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/iomgr/fd_conservation_posix_test.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002097 exclude_iomgrs:
2098 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002099 platforms:
2100 - mac
2101 - linux
2102 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002103- name: fd_posix_test
2104 build: test
2105 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002106 src:
2107 - test/core/iomgr/fd_posix_test.c
2108 deps:
2109 - grpc_test_util
2110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002111 - gpr_test_util
2112 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002113 exclude_iomgrs:
2114 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002115 platforms:
2116 - mac
2117 - linux
2118 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: fling_client
2120 build: test
2121 run: false
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
2124 - test/core/fling/client.c
2125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002130- name: fling_server
2131 build: test
2132 run: false
2133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002134 src:
2135 - test/core/fling/server.c
2136 deps:
2137 - grpc_test_util
2138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr_test_util
2140 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002141- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002142 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143 build: test
2144 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002145 src:
2146 - test/core/fling/fling_stream_test.c
2147 deps:
2148 - grpc_test_util
2149 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002150 - gpr_test_util
2151 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002152 platforms:
2153 - mac
2154 - linux
2155 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002156- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002157 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002158 build: test
2159 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002160 src:
2161 - test/core/fling/fling_test.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002165 - gpr_test_util
2166 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002167 platforms:
2168 - mac
2169 - linux
2170 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: gen_hpack_tables
2172 build: tool
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
2175 - tools/codegen/core/gen_hpack_tables.c
2176 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002178 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07002179- name: gen_legal_metadata_characters
2180 build: tool
2181 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002182 src:
2183 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07002184 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07002185- name: gen_percent_encoding_tables
2186 build: tool
2187 language: c
2188 src:
2189 - tools/codegen/core/gen_percent_encoding_tables.c
2190 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07002191- name: goaway_server_test
2192 cpu_cost: 0.1
2193 build: test
2194 language: c
2195 src:
2196 - test/core/end2end/goaway_server_test.c
2197 deps:
2198 - grpc_test_util
2199 - grpc
2200 - gpr_test_util
2201 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002202 exclude_iomgrs:
2203 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002204 platforms:
2205 - mac
2206 - linux
2207 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002208- name: gpr_avl_test
2209 build: test
2210 language: c
2211 src:
2212 - test/core/support/avl_test.c
2213 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002214 - gpr_test_util
2215 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002216- name: gpr_cmdline_test
2217 build: test
2218 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002219 src:
2220 - test/core/support/cmdline_test.c
2221 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr_test_util
2223 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002224- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002225 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002226 build: test
2227 language: c
2228 src:
2229 - test/core/support/cpu_test.c
2230 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233- name: gpr_env_test
2234 build: test
2235 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002236 src:
2237 - test/core/support/env_test.c
2238 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002239 - gpr_test_util
2240 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241- name: gpr_histogram_test
2242 build: test
2243 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002244 src:
2245 - test/core/support/histogram_test.c
2246 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002247 - gpr_test_util
2248 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002249- name: gpr_host_port_test
2250 build: test
2251 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002252 src:
2253 - test/core/support/host_port_test.c
2254 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002255 - gpr_test_util
2256 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: gpr_log_test
2258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
2261 - test/core/support/log_test.c
2262 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07002265- name: gpr_mpscq_test
2266 cpu_cost: 30
2267 build: test
2268 language: c
2269 src:
2270 - test/core/support/mpscq_test.c
2271 deps:
2272 - gpr_test_util
2273 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08002274- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002275 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002276 build: test
2277 language: c
2278 src:
2279 - test/core/support/spinlock_test.c
2280 deps:
2281 - gpr_test_util
2282 - gpr
Ken Paysona4710a02017-07-10 16:49:59 -07002283- name: gpr_stack_lockfree_test
2284 cpu_cost: 7
2285 build: test
2286 language: c
2287 src:
2288 - test/core/support/stack_lockfree_test.c
2289 deps:
2290 - gpr_test_util
2291 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002292- name: gpr_string_test
2293 build: test
2294 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002295 src:
2296 - test/core/support/string_test.c
2297 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002298 - gpr_test_util
2299 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002301 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002302 build: test
2303 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002304 src:
2305 - test/core/support/sync_test.c
2306 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002309- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002310 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311 build: test
2312 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002313 src:
2314 - test/core/support/thd_test.c
2315 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002318- name: gpr_time_test
2319 build: test
2320 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002321 src:
2322 - test/core/support/time_test.c
2323 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002324 - gpr_test_util
2325 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002326- name: gpr_tls_test
2327 build: test
2328 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002329 src:
2330 - test/core/support/tls_test.c
2331 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002332 - gpr_test_util
2333 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002334- name: gpr_useful_test
2335 build: test
2336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002337 src:
2338 - test/core/support/useful_test.c
2339 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002342- name: grpc_auth_context_test
2343 build: test
2344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002345 src:
2346 - test/core/security/auth_context_test.c
2347 deps:
2348 - grpc_test_util
2349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002350 - gpr_test_util
2351 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002352- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002353 build: test
2354 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002355 src:
Craig Tiller29b527f2017-03-30 10:27:20 -07002356 - test/core/slice/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002357 deps:
2358 - grpc_test_util
2359 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002360 - gpr_test_util
2361 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002362- name: grpc_byte_buffer_reader_test
2363 build: test
2364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002365 src:
2366 - test/core/surface/byte_buffer_reader_test.c
2367 deps:
2368 - grpc_test_util
2369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002370 - gpr_test_util
2371 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372- name: grpc_channel_args_test
2373 build: test
2374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002375 src:
2376 - test/core/channel/channel_args_test.c
2377 deps:
2378 - grpc_test_util
2379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002380 - gpr_test_util
2381 - gpr
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002382- name: grpc_channel_stack_builder_test
2383 build: test
2384 language: c
2385 src:
2386 - test/core/channel/channel_stack_builder_test.c
2387 deps:
2388 - grpc_test_util
2389 - grpc
2390 - gpr_test_util
2391 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002392- name: grpc_channel_stack_test
2393 build: test
2394 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002395 src:
2396 - test/core/channel/channel_stack_test.c
2397 deps:
2398 - grpc_test_util
2399 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002400 - gpr_test_util
2401 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002402- name: grpc_completion_queue_test
2403 build: test
2404 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002405 src:
2406 - test/core/surface/completion_queue_test.c
2407 deps:
2408 - grpc_test_util
2409 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002410 - gpr_test_util
2411 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002412- name: grpc_completion_queue_threading_test
2413 build: test
2414 language: c
2415 src:
2416 - test/core/surface/completion_queue_threading_test.c
2417 deps:
2418 - grpc_test_util
2419 - grpc
2420 - gpr_test_util
2421 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002422 exclude_iomgrs:
2423 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424- name: grpc_create_jwt
2425 build: tool
2426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002427 src:
2428 - test/core/security/create_jwt.c
2429 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002430 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002431 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002432 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002433- name: grpc_credentials_test
2434 build: test
2435 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002436 src:
2437 - test/core/security/credentials_test.c
2438 deps:
2439 - grpc_test_util
2440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002441 - gpr_test_util
2442 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002443- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002444 build: test
2445 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
2448 - test/core/security/fetch_oauth2.c
2449 deps:
2450 - grpc_test_util
2451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002454- name: grpc_invalid_channel_args_test
2455 build: test
2456 language: c
2457 src:
2458 - test/core/surface/invalid_channel_args_test.c
2459 deps:
2460 - grpc_test_util
2461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002462 - gpr_test_util
2463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002464- name: grpc_json_token_test
2465 build: test
2466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002467 src:
2468 - test/core/security/json_token_test.c
2469 deps:
2470 - grpc_test_util
2471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002472 - gpr_test_util
2473 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002474 platforms:
2475 - linux
2476 - posix
2477 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002478- name: grpc_jwt_verifier_test
2479 build: test
2480 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002481 src:
2482 - test/core/security/jwt_verifier_test.c
2483 deps:
2484 - grpc_test_util
2485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002488- name: grpc_print_google_default_creds_token
2489 build: tool
2490 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002491 src:
2492 - test/core/security/print_google_default_creds_token.c
2493 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002494 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002495 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002496- name: grpc_security_connector_test
2497 build: test
2498 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002499 src:
2500 - test/core/security/security_connector_test.c
2501 deps:
2502 - grpc_test_util
2503 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002504 - gpr_test_util
2505 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002506- name: grpc_verify_jwt
2507 build: tool
2508 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002509 src:
2510 - test/core/security/verify_jwt.c
2511 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002513 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002514- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002515 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002516 language: c
2517 src:
2518 - test/core/handshake/client_ssl.c
2519 deps:
2520 - grpc_test_util
2521 - grpc
2522 - gpr_test_util
2523 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002524 exclude_iomgrs:
2525 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002526 platforms:
2527 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002528 secure: true
2529- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002530 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002531 language: c
2532 src:
2533 - test/core/handshake/server_ssl.c
2534 deps:
2535 - grpc_test_util
2536 - grpc
2537 - gpr_test_util
2538 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002539 exclude_iomgrs:
2540 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002541 platforms:
2542 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002543 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002544- name: hpack_parser_fuzzer_test
2545 build: fuzzer
2546 language: c
2547 src:
2548 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2549 deps:
2550 - grpc_test_util
2551 - grpc
2552 - gpr_test_util
2553 - gpr
2554 corpus_dirs:
2555 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002556 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002557 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002558- name: hpack_parser_test
2559 build: test
2560 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002561 src:
2562 - test/core/transport/chttp2/hpack_parser_test.c
2563 deps:
2564 - grpc_test_util
2565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002566 - gpr_test_util
2567 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002568- name: hpack_table_test
2569 build: test
2570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002571 src:
2572 - test/core/transport/chttp2/hpack_table_test.c
2573 deps:
2574 - grpc_test_util
2575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002576 - gpr_test_util
2577 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002578- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002579 build: test
2580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002581 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002582 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002583 deps:
2584 - grpc_test_util
2585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002586 - gpr_test_util
2587 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002588- name: http_request_fuzzer_test
2589 build: fuzzer
2590 language: c
2591 src:
2592 - test/core/http/request_fuzzer.c
2593 deps:
2594 - grpc_test_util
2595 - grpc
2596 - gpr_test_util
2597 - gpr
2598 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002599 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002600 maxlen: 2048
2601- name: http_response_fuzzer_test
2602 build: fuzzer
2603 language: c
2604 src:
2605 - test/core/http/response_fuzzer.c
2606 deps:
2607 - grpc_test_util
2608 - grpc
2609 - gpr_test_util
2610 - gpr
2611 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002612 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002613 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002614- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002615 build: test
2616 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002617 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002618 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002619 deps:
2620 - grpc_test_util
2621 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002622 - gpr_test_util
2623 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002624- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002625 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002626 build: test
2627 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002628 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002629 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002630 deps:
2631 - grpc_test_util
2632 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002633 - gpr_test_util
2634 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002635 platforms:
2636 - mac
2637 - linux
2638 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002639- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002640 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002641 build: test
2642 language: c
2643 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002644 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002645 deps:
2646 - grpc_test_util
2647 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002648 - gpr_test_util
2649 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002650 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002651 - linux
yang-gf1183302015-12-07 16:02:05 -08002652- name: init_test
2653 build: test
2654 language: c
2655 src:
2656 - test/core/surface/init_test.c
2657 deps:
2658 - grpc_test_util
2659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002660 - gpr_test_util
2661 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002662- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002663 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002664 build: test
2665 language: c
2666 src:
2667 - test/core/end2end/invalid_call_argument_test.c
2668 deps:
2669 - grpc_test_util
2670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002671 - gpr_test_util
2672 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002673- name: json_fuzzer_test
2674 build: fuzzer
2675 language: c
2676 src:
2677 - test/core/json/fuzzer.c
2678 deps:
2679 - grpc_test_util
2680 - grpc
2681 - gpr_test_util
2682 - gpr
2683 corpus_dirs:
2684 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002685 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002686- name: json_rewrite
2687 build: test
2688 run: false
2689 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002690 src:
2691 - test/core/json/json_rewrite.c
2692 deps:
2693 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002694 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002695- name: json_rewrite_test
2696 build: test
2697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002698 src:
2699 - test/core/json/json_rewrite_test.c
2700 deps:
2701 - grpc_test_util
2702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002703 - gpr_test_util
2704 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002705- name: json_stream_error_test
2706 build: test
2707 language: c
2708 src:
2709 - test/core/json/json_stream_error_test.c
2710 deps:
2711 - grpc_test_util
2712 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002713 - gpr_test_util
2714 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002715- name: json_test
2716 build: test
2717 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002718 src:
2719 - test/core/json/json_test.c
2720 deps:
2721 - grpc_test_util
2722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002723 - gpr_test_util
2724 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002725- name: lame_client_test
2726 build: test
2727 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002728 src:
2729 - test/core/surface/lame_client_test.c
2730 deps:
2731 - grpc_test_util
2732 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002733 - gpr_test_util
2734 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002735- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002736 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002737 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002738 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002739 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002740 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002741 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002742 deps:
2743 - grpc_test_util
2744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002745 - gpr_test_util
2746 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002747- name: load_file_test
2748 build: test
2749 language: c
2750 src:
2751 - test/core/iomgr/load_file_test.c
2752 deps:
2753 - grpc_test_util
2754 - grpc
2755 - gpr_test_util
2756 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002757- name: low_level_ping_pong_benchmark
2758 build: benchmark
2759 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002760 src:
2761 - test/core/network_benchmarks/low_level_ping_pong.c
2762 deps:
2763 - grpc_test_util
2764 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002765 - gpr_test_util
2766 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002767 platforms:
2768 - mac
2769 - linux
2770 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002771- name: memory_profile_client
2772 build: test
2773 run: false
2774 language: c
2775 src:
2776 - test/core/memory_usage/client.c
2777 deps:
2778 - grpc_test_util
2779 - grpc
2780 - gpr_test_util
2781 - gpr
2782- name: memory_profile_server
2783 build: test
2784 run: false
2785 language: c
2786 src:
2787 - test/core/memory_usage/server.c
2788 deps:
2789 - grpc_test_util
2790 - grpc
2791 - gpr_test_util
2792 - gpr
2793- name: memory_profile_test
2794 cpu_cost: 1.5
2795 build: test
2796 language: c
2797 src:
2798 - test/core/memory_usage/memory_usage_test.c
2799 deps:
2800 - grpc_test_util
2801 - grpc
2802 - gpr_test_util
2803 - gpr
2804 platforms:
2805 - mac
2806 - linux
2807 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002808- name: message_compress_test
2809 build: test
2810 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002811 src:
2812 - test/core/compression/message_compress_test.c
2813 deps:
2814 - grpc_test_util
2815 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002816 - gpr_test_util
2817 - gpr
Craig Tiller494e72d2017-04-03 08:43:22 -07002818- name: minimal_stack_is_minimal_test
2819 build: test
2820 language: c
2821 src:
2822 - test/core/channel/minimal_stack_is_minimal_test.c
2823 deps:
2824 - grpc_test_util
2825 - grpc
2826 - gpr_test_util
2827 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002828- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002829 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002830 build: test
2831 language: c
2832 src:
2833 - test/core/census/mlog_test.c
2834 deps:
2835 - grpc_test_util
2836 - grpc
2837 - gpr_test_util
2838 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002839- name: multiple_server_queues_test
2840 build: test
2841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002842 src:
2843 - test/core/end2end/multiple_server_queues_test.c
2844 deps:
2845 - grpc_test_util
2846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002847 - gpr_test_util
2848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002849- name: murmur_hash_test
2850 build: test
2851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002852 src:
2853 - test/core/support/murmur_hash_test.c
2854 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002855 - gpr_test_util
2856 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002857- name: nanopb_fuzzer_response_test
2858 build: fuzzer
2859 language: c
2860 src:
2861 - test/core/nanopb/fuzzer_response.c
2862 deps:
2863 - grpc_test_util
2864 - grpc
2865 - gpr_test_util
2866 - gpr
2867 corpus_dirs:
2868 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002869 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002870- name: nanopb_fuzzer_serverlist_test
2871 build: fuzzer
2872 language: c
2873 src:
2874 - test/core/nanopb/fuzzer_serverlist.c
2875 deps:
2876 - grpc_test_util
2877 - grpc
2878 - gpr_test_util
2879 - gpr
2880 corpus_dirs:
2881 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002882 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002883- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002884 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002885 build: test
2886 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002887 src:
2888 - test/core/end2end/no_server_test.c
2889 deps:
2890 - grpc_test_util
2891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002892 - gpr_test_util
2893 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002894- name: num_external_connectivity_watchers_test
2895 build: test
2896 language: c
2897 src:
2898 - test/core/surface/num_external_connectivity_watchers_test.c
2899 deps:
2900 - grpc_test_util
2901 - grpc
2902 - gpr_test_util
2903 - gpr
2904 exclude_iomgrs:
2905 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002906- name: parse_address_test
2907 build: test
2908 language: c
2909 src:
2910 - test/core/client_channel/parse_address_test.c
2911 deps:
2912 - grpc_test_util
2913 - grpc
2914 - gpr_test_util
2915 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002916- name: percent_decode_fuzzer
2917 build: fuzzer
2918 language: c
2919 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002920 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002921 deps:
2922 - grpc_test_util
2923 - grpc
2924 - gpr_test_util
2925 - gpr
2926 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002927 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002928 maxlen: 32
2929- name: percent_encode_fuzzer
2930 build: fuzzer
2931 language: c
2932 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002933 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002934 deps:
2935 - grpc_test_util
2936 - grpc
2937 - gpr_test_util
2938 - gpr
2939 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002940 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002941 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002942- name: percent_encoding_test
2943 build: test
2944 language: c
2945 src:
2946 - test/core/slice/percent_encoding_test.c
2947 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002948 - grpc_test_util
2949 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002950 - gpr_test_util
2951 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002952- name: pollset_set_test
2953 build: test
2954 language: c
2955 src:
2956 - test/core/iomgr/pollset_set_test.c
2957 deps:
2958 - grpc_test_util
2959 - grpc
2960 - gpr_test_util
2961 - gpr
2962 exclude_iomgrs:
2963 - uv
2964 platforms:
2965 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002966- name: resolve_address_posix_test
2967 build: test
2968 language: c
2969 src:
2970 - test/core/iomgr/resolve_address_posix_test.c
2971 deps:
2972 - grpc_test_util
2973 - grpc
2974 - gpr_test_util
2975 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002976 exclude_iomgrs:
2977 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002978 platforms:
2979 - mac
2980 - linux
2981 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002982- name: resolve_address_test
2983 build: test
2984 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002985 src:
2986 - test/core/iomgr/resolve_address_test.c
2987 deps:
2988 - grpc_test_util
2989 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002990 - gpr_test_util
2991 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002992- name: resource_quota_test
2993 cpu_cost: 30
2994 build: test
2995 language: c
2996 src:
2997 - test/core/iomgr/resource_quota_test.c
2998 deps:
2999 - grpc_test_util
3000 - grpc
3001 - gpr_test_util
3002 - gpr
yang-gd482e592015-12-10 14:04:00 -08003003- name: secure_channel_create_test
3004 build: test
3005 language: c
3006 src:
3007 - test/core/surface/secure_channel_create_test.c
3008 deps:
3009 - grpc_test_util
3010 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003011 - gpr_test_util
3012 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003013- name: secure_endpoint_test
3014 build: test
3015 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003016 src:
3017 - test/core/security/secure_endpoint_test.c
3018 deps:
3019 - grpc_test_util
3020 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003021 - gpr_test_util
3022 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003023 exclude_iomgrs:
3024 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003025- name: sequential_connectivity_test
3026 build: test
3027 language: c
3028 src:
3029 - test/core/surface/sequential_connectivity_test.c
3030 deps:
3031 - grpc_test_util
3032 - grpc
3033 - gpr_test_util
3034 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003035 exclude_iomgrs:
3036 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003037- name: server_chttp2_test
3038 build: test
3039 language: c
3040 src:
3041 - test/core/surface/server_chttp2_test.c
3042 deps:
3043 - grpc_test_util
3044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003045 - gpr_test_util
3046 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003047- name: server_fuzzer
3048 build: fuzzer
3049 language: c
3050 src:
3051 - test/core/end2end/fuzzers/server_fuzzer.c
3052 deps:
3053 - grpc_test_util
3054 - grpc
3055 - gpr_test_util
3056 - gpr
3057 corpus_dirs:
3058 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003059 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003060 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003061- name: server_test
3062 build: test
3063 language: c
3064 src:
3065 - test/core/surface/server_test.c
3066 deps:
3067 - grpc_test_util
3068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003069 - gpr_test_util
3070 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003071- name: slice_buffer_test
3072 build: test
3073 language: c
3074 src:
3075 - test/core/slice/slice_buffer_test.c
3076 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003077 - grpc_test_util
3078 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003079 - gpr_test_util
3080 - gpr
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003081- name: slice_hash_table_test
3082 build: test
3083 language: c
3084 src:
3085 - test/core/slice/slice_hash_table_test.c
3086 deps:
3087 - grpc_test_util
3088 - grpc
3089 - gpr_test_util
3090 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003091- name: slice_string_helpers_test
3092 build: test
3093 language: c
3094 src:
3095 - test/core/slice/slice_string_helpers_test.c
3096 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003097 - grpc_test_util
3098 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003099 - gpr_test_util
3100 - gpr
3101- name: slice_test
3102 build: test
3103 language: c
3104 src:
3105 - test/core/slice/slice_test.c
3106 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003107 - grpc_test_util
3108 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003109 - gpr_test_util
3110 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003111- name: sockaddr_resolver_test
3112 build: test
3113 language: c
3114 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003115 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003116 deps:
3117 - grpc_test_util
3118 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003119 - gpr_test_util
3120 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003121- name: sockaddr_utils_test
3122 build: test
3123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003124 src:
3125 - test/core/iomgr/sockaddr_utils_test.c
3126 deps:
3127 - grpc_test_util
3128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003129 - gpr_test_util
3130 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003131- name: socket_utils_test
3132 build: test
3133 language: c
3134 src:
3135 - test/core/iomgr/socket_utils_test.c
3136 deps:
3137 - grpc_test_util
3138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003139 - gpr_test_util
3140 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003141 exclude_iomgrs:
3142 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003143 platforms:
3144 - mac
3145 - linux
3146 - posix
yang-g31e21282016-11-04 15:10:03 -07003147- name: ssl_server_fuzzer
3148 build: fuzzer
3149 language: c
3150 src:
3151 - test/core/security/ssl_server_fuzzer.c
3152 deps:
3153 - grpc_test_util
3154 - grpc
3155 - gpr_test_util
3156 - gpr
3157 corpus_dirs:
3158 - test/core/security/corpus/ssl_server_corpus
3159 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003160- name: ssl_transport_security_test
3161 build: test
3162 language: c
3163 src:
3164 - test/core/tsi/ssl_transport_security_test.c
3165 deps:
3166 - gpr_test_util
3167 - gpr
3168 - grpc
3169 filegroups:
3170 - transport_security_test_lib
3171 platforms:
3172 - linux
3173 - posix
3174 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003175- name: status_conversion_test
3176 build: test
3177 language: c
3178 src:
3179 - test/core/transport/status_conversion_test.c
3180 deps:
3181 - grpc_test_util
3182 - grpc
3183 - gpr_test_util
3184 - gpr
Muxi Yanc1f837c2017-05-04 18:17:13 -07003185- name: stream_compression_test
3186 build: test
3187 language: c
3188 src:
3189 - test/core/compression/stream_compression_test.c
3190 deps:
3191 - grpc_test_util
3192 - grpc
3193 - gpr_test_util
3194 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08003195- name: stream_owned_slice_test
3196 build: test
3197 language: c
3198 src:
3199 - test/core/transport/stream_owned_slice_test.c
3200 deps:
3201 - grpc_test_util
3202 - grpc
3203 - gpr_test_util
3204 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003205- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003206 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003207 build: test
3208 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003209 src:
3210 - test/core/iomgr/tcp_client_posix_test.c
3211 deps:
3212 - grpc_test_util
3213 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003214 - gpr_test_util
3215 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003216 exclude_iomgrs:
3217 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003218 platforms:
3219 - mac
3220 - linux
3221 - posix
murgatroid991191b722017-02-08 11:56:52 -08003222- name: tcp_client_uv_test
3223 cpu_cost: 0.5
3224 build: test
3225 language: c
3226 src:
3227 - test/core/iomgr/tcp_client_uv_test.c
3228 deps:
3229 - grpc_test_util
3230 - grpc
3231 - gpr_test_util
3232 - gpr
3233 exclude_iomgrs:
3234 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003235- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003236 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003237 build: test
3238 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003239 src:
3240 - test/core/iomgr/tcp_posix_test.c
3241 deps:
3242 - grpc_test_util
3243 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003244 - gpr_test_util
3245 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003246 exclude_iomgrs:
3247 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003248 platforms:
3249 - mac
3250 - linux
3251 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003252- name: tcp_server_posix_test
3253 build: test
3254 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003255 src:
3256 - test/core/iomgr/tcp_server_posix_test.c
3257 deps:
3258 - grpc_test_util
3259 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003260 - gpr_test_util
3261 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003262 exclude_iomgrs:
3263 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003264 platforms:
3265 - mac
3266 - linux
3267 - posix
murgatroid991191b722017-02-08 11:56:52 -08003268- name: tcp_server_uv_test
3269 build: test
3270 language: c
3271 src:
3272 - test/core/iomgr/tcp_server_uv_test.c
3273 deps:
3274 - grpc_test_util
3275 - grpc
3276 - gpr_test_util
3277 - gpr
3278 exclude_iomgrs:
3279 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003280- name: time_averaged_stats_test
3281 build: test
3282 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003283 src:
3284 - test/core/iomgr/time_averaged_stats_test.c
3285 deps:
3286 - grpc_test_util
3287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003288 - gpr_test_util
3289 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003290- name: timeout_encoding_test
3291 build: test
3292 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003293 src:
Robbie Shade710d2422016-07-13 15:15:38 -04003294 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003295 deps:
3296 - grpc_test_util
3297 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003298 - gpr_test_util
3299 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003300- name: timer_heap_test
3301 build: test
3302 language: c
3303 src:
3304 - test/core/iomgr/timer_heap_test.c
3305 deps:
3306 - grpc_test_util
3307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003308 - gpr_test_util
3309 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003310 exclude_iomgrs:
3311 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003312- name: timer_list_test
3313 build: test
3314 language: c
3315 src:
3316 - test/core/iomgr/timer_list_test.c
3317 deps:
3318 - grpc_test_util
3319 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003320 - gpr_test_util
3321 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003322 exclude_iomgrs:
3323 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08003324- name: transport_connectivity_state_test
3325 build: test
3326 language: c
3327 src:
3328 - test/core/transport/connectivity_state_test.c
3329 deps:
3330 - grpc_test_util
3331 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003332 - gpr_test_util
3333 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003334- name: transport_metadata_test
3335 build: test
3336 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003337 src:
3338 - test/core/transport/metadata_test.c
3339 deps:
3340 - grpc_test_util
3341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003342 - gpr_test_util
3343 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07003344- name: transport_pid_controller_test
3345 build: test
3346 language: c
3347 src:
3348 - test/core/transport/pid_controller_test.c
3349 deps:
3350 - grpc_test_util
3351 - grpc
3352 - gpr_test_util
3353 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003354- name: transport_security_test
3355 build: test
3356 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003357 src:
3358 - test/core/tsi/transport_security_test.c
3359 deps:
3360 - grpc_test_util
3361 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003362 - gpr_test_util
3363 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003364 platforms:
3365 - linux
3366 - posix
3367 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003368- name: udp_server_test
3369 build: test
3370 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003371 src:
3372 - test/core/iomgr/udp_server_test.c
3373 deps:
3374 - grpc_test_util
3375 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003376 - gpr_test_util
3377 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003378 exclude_iomgrs:
3379 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003380 platforms:
3381 - mac
3382 - linux
3383 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003384- name: uri_fuzzer_test
3385 build: fuzzer
3386 language: c
3387 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003388 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07003389 deps:
3390 - grpc_test_util
3391 - grpc
3392 - gpr_test_util
3393 - gpr
3394 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003395 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003396 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003397- name: uri_parser_test
3398 build: test
3399 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003400 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003401 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003402 deps:
3403 - grpc_test_util
3404 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003405 - gpr_test_util
3406 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003407- name: wakeup_fd_cv_test
3408 build: test
3409 language: c
3410 src:
3411 - test/core/iomgr/wakeup_fd_cv_test.c
3412 deps:
3413 - grpc_test_util
3414 - grpc
3415 - gpr_test_util
3416 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003417 exclude_iomgrs:
3418 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003419 platforms:
3420 - mac
3421 - linux
3422 - posix
vjpai04e992a2016-02-10 16:58:38 -08003423- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003424 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003425 build: test
3426 language: c++
3427 src:
3428 - test/cpp/common/alarm_cpp_test.cc
3429 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003430 - grpc++_test_util_unsecure
3431 - grpc_test_util_unsecure
3432 - grpc++_unsecure
3433 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003434 - gpr_test_util
3435 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003436- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003437 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003438 build: test
3439 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003440 src:
3441 - test/cpp/end2end/async_end2end_test.cc
3442 deps:
3443 - grpc++_test_util
3444 - grpc_test_util
3445 - grpc++
3446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003447 - gpr_test_util
3448 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003449- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003450 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003451 build: test
3452 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003453 src:
3454 - test/cpp/common/auth_property_iterator_test.cc
3455 deps:
3456 - grpc++_test_util
3457 - grpc_test_util
3458 - grpc++
3459 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003460 - gpr_test_util
3461 - gpr
Craig Tiller9202b3f2017-03-12 22:30:38 -07003462- name: bm_arena
3463 build: test
3464 language: c++
3465 src:
3466 - test/cpp/microbenchmarks/bm_arena.cc
3467 deps:
3468 - grpc_benchmark
3469 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003470 - grpc++_test_util_unsecure
3471 - grpc_test_util_unsecure
3472 - grpc++_unsecure
3473 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003474 - gpr_test_util
3475 - gpr
3476 args:
3477 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003478 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003479 platforms:
3480 - mac
3481 - linux
3482 - posix
Craig Tillerfd044b82017-02-15 16:15:48 -08003483- name: bm_call_create
3484 build: test
3485 language: c++
3486 src:
3487 - test/cpp/microbenchmarks/bm_call_create.cc
3488 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003489 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003490 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003491 - grpc++_test_util_unsecure
3492 - grpc_test_util_unsecure
3493 - grpc++_unsecure
3494 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003495 - gpr_test_util
3496 - gpr
3497 args:
3498 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003499 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003500 platforms:
3501 - mac
3502 - linux
3503 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003504- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003505 build: test
3506 language: c++
3507 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003508 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003509 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003510 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003511 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003512 - grpc++_test_util_unsecure
3513 - grpc_test_util_unsecure
3514 - grpc++_unsecure
3515 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003516 - gpr_test_util
3517 - gpr
3518 args:
3519 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003520 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003521 platforms:
3522 - mac
3523 - linux
3524 - posix
Craig Tiller18f09a02017-02-23 17:10:04 -08003525- name: bm_chttp2_transport
3526 build: test
3527 language: c++
3528 src:
3529 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3530 deps:
3531 - grpc_benchmark
3532 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003533 - grpc++_test_util_unsecure
3534 - grpc_test_util_unsecure
3535 - grpc++_unsecure
3536 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003537 - gpr_test_util
3538 - gpr
3539 args:
3540 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003541 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003542 platforms:
3543 - mac
3544 - linux
3545 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003546- name: bm_closure
3547 build: test
3548 language: c++
3549 src:
3550 - test/cpp/microbenchmarks/bm_closure.cc
3551 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003552 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003553 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003554 - grpc++_test_util_unsecure
3555 - grpc_test_util_unsecure
3556 - grpc++_unsecure
3557 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003558 - gpr_test_util
3559 - gpr
3560 args:
3561 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003562 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003563 platforms:
3564 - mac
3565 - linux
3566 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003567- name: bm_cq
3568 build: test
3569 language: c++
3570 src:
3571 - test/cpp/microbenchmarks/bm_cq.cc
3572 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003573 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003574 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003575 - grpc++_test_util_unsecure
3576 - grpc_test_util_unsecure
3577 - grpc++_unsecure
3578 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003579 - gpr_test_util
3580 - gpr
3581 args:
3582 - --benchmark_min_time=0
Craig Tillerbf515b62017-02-24 16:23:50 -08003583 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003584 platforms:
3585 - mac
3586 - linux
3587 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003588- name: bm_cq_multiple_threads
3589 build: test
3590 language: c++
3591 src:
3592 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3593 deps:
3594 - grpc_benchmark
3595 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003596 - grpc++_test_util_unsecure
3597 - grpc_test_util_unsecure
3598 - grpc++_unsecure
3599 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003600 - gpr_test_util
3601 - gpr
3602 args:
Sree Kuchibhotlaa07bd3a2017-04-11 19:46:33 -07003603 - --benchmark_min_time=4
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003604 defaults: benchmark
3605 platforms:
3606 - mac
3607 - linux
3608 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003609- name: bm_error
3610 build: test
3611 language: c++
3612 src:
3613 - test/cpp/microbenchmarks/bm_error.cc
3614 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003615 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003616 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003617 - grpc++_test_util_unsecure
3618 - grpc_test_util_unsecure
3619 - grpc++_unsecure
3620 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003621 - gpr_test_util
3622 - gpr
3623 args:
3624 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003625 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003626 platforms:
3627 - mac
3628 - linux
3629 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003630- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003631 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003632 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003633 headers:
3634 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003635 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003636 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003637 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003638 - grpc_benchmark
3639 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003640 - grpc++_test_util_unsecure
3641 - grpc_test_util_unsecure
3642 - grpc++_unsecure
3643 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003644 - gpr_test_util
3645 - gpr
3646 args:
3647 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003648 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003649 excluded_poll_engines:
3650 - poll
3651 - poll-cv
3652 platforms:
3653 - mac
3654 - linux
3655 - posix
3656 timeout_seconds: 1200
3657- name: bm_fullstack_streaming_pump
3658 build: test
3659 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003660 headers:
3661 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003662 src:
3663 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003664 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003665 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003666 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003667 - grpc++_test_util_unsecure
3668 - grpc_test_util_unsecure
3669 - grpc++_unsecure
3670 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003671 - gpr_test_util
3672 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003673 args:
3674 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003675 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003676 excluded_poll_engines:
3677 - poll
3678 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003679 platforms:
3680 - mac
3681 - linux
3682 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003683 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003684- name: bm_fullstack_trickle
3685 build: test
3686 language: c++
3687 src:
3688 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3689 deps:
3690 - grpc_benchmark
3691 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003692 - grpc++_test_util_unsecure
3693 - grpc_test_util_unsecure
3694 - grpc++_unsecure
3695 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003696 - gpr_test_util
3697 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003698 - grpc++_test_config
Craig Tiller52bd4412017-03-03 10:52:22 -08003699 args:
3700 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003701 defaults: benchmark
Craig Tiller52bd4412017-03-03 10:52:22 -08003702 excluded_poll_engines:
3703 - poll
3704 - poll-cv
3705 platforms:
3706 - mac
3707 - linux
3708 - posix
3709 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003710- name: bm_fullstack_unary_ping_pong
3711 build: test
3712 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003713 headers:
3714 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003715 src:
3716 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3717 deps:
3718 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003719 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003720 - grpc++_test_util_unsecure
3721 - grpc_test_util_unsecure
3722 - grpc++_unsecure
3723 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003724 - gpr_test_util
3725 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003726 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003727 - --benchmark_min_time=0
Craig Tiller19f3ea22017-02-17 15:17:05 -08003728 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003729 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003730 - poll
3731 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003732 platforms:
3733 - mac
3734 - linux
3735 - posix
3736 timeout_seconds: 1200
3737- name: bm_metadata
3738 build: test
3739 language: c++
3740 src:
3741 - test/cpp/microbenchmarks/bm_metadata.cc
3742 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003743 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003744 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003745 - grpc++_test_util_unsecure
3746 - grpc_test_util_unsecure
3747 - grpc++_unsecure
3748 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003749 - gpr_test_util
3750 - gpr
3751 args:
3752 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003753 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003754 platforms:
3755 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003756 - linux
3757 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003758- name: bm_pollset
3759 build: test
3760 language: c++
3761 src:
3762 - test/cpp/microbenchmarks/bm_pollset.cc
3763 deps:
3764 - grpc_benchmark
3765 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003766 - grpc++_test_util_unsecure
3767 - grpc_test_util_unsecure
3768 - grpc++_unsecure
3769 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003770 - gpr_test_util
3771 - gpr
3772 args:
3773 - --benchmark_min_time=0
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003774 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003775 platforms:
3776 - mac
3777 - linux
3778 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003779- name: channel_arguments_test
3780 gtest: true
3781 build: test
3782 language: c++
3783 src:
3784 - test/cpp/common/channel_arguments_test.cc
3785 deps:
3786 - grpc++
3787 - grpc
3788 - gpr
3789- name: channel_filter_test
3790 gtest: true
3791 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003792 language: c++
3793 src:
3794 - test/cpp/common/channel_filter_test.cc
3795 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003796 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003797 - grpc
3798 - gpr
3799- name: cli_call_test
3800 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003801 build: test
3802 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003803 src:
Craig Tillerca62ff02016-02-24 22:22:57 -08003804 - test/cpp/util/cli_call_test.cc
Craig Tillerbfd05532016-01-20 09:53:15 -08003805 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003806 - grpc_cli_libs
3807 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003808 - grpc_test_util
3809 - grpc++
3810 - grpc
3811 - gpr_test_util
3812 - gpr
3813- name: client_crash_test
3814 gtest: true
Craig Tillerda179ce2016-02-09 12:01:53 -08003815 cpu_cost: 0.1
3816 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003817 language: c++
3818 src:
3819 - test/cpp/end2end/client_crash_test.cc
3820 deps:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003821 - grpc++_test_util
3822 - grpc_test_util
3823 - grpc++
3824 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003825 - gpr_test_util
3826 - gpr
3827 platforms:
3828 - mac
3829 - linux
3830 - posix
3831- name: client_crash_test_server
Craig Tillerda179ce2016-02-09 12:01:53 -08003832 build: test
3833 run: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003834 language: c++
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003835 src:
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003836 - test/cpp/end2end/client_crash_test_server.cc
3837 deps:
3838 - grpc++_test_util
3839 - grpc_test_util
3840 - grpc++
3841 - grpc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003842 - gpr_test_util
3843 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003844- name: client_lb_end2end_test
3845 gtest: true
3846 build: test
3847 language: c++
3848 src:
3849 - test/cpp/end2end/client_lb_end2end_test.cc
3850 deps:
3851 - grpc++_test_util
3852 - grpc_test_util
3853 - grpc++
3854 - grpc
3855 - gpr_test_util
3856 - gpr
3857 excluded_poll_engines:
3858 - poll
3859 - poll-cv
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003860- name: codegen_test_full
3861 gtest: true
3862 build: test
3863 language: c++
3864 src:
3865 - src/proto/grpc/testing/control.proto
3866 - src/proto/grpc/testing/messages.proto
3867 - src/proto/grpc/testing/payloads.proto
3868 - src/proto/grpc/testing/services.proto
3869 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003870 - test/cpp/codegen/codegen_test_full.cc
3871 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003872 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003873 - grpc++
3874 - grpc
3875 - gpr
3876 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003877 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003878- name: codegen_test_minimal
3879 gtest: true
3880 build: test
3881 language: c++
3882 src:
3883 - src/proto/grpc/testing/control.proto
3884 - src/proto/grpc/testing/messages.proto
3885 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003886 - src/proto/grpc/testing/services.proto
3887 - src/proto/grpc/testing/stats.proto
3888 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003889 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003890 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003891 - grpc
3892 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003893 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003894 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003895 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07003896- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003897 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003898 build: test
3899 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003900 src:
3901 - test/cpp/client/credentials_test.cc
3902 deps:
3903 - grpc++
3904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003905 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003906- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003907 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003908 build: test
3909 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003910 src:
3911 - test/cpp/util/byte_buffer_test.cc
3912 deps:
3913 - grpc_test_util
3914 - grpc++
3915 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003916 - gpr_test_util
3917 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003918- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003919 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003920 build: test
3921 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003922 src:
3923 - test/cpp/util/slice_test.cc
3924 deps:
3925 - grpc_test_util
3926 - grpc++
3927 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003928 - gpr_test_util
3929 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003930- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003931 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003932 build: test
3933 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003934 src:
3935 - test/cpp/util/string_ref_test.cc
3936 deps:
3937 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003938 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003939- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003940 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003941 build: test
3942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003943 src:
3944 - test/cpp/util/time_test.cc
3945 deps:
3946 - grpc_test_util
3947 - grpc++
3948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003949 - gpr_test_util
3950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003951- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003952 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003953 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003954 build: test
3955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003956 src:
3957 - test/cpp/end2end/end2end_test.cc
3958 deps:
3959 - grpc++_test_util
3960 - grpc_test_util
3961 - grpc++
3962 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003963 - gpr_test_util
3964 - gpr
yang-geceec8e2017-04-10 11:58:44 -07003965- name: error_details_test
3966 gtest: true
3967 build: test
3968 language: c++
3969 src:
3970 - src/proto/grpc/testing/echo_messages.proto
3971 - test/cpp/util/error_details_test.cc
3972 deps:
3973 - grpc++_error_details
3974 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003975- name: filter_end2end_test
3976 gtest: true
3977 build: test
3978 language: c++
3979 src:
3980 - test/cpp/end2end/filter_end2end_test.cc
3981 deps:
3982 - grpc++_test_util
3983 - grpc_test_util
3984 - grpc++
3985 - grpc
3986 - gpr_test_util
3987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003988- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003989 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990 build: test
3991 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003992 src:
3993 - test/cpp/end2end/generic_end2end_test.cc
3994 deps:
3995 - grpc++_test_util
3996 - grpc_test_util
3997 - grpc++
3998 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003999 - gpr_test_util
4000 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004001- name: golden_file_test
4002 gtest: true
4003 build: test
4004 language: c++
4005 src:
4006 - src/proto/grpc/testing/compiler_test.proto
4007 - test/cpp/codegen/golden_file_test.cc
4008 deps:
4009 - grpc++
4010 - grpc
4011 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004012 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004013 - --generated_file_path=gens/src/proto/grpc/testing/
Craig Tillerbf4b2242015-08-31 15:53:53 -07004014- name: grpc_cli
4015 build: test
4016 run: false
4017 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004018 src:
4019 - test/cpp/util/grpc_cli.cc
4020 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004021 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004022 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004023 - grpc++
4024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004025 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004026 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004027- name: grpc_cpp_plugin
4028 build: protoc
4029 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004030 src:
4031 - src/compiler/cpp_plugin.cc
4032 deps:
4033 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004034 secure: false
4035 vs_config_type: Application
4036 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4037- name: grpc_csharp_plugin
4038 build: protoc
4039 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004040 src:
4041 - src/compiler/csharp_plugin.cc
4042 deps:
4043 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004044 secure: false
4045 vs_config_type: Application
4046 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004047- name: grpc_node_plugin
4048 build: protoc
4049 language: c++
4050 src:
4051 - src/compiler/node_plugin.cc
4052 deps:
4053 - grpc_plugin_support
4054 secure: false
4055 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004056- name: grpc_objective_c_plugin
4057 build: protoc
4058 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004059 src:
4060 - src/compiler/objective_c_plugin.cc
4061 deps:
4062 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004063 secure: false
4064 vs_config_type: Application
4065 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004066- name: grpc_php_plugin
4067 build: protoc
4068 language: c++
4069 src:
4070 - src/compiler/php_plugin.cc
4071 deps:
4072 - grpc_plugin_support
4073 secure: false
4074 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004075- name: grpc_python_plugin
4076 build: protoc
4077 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004078 src:
4079 - src/compiler/python_plugin.cc
4080 deps:
4081 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004082 secure: false
4083 vs_config_type: Application
4084 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4085- name: grpc_ruby_plugin
4086 build: protoc
4087 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004088 src:
4089 - src/compiler/ruby_plugin.cc
4090 deps:
4091 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004092 secure: false
4093 vs_config_type: Application
4094 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004095- name: grpc_tool_test
4096 gtest: true
4097 build: test
4098 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004099 src:
4100 - src/proto/grpc/testing/echo.proto
4101 - src/proto/grpc/testing/echo_messages.proto
4102 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004103 deps:
4104 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004105 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004106 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004107 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004108 - grpc_test_util
4109 - grpc++
4110 - grpc
4111 - gpr_test_util
4112 - gpr
4113 filegroups:
4114 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004115- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004116 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004117 build: test
4118 language: c++
4119 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004120 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004121 - test/cpp/grpclb/grpclb_api_test.cc
4122 deps:
4123 - grpc++_test_util
4124 - grpc_test_util
4125 - grpc++
4126 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004127- name: grpclb_end2end_test
4128 gtest: true
4129 build: test
4130 language: c++
4131 src:
4132 - src/proto/grpc/lb/v1/load_balancer.proto
4133 - test/cpp/end2end/grpclb_end2end_test.cc
4134 deps:
4135 - grpc++_test_util
4136 - grpc_test_util
4137 - grpc++
4138 - grpc
4139 - gpr_test_util
4140 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004141 excluded_poll_engines:
4142 - poll
4143 - poll-cv
David Garcia Quintas55145c02016-06-21 14:51:54 -07004144- name: grpclb_test
4145 gtest: false
4146 build: test
4147 language: c++
4148 src:
4149 - src/proto/grpc/lb/v1/load_balancer.proto
4150 - test/cpp/grpclb/grpclb_test.cc
4151 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004152 - grpc++_test_util
4153 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004154 - grpc++
4155 - grpc
4156 - gpr_test_util
4157 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07004158 excluded_poll_engines:
4159 - poll
4160 - poll-cv
Vijay Paifed13912017-10-11 00:07:00 -07004161- name: h2_ssl_cert_test
4162 gtest: true
4163 build: test
4164 language: c++
4165 headers:
4166 - test/core/end2end/end2end_tests.h
4167 src:
4168 - test/core/end2end/h2_ssl_cert_test.cc
4169 deps:
4170 - grpc_test_util
4171 - grpc++
4172 - grpc
4173 - gpr_test_util
4174 - gpr
4175 uses:
4176 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004177- name: health_service_end2end_test
4178 gtest: true
4179 build: test
4180 language: c++
4181 src:
4182 - test/cpp/end2end/health_service_end2end_test.cc
4183 deps:
4184 - grpc++_test_util
4185 - grpc_test_util
4186 - grpc++
4187 - grpc
4188 - gpr_test_util
4189 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004190- name: http2_client
4191 build: test
4192 run: false
4193 language: c++
4194 src: []
4195 deps:
4196 - http2_client_main
4197 - grpc++_test_util
4198 - grpc_test_util
4199 - grpc++
4200 - grpc
4201 - grpc++_test_config
4202 platforms:
4203 - mac
4204 - linux
4205 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004206- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004207 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004208 build: test
4209 language: c++
4210 src:
4211 - test/cpp/end2end/hybrid_end2end_test.cc
4212 deps:
4213 - grpc++_test_util
4214 - grpc_test_util
4215 - grpc++
4216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004217 - gpr_test_util
4218 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004219- name: interop_client
4220 build: test
4221 run: false
4222 language: c++
4223 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004224 deps:
4225 - interop_client_main
4226 - interop_client_helper
4227 - grpc++_test_util
4228 - grpc_test_util
4229 - grpc++
4230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004231 - gpr_test_util
4232 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004233 - grpc++_test_config
4234 platforms:
4235 - mac
4236 - linux
4237 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004238- name: interop_server
4239 build: test
4240 run: false
4241 language: c++
4242 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004243 deps:
4244 - interop_server_main
4245 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004246 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004247 - grpc++_test_util
4248 - grpc_test_util
4249 - grpc++
4250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004251 - gpr_test_util
4252 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004253 - grpc++_test_config
4254 platforms:
4255 - mac
4256 - linux
4257 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004258- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004259 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004260 build: test
4261 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004262 src:
4263 - test/cpp/interop/interop_test.cc
4264 deps:
4265 - grpc_test_util
4266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004267 - gpr_test_util
4268 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004269 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004270 platforms:
4271 - mac
4272 - linux
4273 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004274- name: json_run_localhost
4275 build: test
4276 run: false
4277 language: c++
4278 src:
4279 - test/cpp/qps/json_run_localhost.cc
4280 deps:
4281 - grpc++_test_util
4282 - grpc_test_util
4283 - grpc++
4284 - grpc
4285 - gpr_test_util
4286 - gpr
4287 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004288 platforms:
4289 - mac
4290 - linux
4291 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004292- name: memory_test
4293 gtest: true
4294 build: test
4295 language: c++
4296 src:
4297 - test/core/support/memory_test.cc
4298 deps:
4299 - grpc_test_util
4300 - grpc++
4301 - grpc
4302 - gpr_test_util
4303 - gpr
4304 uses:
4305 - grpc++_test
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004306- name: metrics_client
4307 build: test
4308 run: false
4309 language: c++
4310 headers:
4311 - test/cpp/util/metrics_server.h
4312 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004313 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004314 - test/cpp/interop/metrics_client.cc
4315 deps:
4316 - grpc++
4317 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004318 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004319 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004320- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004321 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004322 build: test
4323 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004324 headers:
4325 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004326 src:
4327 - test/cpp/end2end/mock_test.cc
4328 deps:
4329 - grpc++_test_util
4330 - grpc_test_util
4331 - grpc++
4332 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004333 - gpr_test_util
4334 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004335- name: noop-benchmark
4336 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004337 language: c++
4338 src:
4339 - test/cpp/microbenchmarks/noop-benchmark.cc
4340 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004341 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004342 defaults: benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004343- name: proto_server_reflection_test
4344 gtest: true
4345 build: test
4346 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004347 src:
4348 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004349 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004350 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004351 - grpc++_reflection
4352 - grpc++_test_util
4353 - grpc_test_util
4354 - grpc++
4355 - grpc
4356 - gpr_test_util
4357 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004358- name: proto_utils_test
4359 gtest: true
4360 build: test
4361 language: c++
4362 src:
4363 - test/cpp/codegen/proto_utils_test.cc
4364 deps:
4365 - grpc++
4366 - grpc
4367 filegroups:
4368 - grpc++_codegen_base
4369 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07004370- name: qps_interarrival_test
4371 build: test
4372 run: false
4373 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004374 src:
4375 - test/cpp/qps/qps_interarrival_test.cc
4376 deps:
4377 - qps
4378 - grpc++_test_util
4379 - grpc_test_util
4380 - grpc++
4381 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004382 - gpr_test_util
4383 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004384 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004385 platforms:
4386 - mac
4387 - linux
4388 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004389- name: qps_json_driver
4390 build: test
4391 run: false
4392 language: c++
4393 src:
4394 - test/cpp/qps/qps_json_driver.cc
4395 deps:
4396 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004397 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004398 - grpc++_test_util
4399 - grpc_test_util
4400 - grpc++
4401 - grpc
4402 - gpr_test_util
4403 - gpr
4404 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004405- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004406 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004407 build: test
4408 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004409 src:
4410 - test/cpp/qps/qps_openloop_test.cc
4411 deps:
4412 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004413 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004414 - grpc++_test_util
4415 - grpc_test_util
4416 - grpc++
4417 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004418 - gpr_test_util
4419 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004420 - grpc++_test_config
4421 platforms:
4422 - mac
4423 - linux
4424 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004425- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004426 build: test
4427 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004428 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004429 headers:
4430 - test/cpp/qps/client.h
4431 - test/cpp/qps/server.h
4432 src:
4433 - test/cpp/qps/worker.cc
4434 deps:
4435 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004436 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004437 - grpc++_test_util
4438 - grpc_test_util
4439 - grpc++
4440 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004441 - gpr_test_util
4442 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004443 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004444- name: reconnect_interop_client
4445 build: test
4446 run: false
4447 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004448 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004449 - src/proto/grpc/testing/empty.proto
4450 - src/proto/grpc/testing/messages.proto
4451 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004452 - test/cpp/interop/reconnect_interop_client.cc
4453 deps:
4454 - grpc++_test_util
4455 - grpc_test_util
4456 - grpc++
4457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004458 - gpr_test_util
4459 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004460 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004461- name: reconnect_interop_server
4462 build: test
4463 run: false
4464 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004465 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004466 - src/proto/grpc/testing/empty.proto
4467 - src/proto/grpc/testing/messages.proto
4468 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004469 - test/cpp/interop/reconnect_interop_server.cc
4470 deps:
4471 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004472 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004473 - grpc++_test_util
4474 - grpc_test_util
4475 - grpc++
4476 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004477 - gpr_test_util
4478 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004479 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004480- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004481 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004482 build: test
4483 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004484 src:
4485 - test/cpp/common/secure_auth_context_test.cc
4486 deps:
4487 - grpc++_test_util
4488 - grpc_test_util
4489 - grpc++
4490 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004491 - gpr_test_util
4492 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004493- name: secure_sync_unary_ping_pong_test
4494 build: test
4495 language: c++
4496 src:
4497 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4498 deps:
4499 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004500 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004501 - grpc++_test_util
4502 - grpc_test_util
4503 - grpc++
4504 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004505 - gpr_test_util
4506 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004507 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004508 platforms:
4509 - mac
4510 - linux
4511 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004512- name: server_builder_plugin_test
4513 gtest: true
4514 build: test
4515 language: c++
4516 src:
4517 - test/cpp/end2end/server_builder_plugin_test.cc
4518 deps:
4519 - grpc++_test_util
4520 - grpc_test_util
4521 - grpc++
4522 - grpc
4523 - gpr_test_util
4524 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004525- name: server_builder_test
4526 gtest: true
4527 build: test
4528 language: c++
4529 src:
4530 - src/proto/grpc/testing/echo_messages.proto
4531 - src/proto/grpc/testing/echo.proto
4532 - test/cpp/server/server_builder_test.cc
4533 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004534 - grpc++_test_util_unsecure
4535 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004536 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004537 - grpc++_unsecure
4538 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004539 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004540- name: server_context_test_spouse_test
4541 gtest: true
4542 build: test
4543 language: c++
4544 src:
4545 - test/cpp/test/server_context_test_spouse_test.cc
4546 deps:
4547 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004548 - grpc++
4549 - grpc
4550 - gpr_test_util
4551 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004552 uses:
4553 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004554- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004555 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004556 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004557 build: test
4558 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004559 src:
4560 - test/cpp/end2end/server_crash_test.cc
4561 deps:
4562 - grpc++_test_util
4563 - grpc_test_util
4564 - grpc++
4565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004566 - gpr_test_util
4567 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004568 platforms:
4569 - mac
4570 - linux
4571 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004572- name: server_crash_test_client
4573 build: test
4574 run: false
4575 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004576 src:
4577 - test/cpp/end2end/server_crash_test_client.cc
4578 deps:
4579 - grpc++_test_util
4580 - grpc_test_util
4581 - grpc++
4582 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004583 - gpr_test_util
4584 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004585- name: server_request_call_test
4586 gtest: true
4587 build: test
4588 language: c++
4589 src:
4590 - src/proto/grpc/testing/echo_messages.proto
4591 - src/proto/grpc/testing/echo.proto
4592 - test/cpp/server/server_request_call_test.cc
4593 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004594 - grpc++_test_util_unsecure
4595 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004596 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004597 - grpc++_unsecure
4598 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004599 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004600- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004601 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004602 build: test
4603 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004604 src:
4605 - test/cpp/end2end/shutdown_test.cc
4606 deps:
4607 - grpc++_test_util
4608 - grpc_test_util
4609 - grpc++
4610 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004611 - gpr_test_util
4612 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004613- name: stats_test
4614 gtest: true
4615 build: test
4616 language: c++
4617 src:
4618 - test/core/debug/stats_test.cc
4619 deps:
4620 - grpc++_test_util
4621 - grpc_test_util
4622 - grpc
4623 - gpr_test_util
4624 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004625- name: status_test
4626 build: test
4627 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004628 src:
4629 - test/cpp/util/status_test.cc
4630 deps:
4631 - grpc_test_util
4632 - grpc++
4633 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004634 - gpr_test_util
4635 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004636- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004637 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004638 build: test
4639 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004640 src:
4641 - test/cpp/end2end/streaming_throughput_test.cc
4642 deps:
4643 - grpc++_test_util
4644 - grpc_test_util
4645 - grpc++
4646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004647 - gpr_test_util
4648 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004649 platforms:
4650 - mac
4651 - linux
4652 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004653- name: stress_test
4654 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004655 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004656 language: c++
4657 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004658 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004659 - test/cpp/interop/interop_client.h
4660 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004661 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004662 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004663 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004664 - src/proto/grpc/testing/empty.proto
4665 - src/proto/grpc/testing/messages.proto
4666 - src/proto/grpc/testing/metrics.proto
4667 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004668 - test/cpp/interop/interop_client.cc
4669 - test/cpp/interop/stress_interop_client.cc
4670 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004671 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004672 deps:
4673 - grpc++_test_util
4674 - grpc_test_util
4675 - grpc++
4676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004677 - gpr_test_util
4678 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004679 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004680- name: thread_manager_test
4681 build: test
4682 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004683 src:
4684 - test/cpp/thread_manager/thread_manager_test.cc
4685 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004686 - grpc++_unsecure
4687 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004688 - gpr
4689 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004690- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004691 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004692 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004693 build: test
4694 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004695 src:
4696 - test/cpp/end2end/thread_stress_test.cc
4697 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004698 - grpc++_test_util_unsecure
4699 - grpc_test_util_unsecure
4700 - grpc++_unsecure
4701 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004702 - gpr_test_util
4703 - gpr
Craig Tiller058bd642017-05-18 16:26:15 -07004704 timeout_seconds: 1200
Craig Tiller9a3997c2017-01-30 13:22:33 -08004705- name: writes_per_rpc_test
4706 gtest: true
4707 cpu_cost: 0.5
4708 build: test
4709 language: c++
4710 src:
4711 - test/cpp/performance/writes_per_rpc_test.cc
4712 deps:
4713 - grpc++_test_util
4714 - grpc_test_util
4715 - grpc++
4716 - grpc
4717 - gpr_test_util
4718 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004719 platforms:
4720 - mac
4721 - linux
4722 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004723- name: public_headers_must_be_c89
4724 build: test
4725 language: c89
4726 src:
4727 - test/core/surface/public_headers_must_be_c89.c
4728 deps:
4729 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004730 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004731vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004732- linkage: static
4733 name: grpc.dependencies.zlib
4734 props: false
4735 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004736 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004737- linkage: static
4738 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004739 props: true
4740 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004741 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004742- name: gflags
4743 props: false
4744 redist: false
4745 version: 2.1.2.1
4746- name: gtest
4747 props: false
4748 redist: false
4749 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004750configs:
4751 asan:
4752 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004753 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4754 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004755 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004756 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004757 LDFLAGS: -fsanitize=address
4758 LDXX: clang++
4759 compile_the_world: true
4760 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004761 ASAN_OPTIONS: detect_leaks=1:color=always
4762 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004763 asan-noleaks:
4764 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004765 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4766 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004767 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004768 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004769 LDFLAGS: -fsanitize=address
4770 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004771 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004772 test_environ:
4773 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004774 asan-trace-cmp:
4775 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004776 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4777 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004778 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004779 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004780 LDFLAGS: -fsanitize=address
4781 LDXX: clang++
4782 compile_the_world: true
4783 test_environ:
4784 ASAN_OPTIONS: detect_leaks=1:color=always
4785 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004786 basicprof:
4787 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4788 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004789 c++-compat:
4790 CFLAGS: -Wc++-compat
4791 CPPFLAGS: -O0
4792 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004793 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004794 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004795 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004796 dbg:
4797 CPPFLAGS: -O0
Craig Tiller1b6097c2017-04-10 13:28:45 -07004798 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004799 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004800 gcov:
4801 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004802 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004803 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004804 DEFINES: _DEBUG DEBUG GPR_GCOV
4805 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004806 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004807 LDXX: g++
4808 helgrind:
4809 CPPFLAGS: -O0
4810 DEFINES: _DEBUG DEBUG
4811 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004812 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004813 lto:
4814 CPPFLAGS: -O2
4815 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004816 memcheck:
4817 CPPFLAGS: -O0
4818 DEFINES: _DEBUG DEBUG
4819 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004820 valgrind: --tool=memcheck --leak-check=full
4821 msan:
4822 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004823 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4824 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4825 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004826 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004827 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07004828 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004829 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4830 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4831 LDXX: clang++
4832 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004833 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004834 CPPFLAGS: -O3 -fno-omit-frame-pointer
4835 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004836 LDFLAGS: -rdynamic
4837 opt:
4838 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07004839 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08004840 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004841 stapprof:
4842 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4843 DEFINES: NDEBUG
4844 tsan:
4845 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004846 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004847 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004848 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004849 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004850 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07004851 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004852 LDXX: clang++
4853 compile_the_world: true
4854 test_environ:
4855 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004856 ubsan:
4857 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07004858 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
4859 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004860 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07004861 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07004862 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07004863 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004864 LDXX: clang++
4865 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004866 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07004867 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004868defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07004869 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02004870 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
4871 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Yuchen Zeng6694bb02017-01-23 17:09:51 -08004872 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
4873 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) -fvisibility=hidden
Yuchen Zeng2aa19432017-04-18 12:27:44 -07004874 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst
4875 MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08004876 benchmark:
4877 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004878 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004879 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004880 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004881 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004882 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004883 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004884 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004885 LDFLAGS: -g
4886 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004887 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004888 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004889node_modules:
4890- deps:
4891 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004892 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004893 - boringssl
4894 - z
murgatroid9994a75412015-11-19 14:04:53 -08004895 headers:
4896 - src/node/ext/byte_buffer.h
4897 - src/node/ext/call.h
4898 - src/node/ext/call_credentials.h
4899 - src/node/ext/channel.h
4900 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004901 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004902 - src/node/ext/server.h
4903 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004904 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004905 - src/node/ext/timeval.h
4906 js:
4907 - src/node/index.js
4908 - src/node/src/client.js
4909 - src/node/src/common.js
4910 - src/node/src/credentials.js
murgatroid991ac096b2017-05-11 09:56:32 -07004911 - src/node/src/constants.js
murgatroid9991629972016-02-03 08:46:45 -08004912 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004913 - src/node/src/metadata.js
4914 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004915 name: grpc_node
4916 src:
4917 - src/node/ext/byte_buffer.cc
4918 - src/node/ext/call.cc
4919 - src/node/ext/call_credentials.cc
4920 - src/node/ext/channel.cc
4921 - src/node/ext/channel_credentials.cc
murgatroid99f94f64f2017-04-24 13:35:21 -07004922 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004923 - src/node/ext/node_grpc.cc
4924 - src/node/ext/server.cc
4925 - src/node/ext/server_credentials.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004926 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004927 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004928openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004929 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004930 extraction_dir: openssl-1.0.2f
4931 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004932php_config_m4:
4933 deps:
4934 - grpc
4935 - gpr
4936 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07004937 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004938 headers:
4939 - src/php/ext/grpc/byte_buffer.h
4940 - src/php/ext/grpc/call.h
4941 - src/php/ext/grpc/call_credentials.h
4942 - src/php/ext/grpc/channel.h
4943 - src/php/ext/grpc/channel_credentials.h
4944 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004945 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004946 - src/php/ext/grpc/php_grpc.h
4947 - src/php/ext/grpc/server.h
4948 - src/php/ext/grpc/server_credentials.h
4949 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07004950 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004951 src:
4952 - src/php/ext/grpc/byte_buffer.c
4953 - src/php/ext/grpc/call.c
4954 - src/php/ext/grpc/call_credentials.c
4955 - src/php/ext/grpc/channel.c
4956 - src/php/ext/grpc/channel_credentials.c
4957 - src/php/ext/grpc/completion_queue.c
4958 - src/php/ext/grpc/php_grpc.c
4959 - src/php/ext/grpc/server.c
4960 - src/php/ext/grpc/server_credentials.c
4961 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004962python_dependencies:
4963 deps:
4964 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004965 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07004966 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004967 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004968 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004969ruby_gem:
4970 deps:
4971 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004972 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07004973 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07004974 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004975 - z