blob: f4ac3388abf53bc29644a3dc4bf517b536a085e8 [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 Pai392e2132018-01-13 23:58:26 -080015 core_version: 6.0.0-dev
16 g_stands_for: glossy
Mehrdad Afsharid1915a92018-01-19 14:23:17 -080017 version: 1.10.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
Craig Tiller25834342015-09-25 08:08:24 -070022 src:
Yash Tibrewal83062842017-09-21 18:56:08 -070023 - src/core/ext/census/grpc_context.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070024 uses:
25 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070026 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070027- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010028 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -080029 - src/core/lib/gpr/alloc.cc
30 - src/core/lib/gpr/arena.cc
31 - src/core/lib/gpr/atm.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -080032 - src/core/lib/gpr/cmdline.cc
33 - src/core/lib/gpr/cpu_iphone.cc
34 - src/core/lib/gpr/cpu_linux.cc
35 - src/core/lib/gpr/cpu_posix.cc
36 - src/core/lib/gpr/cpu_windows.cc
37 - src/core/lib/gpr/env_linux.cc
38 - src/core/lib/gpr/env_posix.cc
39 - src/core/lib/gpr/env_windows.cc
40 - src/core/lib/gpr/fork.cc
41 - src/core/lib/gpr/host_port.cc
42 - src/core/lib/gpr/log.cc
43 - src/core/lib/gpr/log_android.cc
44 - src/core/lib/gpr/log_linux.cc
45 - src/core/lib/gpr/log_posix.cc
46 - src/core/lib/gpr/log_windows.cc
47 - src/core/lib/gpr/mpscq.cc
48 - src/core/lib/gpr/murmur_hash.cc
49 - src/core/lib/gpr/string.cc
50 - src/core/lib/gpr/string_posix.cc
51 - src/core/lib/gpr/string_util_windows.cc
52 - src/core/lib/gpr/string_windows.cc
53 - src/core/lib/gpr/subprocess_posix.cc
54 - src/core/lib/gpr/subprocess_windows.cc
55 - src/core/lib/gpr/sync.cc
56 - src/core/lib/gpr/sync_posix.cc
57 - src/core/lib/gpr/sync_windows.cc
58 - src/core/lib/gpr/thd.cc
59 - src/core/lib/gpr/thd_posix.cc
60 - src/core/lib/gpr/thd_windows.cc
61 - src/core/lib/gpr/time.cc
62 - src/core/lib/gpr/time_posix.cc
63 - src/core/lib/gpr/time_precise.cc
64 - src/core/lib/gpr/time_windows.cc
65 - src/core/lib/gpr/tls_pthread.cc
66 - src/core/lib/gpr/tmpfile_msys.cc
67 - src/core/lib/gpr/tmpfile_posix.cc
68 - src/core/lib/gpr/tmpfile_windows.cc
69 - src/core/lib/gpr/wrap_memcpy.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070070 - src/core/lib/profiling/basic_timers.cc
71 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070072 uses:
Vijay Pai42807252017-07-28 15:08:24 -070073 - gpr_base_headers
74- name: gpr_base_headers
75 public_headers:
76 - include/grpc/support/alloc.h
77 - include/grpc/support/atm.h
78 - include/grpc/support/atm_gcc_atomic.h
79 - include/grpc/support/atm_gcc_sync.h
80 - include/grpc/support/atm_windows.h
Vijay Pai42807252017-07-28 15:08:24 -070081 - include/grpc/support/cmdline.h
82 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -070083 - include/grpc/support/host_port.h
84 - include/grpc/support/log.h
85 - include/grpc/support/log_windows.h
86 - include/grpc/support/port_platform.h
87 - include/grpc/support/string_util.h
88 - include/grpc/support/subprocess.h
89 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070090 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070091 - include/grpc/support/sync_generic.h
92 - include/grpc/support/sync_posix.h
93 - include/grpc/support/sync_windows.h
94 - include/grpc/support/thd.h
95 - include/grpc/support/time.h
96 - include/grpc/support/tls.h
97 - include/grpc/support/tls_gcc.h
98 - include/grpc/support/tls_msvc.h
99 - include/grpc/support/tls_pthread.h
Vijay Pai42807252017-07-28 15:08:24 -0700100 headers:
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800101 - src/core/lib/gpr/arena.h
102 - src/core/lib/gpr/env.h
103 - src/core/lib/gpr/fork.h
104 - src/core/lib/gpr/mpscq.h
105 - src/core/lib/gpr/murmur_hash.h
106 - src/core/lib/gpr/spinlock.h
107 - src/core/lib/gpr/string.h
108 - src/core/lib/gpr/string_windows.h
109 - src/core/lib/gpr/thd_internal.h
110 - src/core/lib/gpr/time_precise.h
111 - src/core/lib/gpr/tmpfile.h
Vijay Paid4d0a302018-01-25 13:24:03 -0800112 - src/core/lib/gpr/useful.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800113 - src/core/lib/gprpp/abstract.h
114 - src/core/lib/gprpp/atomic.h
115 - src/core/lib/gprpp/atomic_with_atm.h
116 - src/core/lib/gprpp/atomic_with_std.h
117 - src/core/lib/gprpp/manual_constructor.h
118 - src/core/lib/gprpp/memory.h
Vijay Pai42807252017-07-28 15:08:24 -0700119 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700120 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700121 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800122- name: gpr_codegen
123 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800124 - include/grpc/impl/codegen/atm.h
125 - include/grpc/impl/codegen/atm_gcc_atomic.h
126 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700128 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800129 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700130 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800131 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800132 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700133 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800134 - include/grpc/impl/codegen/sync_generic.h
135 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700136 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700137- name: grpc++_base
138 deps:
139 - grpc
140 uses:
141 - grpc++_common
142 - grpc++_codegen_base
143- name: grpc++_base_unsecure
144 deps:
145 - grpc_unsecure
146 uses:
147 - grpc++_common
148 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700149- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700150 src:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800151 - src/core/lib/avl/avl.cc
Craig Tillerd48bd072017-10-06 11:25:14 -0700152 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700153 - src/core/lib/channel/channel_args.cc
154 - src/core/lib/channel/channel_stack.cc
155 - src/core/lib/channel/channel_stack_builder.cc
156 - src/core/lib/channel/connected_channel.cc
157 - src/core/lib/channel/handshaker.cc
158 - src/core/lib/channel/handshaker_factory.cc
159 - src/core/lib/channel/handshaker_registry.cc
160 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700161 - src/core/lib/compression/compression_internal.cc
Muxi Yanf7a97e12017-10-11 16:59:27 -0700162 - src/core/lib/compression/compression_ruby.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700163 - src/core/lib/compression/message_compress.cc
164 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700165 - src/core/lib/compression/stream_compression_gzip.cc
166 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700167 - src/core/lib/debug/stats.cc
168 - src/core/lib/debug/stats_data.cc
169 - src/core/lib/http/format_request.cc
170 - src/core/lib/http/httpcli.cc
171 - src/core/lib/http/parser.cc
172 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700173 - src/core/lib/iomgr/combiner.cc
174 - src/core/lib/iomgr/endpoint.cc
175 - src/core/lib/iomgr/endpoint_pair_posix.cc
176 - src/core/lib/iomgr/endpoint_pair_uv.cc
177 - src/core/lib/iomgr/endpoint_pair_windows.cc
178 - src/core/lib/iomgr/error.cc
179 - src/core/lib/iomgr/ev_epoll1_linux.cc
180 - src/core/lib/iomgr/ev_epollex_linux.cc
181 - src/core/lib/iomgr/ev_epollsig_linux.cc
182 - src/core/lib/iomgr/ev_poll_posix.cc
183 - src/core/lib/iomgr/ev_posix.cc
184 - src/core/lib/iomgr/ev_windows.cc
185 - src/core/lib/iomgr/exec_ctx.cc
186 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100187 - src/core/lib/iomgr/fork_posix.cc
188 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700189 - src/core/lib/iomgr/gethostname_fallback.cc
190 - src/core/lib/iomgr/gethostname_host_name_max.cc
191 - src/core/lib/iomgr/gethostname_sysconf.cc
192 - src/core/lib/iomgr/iocp_windows.cc
193 - src/core/lib/iomgr/iomgr.cc
194 - src/core/lib/iomgr/iomgr_posix.cc
195 - src/core/lib/iomgr/iomgr_uv.cc
196 - src/core/lib/iomgr/iomgr_windows.cc
197 - src/core/lib/iomgr/is_epollexclusive_available.cc
198 - src/core/lib/iomgr/load_file.cc
199 - src/core/lib/iomgr/lockfree_event.cc
200 - src/core/lib/iomgr/network_status_tracker.cc
201 - src/core/lib/iomgr/polling_entity.cc
202 - src/core/lib/iomgr/pollset_set_uv.cc
203 - src/core/lib/iomgr/pollset_set_windows.cc
204 - src/core/lib/iomgr/pollset_uv.cc
205 - src/core/lib/iomgr/pollset_windows.cc
206 - src/core/lib/iomgr/resolve_address_posix.cc
207 - src/core/lib/iomgr/resolve_address_uv.cc
208 - src/core/lib/iomgr/resolve_address_windows.cc
209 - src/core/lib/iomgr/resource_quota.cc
210 - src/core/lib/iomgr/sockaddr_utils.cc
211 - src/core/lib/iomgr/socket_factory_posix.cc
212 - src/core/lib/iomgr/socket_mutator.cc
213 - src/core/lib/iomgr/socket_utils_common_posix.cc
214 - src/core/lib/iomgr/socket_utils_linux.cc
215 - src/core/lib/iomgr/socket_utils_posix.cc
216 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700217 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700218 - src/core/lib/iomgr/socket_windows.cc
219 - src/core/lib/iomgr/tcp_client_posix.cc
220 - src/core/lib/iomgr/tcp_client_uv.cc
221 - src/core/lib/iomgr/tcp_client_windows.cc
222 - src/core/lib/iomgr/tcp_posix.cc
223 - src/core/lib/iomgr/tcp_server_posix.cc
224 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
225 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
226 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
227 - src/core/lib/iomgr/tcp_server_uv.cc
228 - src/core/lib/iomgr/tcp_server_windows.cc
229 - src/core/lib/iomgr/tcp_uv.cc
230 - src/core/lib/iomgr/tcp_windows.cc
231 - src/core/lib/iomgr/time_averaged_stats.cc
232 - src/core/lib/iomgr/timer_generic.cc
233 - src/core/lib/iomgr/timer_heap.cc
234 - src/core/lib/iomgr/timer_manager.cc
235 - src/core/lib/iomgr/timer_uv.cc
236 - src/core/lib/iomgr/udp_server.cc
237 - src/core/lib/iomgr/unix_sockets_posix.cc
238 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
239 - src/core/lib/iomgr/wakeup_fd_cv.cc
240 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
241 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
242 - src/core/lib/iomgr/wakeup_fd_pipe.cc
243 - src/core/lib/iomgr/wakeup_fd_posix.cc
244 - src/core/lib/json/json.cc
245 - src/core/lib/json/json_reader.cc
246 - src/core/lib/json/json_string.cc
247 - src/core/lib/json/json_writer.cc
248 - src/core/lib/slice/b64.cc
249 - src/core/lib/slice/percent_encoding.cc
250 - src/core/lib/slice/slice.cc
251 - src/core/lib/slice/slice_buffer.cc
252 - src/core/lib/slice/slice_hash_table.cc
253 - src/core/lib/slice/slice_intern.cc
254 - src/core/lib/slice/slice_string_helpers.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700255 - src/core/lib/surface/api_trace.cc
256 - src/core/lib/surface/byte_buffer.cc
257 - src/core/lib/surface/byte_buffer_reader.cc
258 - src/core/lib/surface/call.cc
259 - src/core/lib/surface/call_details.cc
260 - src/core/lib/surface/call_log_batch.cc
261 - src/core/lib/surface/channel.cc
262 - src/core/lib/surface/channel_init.cc
263 - src/core/lib/surface/channel_ping.cc
264 - src/core/lib/surface/channel_stack_type.cc
265 - src/core/lib/surface/completion_queue.cc
266 - src/core/lib/surface/completion_queue_factory.cc
267 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700268 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700269 - src/core/lib/surface/metadata_array.cc
270 - src/core/lib/surface/server.cc
271 - src/core/lib/surface/validate_metadata.cc
272 - src/core/lib/surface/version.cc
273 - src/core/lib/transport/bdp_estimator.cc
274 - src/core/lib/transport/byte_stream.cc
275 - src/core/lib/transport/connectivity_state.cc
276 - src/core/lib/transport/error_utils.cc
277 - src/core/lib/transport/metadata.cc
278 - src/core/lib/transport/metadata_batch.cc
279 - src/core/lib/transport/pid_controller.cc
280 - src/core/lib/transport/service_config.cc
281 - src/core/lib/transport/static_metadata.cc
282 - src/core/lib/transport/status_conversion.cc
283 - src/core/lib/transport/timeout_encoding.cc
284 - src/core/lib/transport/transport.cc
285 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700286 deps:
287 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700288 filegroups:
289 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700290 uses:
291 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700292 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700293- name: grpc_base_headers
294 public_headers:
295 - include/grpc/byte_buffer.h
296 - include/grpc/byte_buffer_reader.h
297 - include/grpc/compression.h
Muxi Yanf7a97e12017-10-11 16:59:27 -0700298 - include/grpc/compression_ruby.h
Ken Payson9714e032017-10-10 11:18:49 -0700299 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700300 - include/grpc/grpc.h
301 - include/grpc/grpc_posix.h
302 - include/grpc/grpc_security_constants.h
303 - include/grpc/load_reporting.h
304 - include/grpc/slice.h
305 - include/grpc/slice_buffer.h
306 - include/grpc/status.h
307 - include/grpc/support/workaround_list.h
308 headers:
Vijay Pai8f4fbb12018-02-08 10:04:08 -0800309 - src/core/lib/avl/avl.h
Craig Tillerd9b82bd2017-08-29 12:16:56 -0700310 - src/core/lib/backoff/backoff.h
Vijay Pai42807252017-07-28 15:08:24 -0700311 - src/core/lib/channel/channel_args.h
312 - src/core/lib/channel/channel_stack.h
313 - src/core/lib/channel/channel_stack_builder.h
314 - src/core/lib/channel/connected_channel.h
315 - src/core/lib/channel/context.h
316 - src/core/lib/channel/handshaker.h
317 - src/core/lib/channel/handshaker_factory.h
318 - src/core/lib/channel/handshaker_registry.h
319 - src/core/lib/compression/algorithm_metadata.h
Muxi Yane6d888d2017-09-14 09:42:56 -0700320 - src/core/lib/compression/compression_internal.h
Vijay Pai42807252017-07-28 15:08:24 -0700321 - src/core/lib/compression/message_compress.h
322 - src/core/lib/compression/stream_compression.h
Muxi Yanbf5484e2017-09-01 18:03:03 -0700323 - src/core/lib/compression/stream_compression_gzip.h
324 - src/core/lib/compression/stream_compression_identity.h
Craig Tiller6e739742017-08-31 11:22:52 -0700325 - src/core/lib/debug/stats.h
326 - src/core/lib/debug/stats_data.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800327 - src/core/lib/gprpp/debug_location.h
328 - src/core/lib/gprpp/inlined_vector.h
329 - src/core/lib/gprpp/orphanable.h
330 - src/core/lib/gprpp/ref_counted.h
331 - src/core/lib/gprpp/ref_counted_ptr.h
Vijay Pai42807252017-07-28 15:08:24 -0700332 - src/core/lib/http/format_request.h
333 - src/core/lib/http/httpcli.h
334 - src/core/lib/http/parser.h
Craig Tiller43c1b5f2017-10-02 14:42:49 -0700335 - src/core/lib/iomgr/block_annotate.h
Mark D. Roth76e264b2017-08-25 09:03:33 -0700336 - src/core/lib/iomgr/call_combiner.h
Vijay Pai42807252017-07-28 15:08:24 -0700337 - src/core/lib/iomgr/closure.h
338 - src/core/lib/iomgr/combiner.h
339 - src/core/lib/iomgr/endpoint.h
340 - src/core/lib/iomgr/endpoint_pair.h
341 - src/core/lib/iomgr/error.h
342 - src/core/lib/iomgr/error_internal.h
343 - src/core/lib/iomgr/ev_epoll1_linux.h
Vijay Pai42807252017-07-28 15:08:24 -0700344 - src/core/lib/iomgr/ev_epollex_linux.h
345 - src/core/lib/iomgr/ev_epollsig_linux.h
346 - src/core/lib/iomgr/ev_poll_posix.h
347 - src/core/lib/iomgr/ev_posix.h
348 - src/core/lib/iomgr/exec_ctx.h
349 - src/core/lib/iomgr/executor.h
Mark D. Rothf9bf4282017-08-03 14:47:23 -0700350 - src/core/lib/iomgr/gethostname.h
Vijay Pai42807252017-07-28 15:08:24 -0700351 - src/core/lib/iomgr/iocp_windows.h
352 - src/core/lib/iomgr/iomgr.h
353 - src/core/lib/iomgr/iomgr_internal.h
354 - src/core/lib/iomgr/iomgr_posix.h
355 - src/core/lib/iomgr/iomgr_uv.h
356 - src/core/lib/iomgr/is_epollexclusive_available.h
357 - src/core/lib/iomgr/load_file.h
358 - src/core/lib/iomgr/lockfree_event.h
359 - src/core/lib/iomgr/nameser.h
360 - src/core/lib/iomgr/network_status_tracker.h
361 - src/core/lib/iomgr/polling_entity.h
362 - src/core/lib/iomgr/pollset.h
363 - src/core/lib/iomgr/pollset_set.h
364 - src/core/lib/iomgr/pollset_set_windows.h
365 - src/core/lib/iomgr/pollset_uv.h
366 - src/core/lib/iomgr/pollset_windows.h
367 - src/core/lib/iomgr/port.h
368 - src/core/lib/iomgr/resolve_address.h
369 - src/core/lib/iomgr/resource_quota.h
370 - src/core/lib/iomgr/sockaddr.h
371 - src/core/lib/iomgr/sockaddr_posix.h
372 - src/core/lib/iomgr/sockaddr_utils.h
373 - src/core/lib/iomgr/sockaddr_windows.h
374 - src/core/lib/iomgr/socket_factory_posix.h
375 - src/core/lib/iomgr/socket_mutator.h
376 - src/core/lib/iomgr/socket_utils.h
377 - src/core/lib/iomgr/socket_utils_posix.h
378 - src/core/lib/iomgr/socket_windows.h
379 - src/core/lib/iomgr/sys_epoll_wrapper.h
380 - src/core/lib/iomgr/tcp_client.h
381 - src/core/lib/iomgr/tcp_client_posix.h
382 - src/core/lib/iomgr/tcp_posix.h
383 - src/core/lib/iomgr/tcp_server.h
384 - src/core/lib/iomgr/tcp_server_utils_posix.h
385 - src/core/lib/iomgr/tcp_uv.h
386 - src/core/lib/iomgr/tcp_windows.h
387 - src/core/lib/iomgr/time_averaged_stats.h
388 - src/core/lib/iomgr/timer.h
389 - src/core/lib/iomgr/timer_generic.h
390 - src/core/lib/iomgr/timer_heap.h
391 - src/core/lib/iomgr/timer_manager.h
392 - src/core/lib/iomgr/timer_uv.h
393 - src/core/lib/iomgr/udp_server.h
394 - src/core/lib/iomgr/unix_sockets_posix.h
395 - src/core/lib/iomgr/wakeup_fd_cv.h
396 - src/core/lib/iomgr/wakeup_fd_pipe.h
397 - src/core/lib/iomgr/wakeup_fd_posix.h
398 - src/core/lib/json/json.h
399 - src/core/lib/json/json_common.h
400 - src/core/lib/json/json_reader.h
401 - src/core/lib/json/json_writer.h
402 - src/core/lib/slice/b64.h
403 - src/core/lib/slice/percent_encoding.h
404 - src/core/lib/slice/slice_hash_table.h
405 - src/core/lib/slice/slice_internal.h
406 - src/core/lib/slice/slice_string_helpers.h
407 - src/core/lib/surface/api_trace.h
408 - src/core/lib/surface/call.h
409 - src/core/lib/surface/call_test_only.h
410 - src/core/lib/surface/channel.h
411 - src/core/lib/surface/channel_init.h
412 - src/core/lib/surface/channel_stack_type.h
413 - src/core/lib/surface/completion_queue.h
414 - src/core/lib/surface/completion_queue_factory.h
415 - src/core/lib/surface/event_string.h
416 - src/core/lib/surface/init.h
417 - src/core/lib/surface/lame_client.h
418 - src/core/lib/surface/server.h
419 - src/core/lib/surface/validate_metadata.h
420 - src/core/lib/transport/bdp_estimator.h
421 - src/core/lib/transport/byte_stream.h
422 - src/core/lib/transport/connectivity_state.h
423 - src/core/lib/transport/error_utils.h
424 - src/core/lib/transport/http2_errors.h
425 - src/core/lib/transport/metadata.h
426 - src/core/lib/transport/metadata_batch.h
427 - src/core/lib/transport/pid_controller.h
428 - src/core/lib/transport/service_config.h
429 - src/core/lib/transport/static_metadata.h
430 - src/core/lib/transport/status_conversion.h
431 - src/core/lib/transport/timeout_encoding.h
432 - src/core/lib/transport/transport.h
433 - src/core/lib/transport/transport_impl.h
434 deps:
435 - gpr
436 uses:
437 - grpc_codegen
438 - grpc_trace_headers
Mark D. Roth2137cd82016-09-14 09:04:00 -0700439- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700440 headers:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700441 - src/core/ext/filters/client_channel/backup_poller.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700442 - src/core/ext/filters/client_channel/client_channel.h
443 - src/core/ext/filters/client_channel/client_channel_factory.h
444 - src/core/ext/filters/client_channel/connector.h
445 - src/core/ext/filters/client_channel/http_connect_handshaker.h
446 - src/core/ext/filters/client_channel/http_proxy.h
447 - src/core/ext/filters/client_channel/lb_policy.h
448 - src/core/ext/filters/client_channel/lb_policy_factory.h
449 - src/core/ext/filters/client_channel/lb_policy_registry.h
450 - src/core/ext/filters/client_channel/parse_address.h
451 - src/core/ext/filters/client_channel/proxy_mapper.h
452 - src/core/ext/filters/client_channel/proxy_mapper_registry.h
453 - src/core/ext/filters/client_channel/resolver.h
454 - src/core/ext/filters/client_channel/resolver_factory.h
455 - src/core/ext/filters/client_channel/resolver_registry.h
456 - src/core/ext/filters/client_channel/retry_throttle.h
457 - src/core/ext/filters/client_channel/subchannel.h
458 - src/core/ext/filters/client_channel/subchannel_index.h
459 - src/core/ext/filters/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700460 src:
Yuchen Zeng0bad30a2017-10-05 21:47:39 -0700461 - src/core/ext/filters/client_channel/backup_poller.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700462 - src/core/ext/filters/client_channel/channel_connectivity.cc
463 - src/core/ext/filters/client_channel/client_channel.cc
464 - src/core/ext/filters/client_channel/client_channel_factory.cc
465 - src/core/ext/filters/client_channel/client_channel_plugin.cc
466 - src/core/ext/filters/client_channel/connector.cc
467 - src/core/ext/filters/client_channel/http_connect_handshaker.cc
468 - src/core/ext/filters/client_channel/http_proxy.cc
469 - src/core/ext/filters/client_channel/lb_policy.cc
470 - src/core/ext/filters/client_channel/lb_policy_factory.cc
471 - src/core/ext/filters/client_channel/lb_policy_registry.cc
472 - src/core/ext/filters/client_channel/parse_address.cc
473 - src/core/ext/filters/client_channel/proxy_mapper.cc
474 - src/core/ext/filters/client_channel/proxy_mapper_registry.cc
475 - src/core/ext/filters/client_channel/resolver.cc
476 - src/core/ext/filters/client_channel/resolver_factory.cc
477 - src/core/ext/filters/client_channel/resolver_registry.cc
478 - src/core/ext/filters/client_channel/retry_throttle.cc
479 - src/core/ext/filters/client_channel/subchannel.cc
480 - src/core/ext/filters/client_channel/subchannel_index.cc
481 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700482 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700483 uses:
484 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700485 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800486- name: grpc_codegen
487 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700488 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700489 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800490 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800491 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800492 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800493 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700494 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800495 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700496 uses:
497 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700498- name: grpc_deadline_filter
499 headers:
500 - src/core/ext/filters/deadline/deadline_filter.h
501 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700502 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700503 plugin: grpc_deadline_filter
504 uses:
505 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700506- name: grpc_http_filters
507 headers:
508 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700509 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700510 - src/core/ext/filters/http/server/http_server_filter.h
511 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700512 - src/core/ext/filters/http/client/http_client_filter.cc
513 - src/core/ext/filters/http/http_filters_plugin.cc
514 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
515 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700516 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700517 uses:
518 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700519- name: grpc_lb_policy_grpclb
520 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700521 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700522 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
523 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700524 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700525 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
526 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700527 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700528 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
529 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
530 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
531 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
532 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700533 - 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 -0800534 plugin: grpc_lb_policy_grpclb
535 uses:
536 - grpc_base
537 - grpc_client_channel
538 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700539 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800540- name: grpc_lb_policy_grpclb_secure
541 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700546 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
547 - 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 -0800548 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700549 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
550 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
551 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
552 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
553 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700554 - 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 -0700555 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700556 uses:
557 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700558 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700559 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700560 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700561 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700562- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700563 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700564 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700565 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700566 uses:
567 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700568 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700569 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700570- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700571 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700572 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700573 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700574 uses:
575 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700576 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700577 - grpc_lb_subchannel_list
578- name: grpc_lb_subchannel_list
579 headers:
580 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
581 src:
582 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
583 uses:
584 - grpc_base
585 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700586- name: grpc_max_age_filter
587 headers:
588 - src/core/ext/filters/max_age/max_age_filter.h
589 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700590 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700591 plugin: grpc_max_age_filter
592 uses:
593 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700594- name: grpc_message_size_filter
595 headers:
596 - src/core/ext/filters/message_size/message_size_filter.h
597 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700598 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700599 plugin: grpc_message_size_filter
600 uses:
601 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700602- name: grpc_resolver_dns_ares
603 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700604 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
605 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700606 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700607 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
608 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
609 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
610 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700611 plugin: grpc_resolver_dns_ares
612 uses:
613 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700614 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700615- name: grpc_resolver_dns_native
616 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700617 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700618 plugin: grpc_resolver_dns_native
619 uses:
620 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700621 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700622- name: grpc_resolver_fake
623 headers:
624 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
625 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700626 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700627 plugin: grpc_resolver_fake
628 uses:
629 - grpc_base
630 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700631- name: grpc_resolver_sockaddr
632 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700633 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700634 plugin: grpc_resolver_sockaddr
635 uses:
636 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700637 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100638- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700639 public_headers:
640 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100641 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700642 - src/core/lib/security/context/security_context.h
643 - src/core/lib/security/credentials/composite/composite_credentials.h
644 - src/core/lib/security/credentials/credentials.h
645 - src/core/lib/security/credentials/fake/fake_credentials.h
646 - src/core/lib/security/credentials/google_default/google_default_credentials.h
647 - src/core/lib/security/credentials/iam/iam_credentials.h
648 - src/core/lib/security/credentials/jwt/json_token.h
649 - src/core/lib/security/credentials/jwt/jwt_credentials.h
650 - src/core/lib/security/credentials/jwt/jwt_verifier.h
651 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
652 - src/core/lib/security/credentials/plugin/plugin_credentials.h
653 - src/core/lib/security/credentials/ssl/ssl_credentials.h
654 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800655 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700656 - src/core/lib/security/transport/secure_endpoint.h
657 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800658 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700659 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700660 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100661 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700662 - src/core/lib/http/httpcli_security_connector.cc
663 - src/core/lib/security/context/security_context.cc
664 - src/core/lib/security/credentials/composite/composite_credentials.cc
665 - src/core/lib/security/credentials/credentials.cc
666 - src/core/lib/security/credentials/credentials_metadata.cc
667 - src/core/lib/security/credentials/fake/fake_credentials.cc
668 - src/core/lib/security/credentials/google_default/credentials_generic.cc
669 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
670 - src/core/lib/security/credentials/iam/iam_credentials.cc
671 - src/core/lib/security/credentials/jwt/json_token.cc
672 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
673 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
674 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
675 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
676 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
677 - src/core/lib/security/transport/client_auth_filter.cc
678 - src/core/lib/security/transport/lb_targets_info.cc
679 - src/core/lib/security/transport/secure_endpoint.cc
680 - src/core/lib/security/transport/security_connector.cc
681 - src/core/lib/security/transport/security_handshaker.cc
682 - src/core/lib/security/transport/server_auth_filter.cc
683 - src/core/lib/security/transport/tsi_error.cc
684 - src/core/lib/security/util/json_util.cc
685 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700686 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700687 uses:
688 - grpc_base
689 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700690 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700691- name: grpc_server_backward_compatibility
692 headers:
693 - src/core/ext/filters/workarounds/workaround_utils.h
694 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700695 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700696 uses:
697 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700698- name: grpc_server_load_reporting
699 headers:
700 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
701 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
702 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700703 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
704 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700705 plugin: grpc_server_load_reporting_plugin
706 uses:
707 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700708- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700709 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700710 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700711 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700712 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800713 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700714 - test/core/end2end/fixtures/proxy.h
715 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800716 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700717 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800718 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200719 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700720 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700721 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700722 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700723 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700724 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700725 - test/core/util/slice_splitter.h
ncteisenaa3b1972017-11-17 15:56:27 -0800726 - test/core/util/tracer_util.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800727 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700728 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700729 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700730 - test/core/end2end/cq_verifier.cc
731 - test/core/end2end/fixtures/http_proxy_fixture.cc
732 - test/core/end2end/fixtures/proxy.cc
733 - test/core/iomgr/endpoint_tests.cc
Craig Tiller92226062017-10-08 21:16:12 -0700734 - test/core/util/debugger_macros.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700735 - test/core/util/grpc_profiler.cc
Vijay Pai195cf1e2017-11-30 10:56:06 -0800736 - test/core/util/histogram.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700737 - test/core/util/memory_counters.cc
738 - test/core/util/mock_endpoint.cc
739 - test/core/util/parse_hexstring.cc
740 - test/core/util/passthru_endpoint.cc
741 - test/core/util/port.cc
Adele Zhou5b7cdef2017-11-29 16:25:17 -0800742 - test/core/util/port_isolated_runtime_environment.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700743 - test/core/util/port_server_client.cc
744 - test/core/util/slice_splitter.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800745 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700746 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700747 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700748 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700749 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700750 uses:
751 - grpc_base
752 - grpc_client_channel
753 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700754- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700755 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700756 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700757 deps:
758 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700759 filegroups:
760 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700761 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700762- name: grpc_trace_headers
763 headers:
764 - src/core/lib/debug/trace.h
765 deps:
766 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700767- name: grpc_transport_chttp2
768 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700769 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700770 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700771 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700772 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700773 - src/core/ext/transport/chttp2/transport/frame.h
774 - src/core/ext/transport/chttp2/transport/frame_data.h
775 - src/core/ext/transport/chttp2/transport/frame_goaway.h
776 - src/core/ext/transport/chttp2/transport/frame_ping.h
777 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
778 - src/core/ext/transport/chttp2/transport/frame_settings.h
779 - src/core/ext/transport/chttp2/transport/frame_window_update.h
780 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
781 - src/core/ext/transport/chttp2/transport/hpack_parser.h
782 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700783 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700784 - src/core/ext/transport/chttp2/transport/huffsyms.h
785 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
786 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700787 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700788 - src/core/ext/transport/chttp2/transport/varint.h
789 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700790 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
791 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
792 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
793 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
794 - src/core/ext/transport/chttp2/transport/flow_control.cc
795 - src/core/ext/transport/chttp2/transport/frame_data.cc
796 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
797 - src/core/ext/transport/chttp2/transport/frame_ping.cc
798 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
799 - src/core/ext/transport/chttp2/transport/frame_settings.cc
800 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
801 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
802 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
803 - src/core/ext/transport/chttp2/transport/hpack_table.cc
804 - src/core/ext/transport/chttp2/transport/http2_settings.cc
805 - src/core/ext/transport/chttp2/transport/huffsyms.cc
806 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
807 - src/core/ext/transport/chttp2/transport/parsing.cc
808 - src/core/ext/transport/chttp2/transport/stream_lists.cc
809 - src/core/ext/transport/chttp2/transport/stream_map.cc
810 - src/core/ext/transport/chttp2/transport/varint.cc
811 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700812 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700813 uses:
814 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700815 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700816 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700817- name: grpc_transport_chttp2_alpn
818 headers:
819 - src/core/ext/transport/chttp2/alpn/alpn.h
820 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700821 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700822 deps:
823 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800824- name: grpc_transport_chttp2_client_connector
825 headers:
826 - src/core/ext/transport/chttp2/client/chttp2_connector.h
827 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700828 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800829 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800830 - grpc_transport_chttp2
831 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700832 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700833- name: grpc_transport_chttp2_client_insecure
834 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700835 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
836 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700837 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800838 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700839 - grpc_transport_chttp2
840 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700841 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700842- name: grpc_transport_chttp2_client_secure
843 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700844 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700845 uses:
846 - grpc_transport_chttp2
847 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700848 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700849 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800850 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800851- name: grpc_transport_chttp2_server
852 headers:
853 - src/core/ext/transport/chttp2/server/chttp2_server.h
854 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700855 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800856 uses:
857 - grpc_transport_chttp2
858 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700859- name: grpc_transport_chttp2_server_insecure
860 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700861 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
862 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700863 uses:
864 - grpc_transport_chttp2
865 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800866 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700867- name: grpc_transport_chttp2_server_secure
868 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700869 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700870 uses:
871 - grpc_transport_chttp2
872 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700873 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800874 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700875- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700876 public_headers:
877 - include/grpc/grpc_cronet.h
878 - include/grpc/grpc_security.h
879 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700880 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800881 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800882 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700883 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700884 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
885 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
886 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700887 filegroups:
888 - grpc_base
889 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700890 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700891- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700892 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700893 - src/core/ext/transport/inproc/inproc_plugin.cc
894 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700895 plugin: grpc_inproc_plugin
896 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700897 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700898 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700899- name: grpc_transport_inproc_headers
900 headers:
901 - src/core/ext/transport/inproc/inproc_transport.h
902 uses:
903 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700904- name: grpc_workaround_cronet_compression_filter
905 headers:
906 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
907 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700908 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700909 plugin: grpc_workaround_cronet_compression_filter
910 uses:
911 - grpc_base
912 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800913- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700914 src:
915 - third_party/nanopb/pb_common.c
916 - third_party/nanopb/pb_decode.c
917 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700918 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700919 - nanopb_headers
920- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800921 headers:
922 - third_party/nanopb/pb.h
923 - third_party/nanopb/pb_common.h
924 - third_party/nanopb/pb_decode.h
925 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700926- name: transport_security_test_lib
927 build: test
928 headers:
929 - test/core/tsi/transport_security_test_lib.h
930 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700931 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700932 deps:
933 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700934- name: tsi
935 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -0800936 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700937 - src/core/tsi/fake_transport_security.h
938 - src/core/tsi/ssl_transport_security.h
939 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700940 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700941 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -0800942 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700943 - src/core/tsi/fake_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700944 - src/core/tsi/ssl_transport_security.cc
945 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700946 deps:
947 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -0800948 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700949 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700950 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700951 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700952 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700953 - grpc_trace
954- name: tsi_interface
955 headers:
956 - src/core/tsi/transport_security.h
957 - src/core/tsi/transport_security_adapter.h
958 - src/core/tsi/transport_security_interface.h
959 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700960 - src/core/tsi/transport_security.cc
961 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700962 deps:
963 - gpr
964 secure: true
965 uses:
966 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700967- name: grpc++_codegen_base
968 language: c++
969 public_headers:
970 - include/grpc++/impl/codegen/async_stream.h
971 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700972 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700973 - include/grpc++/impl/codegen/call.h
974 - include/grpc++/impl/codegen/call_hook.h
975 - include/grpc++/impl/codegen/channel_interface.h
976 - include/grpc++/impl/codegen/client_context.h
977 - include/grpc++/impl/codegen/client_unary_call.h
978 - include/grpc++/impl/codegen/completion_queue.h
979 - include/grpc++/impl/codegen/completion_queue_tag.h
980 - include/grpc++/impl/codegen/config.h
981 - include/grpc++/impl/codegen/core_codegen_interface.h
982 - include/grpc++/impl/codegen/create_auth_context.h
983 - include/grpc++/impl/codegen/grpc_library.h
984 - include/grpc++/impl/codegen/metadata_map.h
985 - include/grpc++/impl/codegen/method_handler_impl.h
986 - include/grpc++/impl/codegen/rpc_method.h
987 - include/grpc++/impl/codegen/rpc_service_method.h
988 - include/grpc++/impl/codegen/security/auth_context.h
989 - include/grpc++/impl/codegen/serialization_traits.h
990 - include/grpc++/impl/codegen/server_context.h
991 - include/grpc++/impl/codegen/server_interface.h
992 - include/grpc++/impl/codegen/service_type.h
993 - include/grpc++/impl/codegen/slice.h
994 - include/grpc++/impl/codegen/status.h
995 - include/grpc++/impl/codegen/status_code_enum.h
996 - include/grpc++/impl/codegen/string_ref.h
997 - include/grpc++/impl/codegen/stub_options.h
998 - include/grpc++/impl/codegen/sync_stream.h
999 - include/grpc++/impl/codegen/time.h
1000 uses:
1001 - grpc_codegen
1002- name: grpc++_codegen_base_src
1003 language: c++
1004 src:
1005 - src/cpp/codegen/codegen_init.cc
1006 uses:
1007 - grpc++_codegen_base
1008- name: grpc++_codegen_proto
1009 language: c++
1010 public_headers:
1011 - include/grpc++/impl/codegen/proto_utils.h
1012 uses:
1013 - grpc++_codegen_base
1014 - grpc++_config_proto
1015- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001016 language: c++
1017 public_headers:
1018 - include/grpc++/alarm.h
1019 - include/grpc++/channel.h
1020 - include/grpc++/client_context.h
1021 - include/grpc++/completion_queue.h
1022 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001023 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001024 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001025 - include/grpc++/generic/async_generic_service.h
1026 - include/grpc++/generic/generic_stub.h
1027 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001028 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001029 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001030 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001031 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001032 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001033 - include/grpc++/impl/grpc_library.h
1034 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001035 - include/grpc++/impl/rpc_method.h
1036 - include/grpc++/impl/rpc_service_method.h
1037 - include/grpc++/impl/serialization_traits.h
1038 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001039 - include/grpc++/impl/server_builder_plugin.h
1040 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001041 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001042 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001043 - include/grpc++/security/auth_context.h
1044 - include/grpc++/security/auth_metadata_processor.h
1045 - include/grpc++/security/credentials.h
1046 - include/grpc++/security/server_credentials.h
1047 - include/grpc++/server.h
1048 - include/grpc++/server_builder.h
1049 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001050 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001051 - include/grpc++/support/async_stream.h
1052 - include/grpc++/support/async_unary_call.h
1053 - include/grpc++/support/byte_buffer.h
1054 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001055 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001056 - include/grpc++/support/slice.h
1057 - include/grpc++/support/status.h
1058 - include/grpc++/support/status_code_enum.h
1059 - include/grpc++/support/string_ref.h
1060 - include/grpc++/support/stub_options.h
1061 - include/grpc++/support/sync_stream.h
1062 - include/grpc++/support/time.h
1063 headers:
1064 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001065 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001066 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001067 - src/cpp/server/health/default_health_check_service.h
1068 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001070 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001071 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001072 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001073 - src/cpp/client/client_context.cc
1074 - src/cpp/client/create_channel.cc
1075 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001076 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001077 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001078 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001079 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001080 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001081 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001082 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001084 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001085 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001086 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001087 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001088 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001089 - src/cpp/server/create_default_thread_pool.cc
1090 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001091 - src/cpp/server/health/default_health_check_service.cc
1092 - src/cpp/server/health/health.pb.c
1093 - src/cpp/server/health/health_check_service.cc
1094 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001095 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001096 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001097 - src/cpp/server/server_context.cc
1098 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001099 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001100 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001101 - src/cpp/util/byte_buffer_cc.cc
1102 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001103 - src/cpp/util/status.cc
1104 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001105 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001106 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001107 - gpr_base_headers
1108 - grpc_base_headers
1109 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001110 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001111 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001112- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001113 language: c++
1114 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001115 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001116- name: grpc++_reflection_proto
1117 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001118 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001119 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001120- name: grpc++_test
1121 language: c++
1122 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001123 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001124 - include/grpc++/test/server_context_test_spouse.h
1125 deps:
1126 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001127 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001128libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001129- name: gpr
1130 build: all
1131 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001132 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001133 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001134 secure: false
1135 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1136- name: gpr_test_util
1137 build: private
1138 language: c
1139 headers:
1140 - test/core/util/test_config.h
1141 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001142 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001143 deps:
1144 - gpr
1145 secure: false
1146 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001147- name: grpc
1148 build: all
1149 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001150 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001151 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001152 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001153 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001154 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001155 filegroups:
1156 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001157 - grpc_transport_chttp2_server_secure
1158 - grpc_transport_chttp2_client_secure
1159 - grpc_transport_chttp2_server_insecure
1160 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001161 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001162 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001163 - grpc_lb_policy_pick_first
1164 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001165 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001166 - grpc_resolver_dns_native
1167 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001168 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001169 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001170 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001171 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001172 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001173 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001174 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001175 - grpc_workaround_cronet_compression_filter
1176 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001177 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001178 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001179 vs_packages:
1180 - grpc.dependencies.openssl
1181 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001182 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001183- name: grpc_cronet
1184 build: all
1185 language: c
1186 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001187 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001188 baselib: true
1189 deps_linkage: static
1190 dll: true
1191 filegroups:
1192 - grpc_base
1193 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001194 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001195 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001196 generate_plugin_registry: true
1197 platforms:
1198 - linux
1199 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001200- name: grpc_dll
1201 build: private
1202 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001203 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001204 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001205 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001206 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001207 build_system:
1208 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001209 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001210 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001211 vs_config_type: DynamicLibrary
1212 vs_packages:
1213 - grpc.dependencies.openssl
1214 - grpc.dependencies.zlib
1215 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1216 vs_props:
1217 - zlib
1218 - openssl
1219 - winsock
1220 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221- name: grpc_test_util
1222 build: private
1223 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001224 headers:
1225 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001226 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001227 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001228 - test/core/end2end/data/client_certs.cc
1229 - test/core/end2end/data/server1_cert.cc
1230 - test/core/end2end/data/server1_key.cc
1231 - test/core/end2end/data/test_root_cert.cc
1232 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001233 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001234 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001235 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001236 - grpc
1237 filegroups:
1238 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001239 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1240- name: grpc_test_util_unsecure
1241 build: private
1242 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001243 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001244 - gpr
1245 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001246 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001247 filegroups:
1248 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001249 secure: false
1250 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1251- name: grpc_unsecure
1252 build: all
1253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001254 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001255 - src/core/lib/surface/init.cc
1256 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001257 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001258 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001260 filegroups:
1261 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001262 - grpc_transport_chttp2_server_insecure
1263 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001264 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001265 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001266 - grpc_resolver_dns_native
1267 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001268 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001269 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001270 - grpc_lb_policy_grpclb
1271 - grpc_lb_policy_pick_first
1272 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001273 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001274 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001275 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001276 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001277 - grpc_workaround_cronet_compression_filter
1278 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001279 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001280 secure: false
1281 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001282- name: reconnect_server
1283 build: private
1284 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001285 headers:
1286 - test/core/util/reconnect_server.h
1287 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001288 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001289 deps:
yang-gc9fca182015-11-06 16:41:33 -08001290 - test_tcp_server
1291 - grpc_test_util
1292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001293 - gpr_test_util
1294 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001295- name: test_tcp_server
1296 build: private
1297 language: c
1298 headers:
1299 - test/core/util/test_tcp_server.h
1300 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001301 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001302 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001303 - grpc_test_util
1304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001305 - gpr_test_util
1306 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001307- name: grpc++
1308 build: all
1309 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001310 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001311 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001312 - src/cpp/client/secure_credentials.h
1313 - src/cpp/common/secure_auth_context.h
1314 - src/cpp/server/secure_server_credentials.h
1315 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001316 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001317 - src/cpp/client/secure_credentials.cc
1318 - src/cpp/common/auth_property_iterator.cc
1319 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001320 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001321 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001322 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001323 - src/cpp/server/secure_server_credentials.cc
1324 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001325 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001326 baselib: true
1327 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001328 filegroups:
1329 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001330 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001331 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001332 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001333 secure: check
1334 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001335- name: grpc++_core_stats
1336 build: private
1337 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001338 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001339 - src/cpp/util/core_stats.h
1340 src:
1341 - src/proto/grpc/core/stats.proto
1342 - src/cpp/util/core_stats.cc
1343 deps:
1344 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001345- name: grpc++_cronet
1346 build: all
1347 language: c++
1348 src:
1349 - src/cpp/client/cronet_credentials.cc
1350 - src/cpp/client/insecure_credentials.cc
1351 - src/cpp/common/insecure_create_auth_context.cc
1352 - src/cpp/server/insecure_server_credentials.cc
1353 deps:
1354 - gpr
1355 - grpc_cronet
1356 baselib: true
1357 dll: true
1358 filegroups:
1359 - grpc++_base
1360 - grpc++_codegen_base
1361 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001362 - grpc_transport_chttp2_client_insecure
1363 - grpc_transport_chttp2_server_insecure
1364 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001365 platforms:
1366 - linux
1367 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001368- name: grpc++_error_details
1369 build: all
1370 language: c++
1371 public_headers:
1372 - include/grpc++/support/error_details.h
1373 src:
1374 - src/proto/grpc/status/status.proto
1375 - src/cpp/util/error_details.cc
1376 deps:
1377 - grpc++
1378 baselib: true
1379 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001380- name: grpc++_proto_reflection_desc_db
1381 build: private
1382 language: c++
1383 headers:
1384 - test/cpp/util/proto_reflection_descriptor_database.h
1385 src:
1386 - test/cpp/util/proto_reflection_descriptor_database.cc
1387 deps:
1388 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001389 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001390 filegroups:
1391 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001392 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001393- name: grpc++_reflection
1394 build: all
1395 language: c++
1396 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001397 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001398 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001399 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001400 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001401 - src/cpp/ext/proto_server_reflection.cc
1402 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001403 deps:
1404 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001405 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001406 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001407 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001408- name: grpc++_test_config
1409 build: private
1410 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001411 headers:
1412 - test/cpp/util/test_config.h
1413 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001414 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: grpc++_test_util
1416 build: private
1417 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001418 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001419 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001420 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001421 - test/cpp/util/create_test_channel.h
1422 - test/cpp/util/string_ref_helper.h
1423 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001424 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001425 src:
yang-gc8a49d22016-12-12 11:18:49 -08001426 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001427 - src/proto/grpc/testing/echo_messages.proto
1428 - src/proto/grpc/testing/echo.proto
1429 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001430 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001431 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001432 - test/cpp/util/create_test_channel.cc
1433 - test/cpp/util/string_ref_helper.cc
1434 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001435 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001436 deps:
1437 - grpc++
1438 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001439 - grpc
yang-g17487f92016-06-03 15:21:15 -07001440 filegroups:
1441 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001442 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001443 - grpc++_codegen_proto
1444 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001445- name: grpc++_test_util_unsecure
1446 build: private
1447 language: c++
1448 headers:
1449 - test/cpp/end2end/test_service_impl.h
1450 - test/cpp/util/byte_buffer_proto_helper.h
1451 - test/cpp/util/string_ref_helper.h
1452 - test/cpp/util/subprocess.h
1453 src:
1454 - src/proto/grpc/health/v1/health.proto
1455 - src/proto/grpc/testing/echo_messages.proto
1456 - src/proto/grpc/testing/echo.proto
1457 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1458 - test/cpp/end2end/test_service_impl.cc
1459 - test/cpp/util/byte_buffer_proto_helper.cc
1460 - test/cpp/util/string_ref_helper.cc
1461 - test/cpp/util/subprocess.cc
1462 deps:
1463 - grpc++_unsecure
1464 - grpc_test_util_unsecure
1465 - grpc_unsecure
1466 filegroups:
1467 - grpc++_codegen_base
1468 - grpc++_codegen_base_src
1469 - grpc++_codegen_proto
1470 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001471- name: grpc++_unsecure
1472 build: all
1473 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001474 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001475 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001476 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001477 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001478 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001479 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001480 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001481 baselib: true
1482 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001483 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001484 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001485 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001486 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001487 secure: false
1488 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001489- name: grpc_benchmark
1490 build: test
1491 language: c++
1492 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001493 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1494 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001495 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001496 src:
1497 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001498 deps:
1499 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001500 - grpc++_unsecure
1501 - grpc_test_util_unsecure
1502 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001503 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001504- name: grpc_cli_libs
1505 build: private
1506 language: c++
1507 headers:
1508 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001509 - test/cpp/util/cli_credentials.h
1510 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001511 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001512 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001513 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001514 src:
1515 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001516 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001517 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001518 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001519 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001520 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001521 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001522 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001523 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001524 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001525 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001526 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001527- name: grpc_plugin_support
1528 build: protoc
1529 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001530 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001531 - src/compiler/config.h
1532 - src/compiler/cpp_generator.h
1533 - src/compiler/cpp_generator_helpers.h
1534 - src/compiler/csharp_generator.h
1535 - src/compiler/csharp_generator_helpers.h
1536 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001537 - src/compiler/node_generator.h
1538 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001539 - src/compiler/objective_c_generator.h
1540 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001541 - src/compiler/php_generator.h
1542 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301543 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001544 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301545 - src/compiler/python_generator_helpers.h
1546 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001547 - src/compiler/ruby_generator.h
1548 - src/compiler/ruby_generator_helpers-inl.h
1549 - src/compiler/ruby_generator_map-inl.h
1550 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301551 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001552 src:
1553 - src/compiler/cpp_generator.cc
1554 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001555 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001556 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001557 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001558 - src/compiler/python_generator.cc
1559 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001560 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001561 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001562 secure: false
1563 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001564 vs_props:
1565 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001566- name: http2_client_main
1567 build: private
1568 language: c++
1569 headers:
1570 - test/cpp/interop/http2_client.h
1571 src:
1572 - src/proto/grpc/testing/empty.proto
1573 - src/proto/grpc/testing/messages.proto
1574 - src/proto/grpc/testing/test.proto
1575 - test/cpp/interop/http2_client.cc
1576 deps:
1577 - grpc++_test_util
1578 - grpc_test_util
1579 - grpc++
1580 - grpc
1581 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001582- name: interop_client_helper
1583 build: private
1584 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001585 headers:
1586 - test/cpp/interop/client_helper.h
1587 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001588 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001589 - test/cpp/interop/client_helper.cc
1590 deps:
1591 - grpc++_test_util
1592 - grpc_test_util
1593 - grpc++
1594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001595 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001596- name: interop_client_main
1597 build: private
1598 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001599 headers:
1600 - test/cpp/interop/interop_client.h
1601 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001602 - src/proto/grpc/testing/empty.proto
1603 - src/proto/grpc/testing/messages.proto
1604 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001605 - test/cpp/interop/client.cc
1606 - test/cpp/interop/interop_client.cc
1607 deps:
1608 - interop_client_helper
1609 - grpc++_test_util
1610 - grpc_test_util
1611 - grpc++
1612 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001613 - gpr_test_util
1614 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001615 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001616- name: interop_server_helper
1617 build: private
1618 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001619 headers:
1620 - test/cpp/interop/server_helper.h
1621 src:
1622 - test/cpp/interop/server_helper.cc
1623 deps:
yang-gcc591022017-01-11 11:10:43 -08001624 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001625 - grpc_test_util
1626 - grpc++
1627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001628 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001629- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001630 build: private
1631 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001632 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001633 - src/proto/grpc/testing/empty.proto
1634 - src/proto/grpc/testing/messages.proto
1635 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001636 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001637 deps:
1638 - interop_server_helper
1639 - grpc++_test_util
1640 - grpc_test_util
1641 - grpc++
1642 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001643 - gpr_test_util
1644 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001645 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001646- name: interop_server_main
1647 build: private
1648 language: c++
1649 src:
1650 - test/cpp/interop/interop_server_bootstrap.cc
1651 deps:
1652 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001653- name: qps
1654 build: private
1655 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001656 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001657 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001658 - test/cpp/qps/client.h
1659 - test/cpp/qps/driver.h
1660 - test/cpp/qps/histogram.h
1661 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001662 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001663 - test/cpp/qps/qps_worker.h
1664 - test/cpp/qps/report.h
1665 - test/cpp/qps/server.h
1666 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001667 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001668 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001669 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001670 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001671 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001672 - src/proto/grpc/testing/control.proto
1673 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001674 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001675 - test/cpp/qps/client_async.cc
1676 - test/cpp/qps/client_sync.cc
1677 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001678 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001679 - test/cpp/qps/qps_worker.cc
1680 - test/cpp/qps/report.cc
1681 - test/cpp/qps/server_async.cc
1682 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001683 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001684 deps:
1685 - grpc_test_util
1686 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001687 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001688 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001689 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001690- name: grpc_csharp_ext
1691 build: all
1692 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001693 src:
1694 - src/csharp/ext/grpc_csharp_ext.c
1695 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001697 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001698 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001699 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700 dll: only
1701 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001702 vs_packages:
1703 - grpc.dependencies.openssl
1704 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001706 vs_props:
1707 - zlib
1708 - openssl
1709 - winsock
1710 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001711targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001712- name: algorithm_test
1713 build: test
1714 language: c
1715 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001716 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001717 deps:
1718 - grpc_test_util
1719 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001720 - gpr_test_util
1721 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001722 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001723- name: alloc_test
1724 build: test
1725 language: c
1726 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001727 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001728 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001729 - gpr_test_util
1730 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001731 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001732- name: alpn_test
1733 build: test
1734 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001735 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001736 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001737 deps:
1738 - grpc_test_util
1739 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001740 - gpr_test_util
1741 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001742- name: api_fuzzer
1743 build: fuzzer
1744 language: c
1745 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001746 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001747 deps:
1748 - grpc_test_util
1749 - grpc
1750 - gpr_test_util
1751 - gpr
1752 corpus_dirs:
1753 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001754 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001755 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001756- name: arena_test
1757 build: test
1758 language: c
1759 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001760 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001761 deps:
1762 - gpr_test_util
1763 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001764 uses_polling: false
Vijay Pai8f4fbb12018-02-08 10:04:08 -08001765- name: avl_test
1766 build: test
1767 language: c
1768 src:
1769 - test/core/avl/avl_test.cc
1770 deps:
1771 - gpr_test_util
1772 - gpr
1773 - grpc
1774 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001775- name: bad_server_response_test
1776 build: test
1777 language: c
1778 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001779 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001780 deps:
1781 - test_tcp_server
1782 - grpc_test_util
1783 - grpc
1784 - gpr_test_util
1785 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001786 exclude_iomgrs:
1787 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001788- name: bin_decoder_test
1789 build: test
1790 language: c
1791 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001792 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001793 deps:
1794 - grpc_test_util
1795 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001796 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001797- name: bin_encoder_test
1798 build: test
1799 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001800 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001801 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001802 deps:
1803 - grpc_test_util
1804 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001805 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001806- name: byte_stream_test
1807 build: test
1808 language: c
1809 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001810 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001811 deps:
1812 - grpc_test_util
1813 - grpc
1814 - gpr_test_util
1815 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001816 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001817- name: channel_create_test
1818 build: test
1819 language: c
1820 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001821 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001822 deps:
1823 - grpc_test_util
1824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001825 - gpr_test_util
1826 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001827- name: check_epollexclusive
1828 build: tool
1829 language: c
1830 src:
1831 - test/build/check_epollexclusive.c
1832 deps:
1833 - grpc
1834 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001835- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001836 build: test
1837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001838 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001839 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001840 deps:
1841 - grpc_test_util
1842 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001845 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001846- name: chttp2_stream_map_test
1847 build: test
1848 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001849 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001850 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001851 deps:
1852 - grpc_test_util
1853 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001854 - gpr_test_util
1855 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001856 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001857- name: chttp2_varint_test
1858 build: test
1859 language: c
1860 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001861 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001862 deps:
1863 - grpc_test_util
1864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001865 - gpr_test_util
1866 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001867 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001868- name: client_fuzzer
1869 build: fuzzer
1870 language: c
1871 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001872 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001873 deps:
1874 - grpc_test_util
1875 - grpc
1876 - gpr_test_util
1877 - gpr
1878 corpus_dirs:
1879 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001880 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001881 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001882- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001883 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001884 build: test
1885 language: c
1886 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001887 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001888 deps:
1889 - grpc_test_util
1890 - grpc
1891 - gpr_test_util
1892 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001893- name: compression_test
1894 build: test
1895 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001896 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001897 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001898 deps:
1899 - grpc_test_util
1900 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001903 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001904- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001905 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001906 build: test
1907 language: c
1908 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001909 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001910 deps:
1911 - grpc_test_util
1912 - grpc
1913 - gpr_test_util
1914 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001915 exclude_iomgrs:
1916 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001917- name: connection_refused_test
1918 cpu_cost: 0.1
1919 build: test
1920 language: c
1921 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001922 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001923 deps:
1924 - grpc_test_util
1925 - grpc
1926 - gpr_test_util
1927 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001928- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001929 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001930 build: test
1931 language: c
1932 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001933 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001934 deps:
1935 - grpc_test_util
1936 - grpc
1937 - gpr_test_util
1938 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001939 exclude_iomgrs:
1940 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08001941- name: dns_resolver_cooldown_test
1942 build: test
1943 language: c
1944 src:
1945 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
1946 deps:
1947 - grpc_test_util
1948 - grpc
1949 - gpr_test_util
1950 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001951- name: dns_resolver_test
1952 build: test
1953 language: c
1954 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001955 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001956 deps:
1957 - grpc_test_util
1958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001959 - gpr_test_util
1960 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001961- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001962 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963 build: test
1964 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001965 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001966 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001967 deps:
1968 - grpc_test_util
1969 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001970 - gpr_test_util
1971 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001972 exclude_iomgrs:
1973 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001974 platforms:
1975 - mac
1976 - linux
1977 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001978- name: endpoint_pair_test
1979 build: test
1980 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001981 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001982 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001983 deps:
1984 - grpc_test_util
1985 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001986 - gpr_test_util
1987 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001988 exclude_iomgrs:
1989 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001990- name: error_test
1991 cpu_cost: 30
1992 build: test
1993 language: c
1994 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001995 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001996 deps:
1997 - grpc_test_util
1998 - grpc
1999 - gpr_test_util
2000 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002001 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002002- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002003 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002004 build: test
2005 language: c
2006 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002007 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002008 deps:
2009 - grpc_test_util
2010 - grpc
2011 - gpr_test_util
2012 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002013 exclude_iomgrs:
2014 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002015 platforms:
2016 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002017- name: fake_resolver_test
2018 build: test
2019 language: c
2020 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002021 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002022 deps:
2023 - grpc_test_util
2024 - grpc
2025 - gpr_test_util
2026 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002027- name: fake_transport_security_test
2028 build: test
2029 language: c
2030 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002031 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002032 deps:
2033 - gpr_test_util
2034 - gpr
2035 - grpc
2036 filegroups:
2037 - transport_security_test_lib
2038 platforms:
2039 - linux
2040 - posix
2041 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002042- name: fd_conservation_posix_test
2043 build: test
2044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002045 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002046 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002047 deps:
2048 - grpc_test_util
2049 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002050 - gpr_test_util
2051 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002052 exclude_iomgrs:
2053 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002054 platforms:
2055 - mac
2056 - linux
2057 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002058- name: fd_posix_test
2059 build: test
2060 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002061 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002062 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002063 deps:
2064 - grpc_test_util
2065 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002066 - gpr_test_util
2067 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002068 exclude_iomgrs:
2069 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002070 platforms:
2071 - mac
2072 - linux
2073 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074- name: fling_client
2075 build: test
2076 run: false
2077 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002078 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002079 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002080 deps:
2081 - grpc_test_util
2082 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002083 - gpr_test_util
2084 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002085- name: fling_server
2086 build: test
2087 run: false
2088 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002089 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002090 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002091 deps:
2092 - grpc_test_util
2093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002094 - gpr_test_util
2095 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002096- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002097 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002098 build: test
2099 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002100 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002101 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002102 deps:
2103 - grpc_test_util
2104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002107 platforms:
2108 - mac
2109 - linux
2110 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002111- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002112 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002113 build: test
2114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002115 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002116 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002117 deps:
2118 - grpc_test_util
2119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002120 - gpr_test_util
2121 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002122 platforms:
2123 - mac
2124 - linux
2125 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002126- name: goaway_server_test
2127 cpu_cost: 0.1
2128 build: test
2129 language: c
2130 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002131 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002132 deps:
2133 - grpc_test_util
2134 - grpc
2135 - gpr_test_util
2136 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002137 exclude_iomgrs:
2138 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002139 platforms:
2140 - mac
2141 - linux
2142 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002143- name: gpr_cmdline_test
2144 build: test
2145 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002146 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002147 - test/core/gpr/cmdline_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002148 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002149 - gpr_test_util
2150 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002151 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002152- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002153 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002154 build: test
2155 language: c
2156 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002157 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002158 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002159 - gpr_test_util
2160 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002161 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002162- name: gpr_env_test
2163 build: test
2164 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002165 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002166 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002167 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002168 - gpr_test_util
2169 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002170 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002171- name: gpr_host_port_test
2172 build: test
2173 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002174 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002175 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002176 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002177 - gpr_test_util
2178 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002179 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002180- name: gpr_log_test
2181 build: test
2182 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002183 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002184 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002185 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002186 - gpr_test_util
2187 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002188 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002189- name: gpr_manual_constructor_test
2190 cpu_cost: 3
2191 build: test
2192 language: c
2193 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002194 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002195 deps:
2196 - gpr_test_util
2197 - gpr
2198 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002199- name: gpr_mpscq_test
2200 cpu_cost: 30
2201 build: test
2202 language: c
2203 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002204 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002205 deps:
2206 - gpr_test_util
2207 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002208 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002209- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002210 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002211 build: test
2212 language: c
2213 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002214 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002215 deps:
2216 - gpr_test_util
2217 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002218 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002219- name: gpr_string_test
2220 build: test
2221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002222 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002223 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002224 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002225 - gpr_test_util
2226 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002227 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002228- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002229 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002230 build: test
2231 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002232 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002233 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002234 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002235 - gpr_test_util
2236 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002237 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002238- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002239 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002240 build: test
2241 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002242 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002243 - test/core/gpr/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002244 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002245 - gpr_test_util
2246 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002247 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002248- name: gpr_time_test
2249 build: test
2250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002251 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002252 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002253 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002254 - gpr_test_util
2255 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002256 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257- name: gpr_tls_test
2258 build: test
2259 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002260 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002261 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002262 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002265 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002266- name: gpr_useful_test
2267 build: test
2268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002269 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002270 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002271 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002272 - gpr_test_util
2273 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002274 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002275- name: grpc_auth_context_test
2276 build: test
2277 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002278 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002279 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002280 deps:
2281 - grpc_test_util
2282 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002283 - gpr_test_util
2284 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002285 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002286- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002287 build: test
2288 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002289 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002290 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002291 deps:
2292 - grpc_test_util
2293 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002294 - gpr_test_util
2295 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002296 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002297- name: grpc_byte_buffer_reader_test
2298 build: test
2299 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002300 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002301 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002302 deps:
2303 - grpc_test_util
2304 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002305 - gpr_test_util
2306 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002307 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002308- name: grpc_channel_args_test
2309 build: test
2310 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002311 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002312 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002313 deps:
2314 - grpc_test_util
2315 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002316 - gpr_test_util
2317 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002318 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002319- name: grpc_channel_stack_builder_test
2320 build: test
2321 language: c
2322 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002323 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002324 deps:
2325 - grpc_test_util
2326 - grpc
2327 - gpr_test_util
2328 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002329- name: grpc_channel_stack_test
2330 build: test
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002333 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002334 deps:
2335 - grpc_test_util
2336 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002337 - gpr_test_util
2338 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002339 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002340- name: grpc_completion_queue_test
2341 build: test
2342 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002343 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002344 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002345 deps:
2346 - grpc_test_util
2347 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002348 - gpr_test_util
2349 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002350- name: grpc_completion_queue_threading_test
2351 build: test
2352 language: c
2353 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002354 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002355 deps:
2356 - grpc_test_util
2357 - grpc
2358 - gpr_test_util
2359 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002360 exclude_iomgrs:
2361 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002362- name: grpc_create_jwt
2363 build: tool
2364 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002365 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002366 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002367 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002368 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002369 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002370 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002371 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002372- name: grpc_credentials_test
2373 build: test
2374 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002375 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002376 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002377 deps:
2378 - grpc_test_util
2379 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002380 - gpr_test_util
2381 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002382- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002383 build: test
2384 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002385 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002386 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002387 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002388 deps:
2389 - grpc_test_util
2390 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002391 - gpr_test_util
2392 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002393- name: grpc_invalid_channel_args_test
2394 build: test
2395 language: c
2396 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002397 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002398 deps:
2399 - grpc_test_util
2400 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002401 - gpr_test_util
2402 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002403 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002404- name: grpc_json_token_test
2405 build: test
2406 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002407 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002408 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002409 deps:
2410 - grpc_test_util
2411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002412 - gpr_test_util
2413 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002414 platforms:
2415 - linux
2416 - posix
2417 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002418 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002419- name: grpc_jwt_verifier_test
2420 build: test
2421 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002422 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002423 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002424 deps:
2425 - grpc_test_util
2426 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002427 - gpr_test_util
2428 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002429 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002430- name: grpc_print_google_default_creds_token
2431 build: tool
2432 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002433 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002434 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002435 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002437 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002438 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002439- name: grpc_security_connector_test
2440 build: test
2441 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002442 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002443 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002444 deps:
2445 - grpc_test_util
2446 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002447 - gpr_test_util
2448 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002449- name: grpc_ssl_credentials_test
2450 build: test
2451 language: c
2452 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002453 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002454 deps:
2455 - grpc_test_util
2456 - grpc
2457 - gpr_test_util
2458 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002459- name: grpc_verify_jwt
2460 build: tool
2461 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002462 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002463 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002464 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002465 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002466 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002467 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002468- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002469 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002470 language: c
2471 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002472 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002473 deps:
2474 - grpc_test_util
2475 - grpc
2476 - gpr_test_util
2477 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002478 exclude_iomgrs:
2479 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002480 platforms:
2481 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002482 secure: true
2483- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002484 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002485 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002486 headers:
2487 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002488 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002489 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002490 - test/core/handshake/server_ssl_common.cc
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002491 deps:
2492 - grpc_test_util
2493 - grpc
2494 - gpr_test_util
2495 - gpr
2496 exclude_iomgrs:
2497 - uv
2498 platforms:
2499 - linux
2500 secure: true
2501- name: handshake_server_with_readahead_handshaker
2502 build: test
2503 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002504 headers:
2505 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002506 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002507 - test/core/handshake/readahead_handshaker_server_ssl.cc
2508 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002509 deps:
2510 - grpc_test_util
2511 - grpc
2512 - gpr_test_util
2513 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002514 exclude_iomgrs:
2515 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002516 platforms:
2517 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002518 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002519- name: histogram_test
2520 build: test
2521 language: c
2522 src:
2523 - test/core/util/histogram_test.cc
2524 deps:
2525 - grpc_test_util
2526 - gpr
2527 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002528- name: hpack_parser_fuzzer_test
2529 build: fuzzer
2530 language: c
2531 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002532 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002533 deps:
2534 - grpc_test_util
2535 - grpc
2536 - gpr_test_util
2537 - gpr
2538 corpus_dirs:
2539 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002540 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002541 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002542- name: hpack_parser_test
2543 build: test
2544 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002545 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002546 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002547 deps:
2548 - grpc_test_util
2549 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002550 - gpr_test_util
2551 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002552 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002553- name: hpack_table_test
2554 build: test
2555 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002556 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002557 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002558 deps:
2559 - grpc_test_util
2560 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002561 - gpr_test_util
2562 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002563 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002564- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002565 build: test
2566 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002567 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002568 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002569 deps:
2570 - grpc_test_util
2571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002572 - gpr_test_util
2573 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002574 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002575- name: http_request_fuzzer_test
2576 build: fuzzer
2577 language: c
2578 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002579 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002580 deps:
2581 - grpc_test_util
2582 - grpc
2583 - gpr_test_util
2584 - gpr
2585 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002586 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002587 maxlen: 2048
2588- name: http_response_fuzzer_test
2589 build: fuzzer
2590 language: c
2591 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002592 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002593 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/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002600 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002601- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002602 build: test
2603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002605 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002606 deps:
2607 - grpc_test_util
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002612 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002613 build: test
2614 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002615 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002616 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002617 deps:
2618 - grpc_test_util
2619 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002620 - gpr_test_util
2621 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002622 platforms:
2623 - mac
2624 - linux
2625 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002626- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002627 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002628 build: test
2629 language: c
2630 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002631 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002632 deps:
2633 - grpc_test_util
2634 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002635 - gpr_test_util
2636 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002637 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002638 - linux
yang-gf1183302015-12-07 16:02:05 -08002639- name: init_test
2640 build: test
2641 language: c
2642 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002643 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002644 deps:
2645 - grpc_test_util
2646 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002647 - gpr_test_util
2648 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002649 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002650- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002651 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002652 build: test
2653 language: c
2654 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002655 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002656 deps:
2657 - grpc_test_util
2658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002659 - gpr_test_util
2660 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002661- name: json_fuzzer_test
2662 build: fuzzer
2663 language: c
2664 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002665 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002666 deps:
2667 - grpc_test_util
2668 - grpc
2669 - gpr_test_util
2670 - gpr
2671 corpus_dirs:
2672 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002673 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002674- name: json_rewrite
2675 build: test
2676 run: false
2677 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002678 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002679 - test/core/json/json_rewrite.cc
Craig Tiller25834342015-09-25 08:08:24 -07002680 deps:
2681 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002682 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002683 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002684- name: json_rewrite_test
2685 build: test
2686 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002687 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002688 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002689 deps:
2690 - grpc_test_util
2691 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002692 - gpr_test_util
2693 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002694 uses_polling: false
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002695- name: json_stream_error_test
2696 build: test
2697 language: c
2698 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002699 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002700 deps:
2701 - grpc_test_util
2702 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002703 - gpr_test_util
2704 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002705 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002706- name: json_test
2707 build: test
2708 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002709 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002710 - test/core/json/json_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002711 deps:
2712 - grpc_test_util
2713 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002714 - gpr_test_util
2715 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002716 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002717- name: lame_client_test
2718 build: test
2719 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002720 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002721 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002722 deps:
2723 - grpc_test_util
2724 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002725 - gpr_test_util
2726 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002727- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002728 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002729 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002730 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002731 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002732 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002733 - test/core/client_channel/lb_policies_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002734 deps:
2735 - grpc_test_util
2736 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002737 - gpr_test_util
2738 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002739 uses_polling: false
Craig Tiller85178862016-05-18 16:09:16 -07002740- name: load_file_test
2741 build: test
2742 language: c
2743 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002744 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002745 deps:
2746 - grpc_test_util
2747 - grpc
2748 - gpr_test_util
2749 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002750 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002751- name: low_level_ping_pong_benchmark
2752 build: benchmark
2753 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002754 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002755 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002756 deps:
2757 - grpc_test_util
2758 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002759 - gpr_test_util
2760 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002761 platforms:
2762 - mac
2763 - linux
2764 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002765- name: memory_profile_client
2766 build: test
2767 run: false
2768 language: c
2769 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002770 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002771 deps:
2772 - grpc_test_util
2773 - grpc
2774 - gpr_test_util
2775 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002776 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002777- name: memory_profile_server
2778 build: test
2779 run: false
2780 language: c
2781 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002782 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002783 deps:
2784 - grpc_test_util
2785 - grpc
2786 - gpr_test_util
2787 - gpr
2788- name: memory_profile_test
2789 cpu_cost: 1.5
2790 build: test
2791 language: c
2792 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002793 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002794 deps:
2795 - grpc_test_util
2796 - grpc
2797 - gpr_test_util
2798 - gpr
2799 platforms:
2800 - mac
2801 - linux
2802 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803- name: message_compress_test
2804 build: test
2805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002806 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002807 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002808 deps:
2809 - grpc_test_util
2810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002811 - gpr_test_util
2812 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002813 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002814- name: minimal_stack_is_minimal_test
2815 build: test
2816 language: c
2817 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002818 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002819 deps:
2820 - grpc_test_util
2821 - grpc
2822 - gpr_test_util
2823 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002824 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002825- name: multiple_server_queues_test
2826 build: test
2827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002828 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002829 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002830 deps:
2831 - grpc_test_util
2832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002833 - gpr_test_util
2834 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835- name: murmur_hash_test
2836 build: test
2837 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002838 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002839 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002840 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002843 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002844- name: nanopb_fuzzer_response_test
2845 build: fuzzer
2846 language: c
2847 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002848 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002849 deps:
2850 - grpc_test_util
2851 - grpc
2852 - gpr_test_util
2853 - gpr
2854 corpus_dirs:
2855 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002856 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002857- name: nanopb_fuzzer_serverlist_test
2858 build: fuzzer
2859 language: c
2860 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002861 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002862 deps:
2863 - grpc_test_util
2864 - grpc
2865 - gpr_test_util
2866 - gpr
2867 corpus_dirs:
2868 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002869 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002871 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002872 build: test
2873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002874 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002875 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002876 deps:
2877 - grpc_test_util
2878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002879 - gpr_test_util
2880 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002881- name: num_external_connectivity_watchers_test
2882 build: test
2883 language: c
2884 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002885 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002886 deps:
2887 - grpc_test_util
2888 - grpc
2889 - gpr_test_util
2890 - gpr
2891 exclude_iomgrs:
2892 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002893- name: parse_address_test
2894 build: test
2895 language: c
2896 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002897 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002898 deps:
2899 - grpc_test_util
2900 - grpc
2901 - gpr_test_util
2902 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002903 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002904- name: percent_decode_fuzzer
2905 build: fuzzer
2906 language: c
2907 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002908 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002909 deps:
2910 - grpc_test_util
2911 - grpc
2912 - gpr_test_util
2913 - gpr
2914 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002915 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002916 maxlen: 32
2917- name: percent_encode_fuzzer
2918 build: fuzzer
2919 language: c
2920 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002921 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002922 deps:
2923 - grpc_test_util
2924 - grpc
2925 - gpr_test_util
2926 - gpr
2927 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002928 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002929 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002930- name: percent_encoding_test
2931 build: test
2932 language: c
2933 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002934 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002935 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002936 - grpc_test_util
2937 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002938 - gpr_test_util
2939 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002940 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002941- name: pollset_set_test
2942 build: test
2943 language: c
2944 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002945 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002946 deps:
2947 - grpc_test_util
2948 - grpc
2949 - gpr_test_util
2950 - gpr
2951 exclude_iomgrs:
2952 - uv
2953 platforms:
2954 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002955- name: resolve_address_posix_test
2956 build: test
2957 language: c
2958 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002959 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002960 deps:
2961 - grpc_test_util
2962 - grpc
2963 - gpr_test_util
2964 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002965 exclude_iomgrs:
2966 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002967 platforms:
2968 - mac
2969 - linux
2970 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002971- name: resolve_address_test
2972 build: test
2973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002974 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002975 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002976 deps:
2977 - grpc_test_util
2978 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002979 - gpr_test_util
2980 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002981- name: resource_quota_test
2982 cpu_cost: 30
2983 build: test
2984 language: c
2985 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002986 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07002987 deps:
2988 - grpc_test_util
2989 - grpc
2990 - gpr_test_util
2991 - gpr
yang-gd482e592015-12-10 14:04:00 -08002992- name: secure_channel_create_test
2993 build: test
2994 language: c
2995 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002996 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08002997 deps:
2998 - grpc_test_util
2999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003000 - gpr_test_util
3001 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003002- name: secure_endpoint_test
3003 build: test
3004 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003005 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003006 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003007 deps:
3008 - grpc_test_util
3009 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003010 - gpr_test_util
3011 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003012 exclude_iomgrs:
3013 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003014- name: sequential_connectivity_test
3015 build: test
3016 language: c
3017 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003018 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003019 deps:
3020 - grpc_test_util
3021 - grpc
3022 - gpr_test_util
3023 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003024 exclude_iomgrs:
3025 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003026- name: server_chttp2_test
3027 build: test
3028 language: c
3029 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003030 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003031 deps:
3032 - grpc_test_util
3033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003034 - gpr_test_util
3035 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003036- name: server_fuzzer
3037 build: fuzzer
3038 language: c
3039 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003040 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003041 deps:
3042 - grpc_test_util
3043 - grpc
3044 - gpr_test_util
3045 - gpr
3046 corpus_dirs:
3047 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003048 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003049 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003050- name: server_test
3051 build: test
3052 language: c
3053 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003054 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003055 deps:
3056 - grpc_test_util
3057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003058 - gpr_test_util
3059 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003060- name: slice_buffer_test
3061 build: test
3062 language: c
3063 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003064 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003065 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003066 - grpc_test_util
3067 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003068 - gpr_test_util
3069 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003070 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003071- name: slice_hash_table_test
3072 build: test
3073 language: c
3074 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003075 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003076 deps:
3077 - grpc_test_util
3078 - grpc
3079 - gpr_test_util
3080 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003081 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003082- name: slice_string_helpers_test
3083 build: test
3084 language: c
3085 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003086 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003087 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003088 - grpc_test_util
3089 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003090 - gpr_test_util
3091 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003092 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003093- name: slice_test
3094 build: test
3095 language: c
3096 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003097 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003098 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003099 - grpc_test_util
3100 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003101 - gpr_test_util
3102 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003103 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003104- name: sockaddr_resolver_test
3105 build: test
3106 language: c
3107 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003108 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003109 deps:
3110 - grpc_test_util
3111 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003112 - gpr_test_util
3113 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003114- name: sockaddr_utils_test
3115 build: test
3116 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003117 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003118 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003119 deps:
3120 - grpc_test_util
3121 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003122 - gpr_test_util
3123 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003124- name: socket_utils_test
3125 build: test
3126 language: c
3127 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003128 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003129 deps:
3130 - grpc_test_util
3131 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003132 - gpr_test_util
3133 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003134 exclude_iomgrs:
3135 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003136 platforms:
3137 - mac
3138 - linux
3139 - posix
yang-g31e21282016-11-04 15:10:03 -07003140- name: ssl_server_fuzzer
3141 build: fuzzer
3142 language: c
3143 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003144 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003145 deps:
3146 - grpc_test_util
3147 - grpc
3148 - gpr_test_util
3149 - gpr
3150 corpus_dirs:
3151 - test/core/security/corpus/ssl_server_corpus
3152 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003153- name: ssl_transport_security_test
3154 build: test
3155 language: c
3156 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003157 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003158 deps:
3159 - gpr_test_util
3160 - gpr
3161 - grpc
3162 filegroups:
3163 - transport_security_test_lib
3164 platforms:
3165 - linux
3166 - posix
3167 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003168- name: status_conversion_test
3169 build: test
3170 language: c
3171 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003172 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003173 deps:
3174 - grpc_test_util
3175 - grpc
3176 - gpr_test_util
3177 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003178 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003179- name: stream_compression_test
3180 build: test
3181 language: c
3182 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003183 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003184 deps:
3185 - grpc_test_util
3186 - grpc
3187 - gpr_test_util
3188 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003189 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003190- name: stream_owned_slice_test
3191 build: test
3192 language: c
3193 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003194 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003195 deps:
3196 - grpc_test_util
3197 - grpc
3198 - gpr_test_util
3199 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003200 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003202 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003203 build: test
3204 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003205 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003206 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003207 deps:
3208 - grpc_test_util
3209 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003210 - gpr_test_util
3211 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003212 exclude_iomgrs:
3213 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003214 platforms:
3215 - mac
3216 - linux
3217 - posix
murgatroid991191b722017-02-08 11:56:52 -08003218- name: tcp_client_uv_test
3219 cpu_cost: 0.5
3220 build: test
3221 language: c
3222 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003223 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003224 deps:
3225 - grpc_test_util
3226 - grpc
3227 - gpr_test_util
3228 - gpr
3229 exclude_iomgrs:
3230 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003231- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003232 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003233 build: test
3234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003235 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003236 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003237 deps:
3238 - grpc_test_util
3239 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003240 - gpr_test_util
3241 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003242 exclude_iomgrs:
3243 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003244 platforms:
3245 - mac
3246 - linux
3247 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003248- name: tcp_server_posix_test
3249 build: test
3250 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003251 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003252 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003253 deps:
3254 - grpc_test_util
3255 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003256 - gpr_test_util
3257 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003258 exclude_iomgrs:
3259 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003260 platforms:
3261 - mac
3262 - linux
3263 - posix
murgatroid991191b722017-02-08 11:56:52 -08003264- name: tcp_server_uv_test
3265 build: test
3266 language: c
3267 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003268 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003269 deps:
3270 - grpc_test_util
3271 - grpc
3272 - gpr_test_util
3273 - gpr
3274 exclude_iomgrs:
3275 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003276- name: time_averaged_stats_test
3277 build: test
3278 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003279 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003280 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003281 deps:
3282 - grpc_test_util
3283 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003284 - gpr_test_util
3285 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003286 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003287- name: timeout_encoding_test
3288 build: test
3289 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003290 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003291 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003292 deps:
3293 - grpc_test_util
3294 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003295 - gpr_test_util
3296 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003297 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003298- name: timer_heap_test
3299 build: test
3300 language: c
3301 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003302 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003303 deps:
3304 - grpc_test_util
3305 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003306 - gpr_test_util
3307 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003308 exclude_iomgrs:
3309 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003310 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003311- name: timer_list_test
3312 build: test
3313 language: c
3314 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003315 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003316 deps:
3317 - grpc_test_util
3318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003319 - gpr_test_util
3320 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003321 exclude_iomgrs:
3322 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003323 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003324- name: transport_connectivity_state_test
3325 build: test
3326 language: c
3327 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003328 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003329 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:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003338 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003339 deps:
3340 - grpc_test_util
3341 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003342 - gpr_test_util
3343 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003344- name: transport_security_test
3345 build: test
3346 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003347 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003348 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003349 deps:
3350 - grpc_test_util
3351 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003352 - gpr_test_util
3353 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003354 platforms:
3355 - linux
3356 - posix
3357 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003358- name: udp_server_test
3359 build: test
3360 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003361 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003362 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003363 deps:
3364 - grpc_test_util
3365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003366 - gpr_test_util
3367 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003368 exclude_iomgrs:
3369 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003370 platforms:
3371 - mac
3372 - linux
3373 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003374- name: uri_fuzzer_test
3375 build: fuzzer
3376 language: c
3377 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003378 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003379 deps:
3380 - grpc_test_util
3381 - grpc
3382 - gpr_test_util
3383 - gpr
3384 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003385 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003386 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003387- name: uri_parser_test
3388 build: test
3389 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003390 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003391 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003392 deps:
3393 - grpc_test_util
3394 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003395 - gpr_test_util
3396 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003397- name: wakeup_fd_cv_test
3398 build: test
3399 language: c
3400 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003401 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003402 deps:
3403 - grpc_test_util
3404 - grpc
3405 - gpr_test_util
3406 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003407 exclude_iomgrs:
3408 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003409 platforms:
3410 - mac
3411 - linux
3412 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003413- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003414 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003415 build: test
3416 language: c++
3417 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003418 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003419 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003420 - grpc++_test_util_unsecure
3421 - grpc_test_util_unsecure
3422 - grpc++_unsecure
3423 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003424 - gpr_test_util
3425 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003426- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003427 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003428 build: test
3429 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003430 src:
3431 - test/cpp/end2end/async_end2end_test.cc
3432 deps:
3433 - grpc++_test_util
3434 - grpc_test_util
3435 - grpc++
3436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003437 - gpr_test_util
3438 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003439- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003440 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003441 build: test
3442 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003443 src:
3444 - test/cpp/common/auth_property_iterator_test.cc
3445 deps:
3446 - grpc++_test_util
3447 - grpc_test_util
3448 - grpc++
3449 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003450 - gpr_test_util
3451 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003452 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003453- name: backoff_test
3454 build: test
3455 language: c++
3456 src:
3457 - test/core/backoff/backoff_test.cc
3458 deps:
3459 - grpc_test_util
3460 - grpc
3461 - gpr_test_util
3462 - gpr
3463 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003464- name: bdp_estimator_test
3465 build: test
3466 language: c++
3467 src:
3468 - test/core/transport/bdp_estimator_test.cc
3469 deps:
3470 - grpc++_test_util
3471 - grpc++
3472 - grpc_test_util
3473 - grpc
3474 - gpr_test_util
3475 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003476 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003477- name: bm_arena
3478 build: test
3479 language: c++
3480 src:
3481 - test/cpp/microbenchmarks/bm_arena.cc
3482 deps:
3483 - grpc_benchmark
3484 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003485 - grpc++_test_util_unsecure
3486 - grpc_test_util_unsecure
3487 - grpc++_unsecure
3488 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003489 - gpr_test_util
3490 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003491 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003492 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003493 platforms:
3494 - mac
3495 - linux
3496 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003497 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003498- name: bm_call_create
3499 build: test
3500 language: c++
3501 src:
3502 - test/cpp/microbenchmarks/bm_call_create.cc
3503 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003504 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003505 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003506 - grpc++_test_util_unsecure
3507 - grpc_test_util_unsecure
3508 - grpc++_unsecure
3509 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003510 - gpr_test_util
3511 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003512 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003513 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003514 platforms:
3515 - mac
3516 - linux
3517 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003518 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003519- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003520 build: test
3521 language: c++
3522 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003523 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003524 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003525 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003526 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003527 - grpc++_test_util_unsecure
3528 - grpc_test_util_unsecure
3529 - grpc++_unsecure
3530 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003531 - gpr_test_util
3532 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003533 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003534 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003535 platforms:
3536 - mac
3537 - linux
3538 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003539 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003540- name: bm_chttp2_transport
3541 build: test
3542 language: c++
3543 src:
3544 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3545 deps:
3546 - grpc_benchmark
3547 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003548 - grpc++_test_util_unsecure
3549 - grpc_test_util_unsecure
3550 - grpc++_unsecure
3551 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003552 - gpr_test_util
3553 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003554 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003555 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003556 platforms:
3557 - mac
3558 - linux
3559 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003560- name: bm_closure
3561 build: test
3562 language: c++
3563 src:
3564 - test/cpp/microbenchmarks/bm_closure.cc
3565 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003566 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003567 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003568 - grpc++_test_util_unsecure
3569 - grpc_test_util_unsecure
3570 - grpc++_unsecure
3571 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003572 - gpr_test_util
3573 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003574 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003575 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003576 platforms:
3577 - mac
3578 - linux
3579 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003580- name: bm_cq
3581 build: test
3582 language: c++
3583 src:
3584 - test/cpp/microbenchmarks/bm_cq.cc
3585 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003586 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003587 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003588 - grpc++_test_util_unsecure
3589 - grpc_test_util_unsecure
3590 - grpc++_unsecure
3591 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003592 - gpr_test_util
3593 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003594 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003595 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003596 platforms:
3597 - mac
3598 - linux
3599 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003600- name: bm_cq_multiple_threads
3601 build: test
3602 language: c++
3603 src:
3604 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3605 deps:
3606 - grpc_benchmark
3607 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003608 - grpc++_test_util_unsecure
3609 - grpc_test_util_unsecure
3610 - grpc++_unsecure
3611 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003612 - gpr_test_util
3613 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003614 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003615 defaults: benchmark
3616 platforms:
3617 - mac
3618 - linux
3619 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003620- name: bm_error
3621 build: test
3622 language: c++
3623 src:
3624 - test/cpp/microbenchmarks/bm_error.cc
3625 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003626 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003627 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003628 - grpc++_test_util_unsecure
3629 - grpc_test_util_unsecure
3630 - grpc++_unsecure
3631 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003632 - gpr_test_util
3633 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003634 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003635 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003636 platforms:
3637 - mac
3638 - linux
3639 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003640 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003641- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003642 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003643 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003644 headers:
3645 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003646 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003647 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003648 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003649 - grpc_benchmark
3650 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003651 - grpc++_test_util_unsecure
3652 - grpc_test_util_unsecure
3653 - grpc++_unsecure
3654 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003655 - gpr_test_util
3656 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003657 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003658 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003659 excluded_poll_engines:
3660 - poll
3661 - poll-cv
3662 platforms:
3663 - mac
3664 - linux
3665 - posix
3666 timeout_seconds: 1200
3667- name: bm_fullstack_streaming_pump
3668 build: test
3669 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003670 headers:
3671 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003672 src:
3673 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003674 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003675 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003676 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003677 - grpc++_test_util_unsecure
3678 - grpc_test_util_unsecure
3679 - grpc++_unsecure
3680 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003681 - gpr_test_util
3682 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003683 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003684 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003685 excluded_poll_engines:
3686 - poll
3687 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003688 platforms:
3689 - mac
3690 - linux
3691 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003692 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003693- name: bm_fullstack_trickle
3694 build: test
3695 language: c++
3696 src:
3697 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3698 deps:
3699 - grpc_benchmark
3700 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003701 - grpc++_test_util_unsecure
3702 - grpc_test_util_unsecure
3703 - grpc++_unsecure
3704 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003705 - gpr_test_util
3706 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003707 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003708 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003709 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003710 exclude_configs:
3711 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003712 excluded_poll_engines:
3713 - poll
3714 - poll-cv
3715 platforms:
3716 - mac
3717 - linux
3718 - posix
3719 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003720- name: bm_fullstack_unary_ping_pong
3721 build: test
3722 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003723 headers:
3724 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003725 src:
3726 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3727 deps:
3728 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003729 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003730 - grpc++_test_util_unsecure
3731 - grpc_test_util_unsecure
3732 - grpc++_unsecure
3733 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003734 - gpr_test_util
3735 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003736 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003737 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003738 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003739 - poll
3740 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003741 platforms:
3742 - mac
3743 - linux
3744 - posix
3745 timeout_seconds: 1200
3746- name: bm_metadata
3747 build: test
3748 language: c++
3749 src:
3750 - test/cpp/microbenchmarks/bm_metadata.cc
3751 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003752 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003753 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003754 - grpc++_test_util_unsecure
3755 - grpc_test_util_unsecure
3756 - grpc++_unsecure
3757 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003758 - gpr_test_util
3759 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003760 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003761 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003762 platforms:
3763 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003764 - linux
3765 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003766 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003767- name: bm_pollset
3768 build: test
3769 language: c++
3770 src:
3771 - test/cpp/microbenchmarks/bm_pollset.cc
3772 deps:
3773 - grpc_benchmark
3774 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003775 - grpc++_test_util_unsecure
3776 - grpc_test_util_unsecure
3777 - grpc++_unsecure
3778 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003779 - gpr_test_util
3780 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003781 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003782 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003783 platforms:
3784 - mac
3785 - linux
3786 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003787- name: channel_arguments_test
3788 gtest: true
3789 build: test
3790 language: c++
3791 src:
3792 - test/cpp/common/channel_arguments_test.cc
3793 deps:
3794 - grpc++
3795 - grpc
3796 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003797 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003798- name: channel_filter_test
3799 gtest: true
3800 build: test
3801 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003802 src:
3803 - test/cpp/common/channel_filter_test.cc
3804 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003805 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003806 - grpc
3807 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003808 uses_polling: false
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08003809- name: chttp2_settings_timeout_test
3810 gtest: true
3811 build: test
3812 language: c++
3813 src:
3814 - test/core/transport/chttp2/settings_timeout_test.cc
3815 deps:
3816 - grpc_test_util
3817 - grpc
3818 - gpr_test_util
3819 - gpr
3820 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003821- name: cli_call_test
3822 gtest: true
3823 build: test
3824 language: c++
3825 src:
Craig Tiller25834342015-09-25 08:08:24 -07003826 - test/cpp/util/cli_call_test.cc
3827 deps:
3828 - grpc_cli_libs
3829 - grpc++_test_util
3830 - grpc_test_util
3831 - grpc++
3832 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003833 - gpr_test_util
3834 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003835- name: client_channel_stress_test
3836 gtest: false
3837 build: test
3838 language: c++
3839 src:
3840 - src/proto/grpc/lb/v1/load_balancer.proto
3841 - test/cpp/client/client_channel_stress_test.cc
3842 deps:
3843 - grpc++_test_util
3844 - grpc_test_util
3845 - grpc++
3846 - grpc
3847 - gpr_test_util
3848 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003849- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003850 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003851 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003852 build: test
3853 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003854 src:
3855 - test/cpp/end2end/client_crash_test.cc
3856 deps:
3857 - grpc++_test_util
3858 - grpc_test_util
3859 - grpc++
3860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003861 - gpr_test_util
3862 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003863 platforms:
3864 - mac
3865 - linux
3866 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003867- name: client_crash_test_server
3868 build: test
3869 run: false
3870 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003871 src:
3872 - test/cpp/end2end/client_crash_test_server.cc
3873 deps:
3874 - grpc++_test_util
3875 - grpc_test_util
3876 - grpc++
3877 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003878 - gpr_test_util
3879 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003880- name: client_lb_end2end_test
3881 gtest: true
3882 build: test
3883 language: c++
3884 src:
3885 - test/cpp/end2end/client_lb_end2end_test.cc
3886 deps:
3887 - grpc++_test_util
3888 - grpc_test_util
3889 - grpc++
3890 - grpc
3891 - gpr_test_util
3892 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003893- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003894 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003895 build: test
3896 language: c++
3897 src:
3898 - src/proto/grpc/testing/control.proto
3899 - src/proto/grpc/testing/messages.proto
3900 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003901 - src/proto/grpc/testing/services.proto
3902 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003903 - test/cpp/codegen/codegen_test_full.cc
3904 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003905 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003906 - grpc++
3907 - grpc
3908 - gpr
3909 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003910 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003911 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003912- name: codegen_test_minimal
3913 gtest: true
3914 build: test
3915 language: c++
3916 src:
3917 - src/proto/grpc/testing/control.proto
3918 - src/proto/grpc/testing/messages.proto
3919 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003920 - src/proto/grpc/testing/services.proto
3921 - src/proto/grpc/testing/stats.proto
3922 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003923 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003924 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003925 - grpc
3926 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003927 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003928 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003929 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003930 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003931- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003932 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003933 build: test
3934 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003935 src:
3936 - test/cpp/client/credentials_test.cc
3937 deps:
3938 - grpc++
3939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003940 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003941- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003942 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003943 build: test
3944 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003945 src:
3946 - test/cpp/util/byte_buffer_test.cc
3947 deps:
3948 - grpc_test_util
3949 - grpc++
3950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003951 - gpr_test_util
3952 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003953 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003954- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003955 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003956 build: test
3957 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003958 src:
3959 - test/cpp/util/slice_test.cc
3960 deps:
3961 - grpc_test_util
3962 - grpc++
3963 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003964 - gpr_test_util
3965 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003966 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003967- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003968 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003969 build: test
3970 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003971 src:
3972 - test/cpp/util/string_ref_test.cc
3973 deps:
3974 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003975 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003976 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003977- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003978 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003979 build: test
3980 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003981 src:
3982 - test/cpp/util/time_test.cc
3983 deps:
3984 - grpc_test_util
3985 - grpc++
3986 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003987 - gpr_test_util
3988 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003989 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003991 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003992 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003993 build: test
3994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003995 src:
3996 - test/cpp/end2end/end2end_test.cc
3997 deps:
3998 - grpc++_test_util
3999 - grpc_test_util
4000 - grpc++
4001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004002 - gpr_test_util
4003 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004004- name: error_details_test
4005 gtest: true
4006 build: test
4007 language: c++
4008 src:
4009 - src/proto/grpc/testing/echo_messages.proto
4010 - test/cpp/util/error_details_test.cc
4011 deps:
4012 - grpc++_error_details
4013 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004014- name: exception_test
4015 gtest: true
4016 build: test
4017 language: c++
4018 src:
4019 - test/cpp/end2end/exception_test.cc
4020 deps:
4021 - grpc++_test_util
4022 - grpc_test_util
4023 - grpc++
4024 - grpc
4025 - gpr_test_util
4026 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004027- name: filter_end2end_test
4028 gtest: true
4029 build: test
4030 language: c++
4031 src:
4032 - test/cpp/end2end/filter_end2end_test.cc
4033 deps:
4034 - grpc++_test_util
4035 - grpc_test_util
4036 - grpc++
4037 - grpc
4038 - gpr_test_util
4039 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004040- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004041 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004042 build: test
4043 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004044 src:
4045 - test/cpp/end2end/generic_end2end_test.cc
4046 deps:
4047 - grpc++_test_util
4048 - grpc_test_util
4049 - grpc++
4050 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004051 - gpr_test_util
4052 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004053- name: golden_file_test
4054 gtest: true
4055 build: test
4056 language: c++
4057 src:
4058 - src/proto/grpc/testing/compiler_test.proto
4059 - test/cpp/codegen/golden_file_test.cc
4060 deps:
4061 - grpc++
4062 - grpc
4063 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004064 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004065 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004066 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004067- name: grpc_cli
4068 build: test
4069 run: false
4070 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004071 src:
4072 - test/cpp/util/grpc_cli.cc
4073 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004074 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004075 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004076 - grpc++
4077 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004078 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004079 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004080- name: grpc_cpp_plugin
4081 build: protoc
4082 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004083 src:
4084 - src/compiler/cpp_plugin.cc
4085 deps:
4086 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004087 secure: false
4088 vs_config_type: Application
4089 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4090- name: grpc_csharp_plugin
4091 build: protoc
4092 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004093 src:
4094 - src/compiler/csharp_plugin.cc
4095 deps:
4096 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004097 secure: false
4098 vs_config_type: Application
4099 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004100- name: grpc_node_plugin
4101 build: protoc
4102 language: c++
4103 src:
4104 - src/compiler/node_plugin.cc
4105 deps:
4106 - grpc_plugin_support
4107 secure: false
4108 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004109- name: grpc_objective_c_plugin
4110 build: protoc
4111 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004112 src:
4113 - src/compiler/objective_c_plugin.cc
4114 deps:
4115 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004116 secure: false
4117 vs_config_type: Application
4118 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004119- name: grpc_php_plugin
4120 build: protoc
4121 language: c++
4122 src:
4123 - src/compiler/php_plugin.cc
4124 deps:
4125 - grpc_plugin_support
4126 secure: false
4127 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004128- name: grpc_python_plugin
4129 build: protoc
4130 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004131 src:
4132 - src/compiler/python_plugin.cc
4133 deps:
4134 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004135 secure: false
4136 vs_config_type: Application
4137 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4138- name: grpc_ruby_plugin
4139 build: protoc
4140 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004141 src:
4142 - src/compiler/ruby_plugin.cc
4143 deps:
4144 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004145 secure: false
4146 vs_config_type: Application
4147 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004148- name: grpc_tool_test
4149 gtest: true
4150 build: test
4151 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004152 src:
4153 - src/proto/grpc/testing/echo.proto
4154 - src/proto/grpc/testing/echo_messages.proto
4155 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004156 deps:
4157 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004158 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004159 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004160 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004161 - grpc_test_util
4162 - grpc++
4163 - grpc
4164 - gpr_test_util
4165 - gpr
4166 filegroups:
4167 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004168- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004169 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004170 build: test
4171 language: c++
4172 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004173 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004174 - test/cpp/grpclb/grpclb_api_test.cc
4175 deps:
4176 - grpc++_test_util
4177 - grpc_test_util
4178 - grpc++
4179 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004180- name: grpclb_end2end_test
4181 gtest: true
4182 build: test
4183 language: c++
4184 src:
4185 - src/proto/grpc/lb/v1/load_balancer.proto
4186 - test/cpp/end2end/grpclb_end2end_test.cc
4187 deps:
4188 - grpc++_test_util
4189 - grpc_test_util
4190 - grpc++
4191 - grpc
4192 - gpr_test_util
4193 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004194- name: grpclb_test
4195 gtest: false
4196 build: test
4197 language: c++
4198 src:
4199 - src/proto/grpc/lb/v1/load_balancer.proto
4200 - test/cpp/grpclb/grpclb_test.cc
4201 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004202 - grpc++_test_util
4203 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004204 - grpc++
4205 - grpc
4206 - gpr_test_util
4207 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004208- name: h2_ssl_cert_test
4209 gtest: true
4210 build: test
4211 language: c++
4212 headers:
4213 - test/core/end2end/end2end_tests.h
4214 src:
4215 - test/core/end2end/h2_ssl_cert_test.cc
4216 deps:
4217 - grpc_test_util
4218 - grpc++
4219 - grpc
4220 - gpr_test_util
4221 - gpr
4222 uses:
4223 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004224- name: health_service_end2end_test
4225 gtest: true
4226 build: test
4227 language: c++
4228 src:
4229 - test/cpp/end2end/health_service_end2end_test.cc
4230 deps:
4231 - grpc++_test_util
4232 - grpc_test_util
4233 - grpc++
4234 - grpc
4235 - gpr_test_util
4236 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004237- name: http2_client
4238 build: test
4239 run: false
4240 language: c++
4241 src: []
4242 deps:
4243 - http2_client_main
4244 - grpc++_test_util
4245 - grpc_test_util
4246 - grpc++
4247 - grpc
4248 - grpc++_test_config
4249 platforms:
4250 - mac
4251 - linux
4252 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004253- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004254 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004255 build: test
4256 language: c++
4257 src:
4258 - test/cpp/end2end/hybrid_end2end_test.cc
4259 deps:
4260 - grpc++_test_util
4261 - grpc_test_util
4262 - grpc++
4263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004264 - gpr_test_util
4265 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004266- name: inlined_vector_test
4267 gtest: true
4268 build: test
4269 language: c++
4270 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004271 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004272 deps:
4273 - grpc_test_util
4274 - grpc++
4275 - grpc
4276 - gpr_test_util
4277 - gpr
4278 uses:
4279 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004280- name: inproc_sync_unary_ping_pong_test
4281 build: test
4282 language: c++
4283 src:
4284 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4285 deps:
4286 - qps
4287 - grpc++_core_stats
4288 - grpc++_test_util
4289 - grpc_test_util
4290 - grpc++
4291 - grpc
4292 - gpr_test_util
4293 - gpr
4294 - grpc++_test_config
4295 platforms:
4296 - mac
4297 - linux
4298 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004299- name: interop_client
4300 build: test
4301 run: false
4302 language: c++
4303 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004304 deps:
4305 - interop_client_main
4306 - interop_client_helper
4307 - grpc++_test_util
4308 - grpc_test_util
4309 - grpc++
4310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004311 - gpr_test_util
4312 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004313 - grpc++_test_config
4314 platforms:
4315 - mac
4316 - linux
4317 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004318- name: interop_server
4319 build: test
4320 run: false
4321 language: c++
4322 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004323 deps:
4324 - interop_server_main
4325 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004326 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004327 - grpc++_test_util
4328 - grpc_test_util
4329 - grpc++
4330 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004331 - gpr_test_util
4332 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004333 - grpc++_test_config
4334 platforms:
4335 - mac
4336 - linux
4337 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004338- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004339 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004340 build: test
4341 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004342 src:
4343 - test/cpp/interop/interop_test.cc
4344 deps:
4345 - grpc_test_util
4346 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004347 - gpr_test_util
4348 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004349 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004350 platforms:
4351 - mac
4352 - linux
4353 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004354- name: json_run_localhost
4355 build: test
4356 run: false
4357 language: c++
4358 src:
4359 - test/cpp/qps/json_run_localhost.cc
4360 deps:
4361 - grpc++_test_util
4362 - grpc_test_util
4363 - grpc++
4364 - grpc
4365 - gpr_test_util
4366 - gpr
4367 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004368 platforms:
4369 - mac
4370 - linux
4371 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004372- name: memory_test
4373 gtest: true
4374 build: test
4375 language: c++
4376 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004377 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004378 deps:
4379 - grpc_test_util
4380 - grpc++
4381 - grpc
4382 - gpr_test_util
4383 - gpr
4384 uses:
4385 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004386 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004387- name: metrics_client
4388 build: test
4389 run: false
4390 language: c++
4391 headers:
4392 - test/cpp/util/metrics_server.h
4393 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004394 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004395 - test/cpp/interop/metrics_client.cc
4396 deps:
4397 - grpc++
4398 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004399 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004400 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004401- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004402 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004403 build: test
4404 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004405 headers:
4406 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004407 src:
4408 - test/cpp/end2end/mock_test.cc
4409 deps:
4410 - grpc++_test_util
4411 - grpc_test_util
4412 - grpc++
4413 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004414 - gpr_test_util
4415 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004416- name: noop-benchmark
4417 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004418 language: c++
4419 src:
4420 - test/cpp/microbenchmarks/noop-benchmark.cc
4421 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004422 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004423 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004424- name: orphanable_test
4425 gtest: true
4426 build: test
4427 language: c++
4428 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004429 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004430 deps:
4431 - grpc_test_util
4432 - grpc++
4433 - grpc
4434 - gpr_test_util
4435 - gpr
4436 uses:
4437 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004438- name: proto_server_reflection_test
4439 gtest: true
4440 build: test
4441 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004442 src:
4443 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004444 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004445 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004446 - grpc++_reflection
4447 - grpc++_test_util
4448 - grpc_test_util
4449 - grpc++
4450 - grpc
4451 - gpr_test_util
4452 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004453- name: proto_utils_test
4454 gtest: true
4455 build: test
4456 language: c++
4457 src:
4458 - test/cpp/codegen/proto_utils_test.cc
4459 deps:
4460 - grpc++
4461 - grpc
4462 filegroups:
4463 - grpc++_codegen_base
4464 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004465 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004466- name: qps_interarrival_test
4467 build: test
4468 run: false
4469 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004470 src:
4471 - test/cpp/qps/qps_interarrival_test.cc
4472 deps:
4473 - qps
4474 - grpc++_test_util
4475 - grpc_test_util
4476 - grpc++
4477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004478 - gpr_test_util
4479 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004480 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004481 platforms:
4482 - mac
4483 - linux
4484 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004485 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004486- name: qps_json_driver
4487 build: test
4488 run: false
4489 language: c++
4490 src:
4491 - test/cpp/qps/qps_json_driver.cc
4492 deps:
4493 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004494 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004495 - grpc++_test_util
4496 - grpc_test_util
4497 - grpc++
4498 - grpc
4499 - gpr_test_util
4500 - gpr
4501 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004502- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004503 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004504 build: test
4505 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004506 src:
4507 - test/cpp/qps/qps_openloop_test.cc
4508 deps:
4509 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004510 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004511 - grpc++_test_util
4512 - grpc_test_util
4513 - grpc++
4514 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004515 - gpr_test_util
4516 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004517 - grpc++_test_config
4518 platforms:
4519 - mac
4520 - linux
4521 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004522- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004523 build: test
4524 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004525 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004526 headers:
4527 - test/cpp/qps/client.h
4528 - test/cpp/qps/server.h
4529 src:
4530 - test/cpp/qps/worker.cc
4531 deps:
4532 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004533 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004534 - grpc++_test_util
4535 - grpc_test_util
4536 - grpc++
4537 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004538 - gpr_test_util
4539 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004540 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004541- name: reconnect_interop_client
4542 build: test
4543 run: false
4544 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004545 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004546 - src/proto/grpc/testing/empty.proto
4547 - src/proto/grpc/testing/messages.proto
4548 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004549 - test/cpp/interop/reconnect_interop_client.cc
4550 deps:
4551 - grpc++_test_util
4552 - grpc_test_util
4553 - grpc++
4554 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004555 - gpr_test_util
4556 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004557 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004558- name: reconnect_interop_server
4559 build: test
4560 run: false
4561 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004562 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004563 - src/proto/grpc/testing/empty.proto
4564 - src/proto/grpc/testing/messages.proto
4565 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004566 - test/cpp/interop/reconnect_interop_server.cc
4567 deps:
4568 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004569 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004570 - grpc++_test_util
4571 - grpc_test_util
4572 - grpc++
4573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004574 - gpr_test_util
4575 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004576 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004577- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004578 gtest: true
4579 build: test
4580 language: c++
4581 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004582 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004583 deps:
4584 - grpc_test_util
4585 - grpc++
4586 - grpc
4587 - gpr_test_util
4588 - gpr
4589 uses:
4590 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004591- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004592 gtest: true
4593 build: test
4594 language: c++
4595 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004596 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004597 deps:
4598 - grpc_test_util
4599 - grpc++
4600 - grpc
4601 - gpr_test_util
4602 - gpr
4603 uses:
4604 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004605- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004606 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004607 build: test
4608 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004609 src:
4610 - test/cpp/common/secure_auth_context_test.cc
4611 deps:
4612 - grpc++_test_util
4613 - grpc_test_util
4614 - grpc++
4615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004616 - gpr_test_util
4617 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004618- name: secure_sync_unary_ping_pong_test
4619 build: test
4620 language: c++
4621 src:
4622 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4623 deps:
4624 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004625 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004626 - grpc++_test_util
4627 - grpc_test_util
4628 - grpc++
4629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004630 - gpr_test_util
4631 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004632 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004633 platforms:
4634 - mac
4635 - linux
4636 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004637- name: server_builder_plugin_test
4638 gtest: true
4639 build: test
4640 language: c++
4641 src:
4642 - test/cpp/end2end/server_builder_plugin_test.cc
4643 deps:
4644 - grpc++_test_util
4645 - grpc_test_util
4646 - grpc++
4647 - grpc
4648 - gpr_test_util
4649 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004650- name: server_builder_test
4651 gtest: true
4652 build: test
4653 language: c++
4654 src:
4655 - src/proto/grpc/testing/echo_messages.proto
4656 - src/proto/grpc/testing/echo.proto
4657 - test/cpp/server/server_builder_test.cc
4658 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004659 - grpc++_test_util_unsecure
4660 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004661 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004662 - grpc++_unsecure
4663 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004664 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004665- name: server_context_test_spouse_test
4666 gtest: true
4667 build: test
4668 language: c++
4669 src:
4670 - test/cpp/test/server_context_test_spouse_test.cc
4671 deps:
4672 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004673 - grpc++
4674 - grpc
4675 - gpr_test_util
4676 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004677 uses:
4678 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004679- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004680 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004681 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004682 build: test
4683 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004684 src:
4685 - test/cpp/end2end/server_crash_test.cc
4686 deps:
4687 - grpc++_test_util
4688 - grpc_test_util
4689 - grpc++
4690 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004691 - gpr_test_util
4692 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004693 platforms:
4694 - mac
4695 - linux
4696 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004697- name: server_crash_test_client
4698 build: test
4699 run: false
4700 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004701 src:
4702 - test/cpp/end2end/server_crash_test_client.cc
4703 deps:
4704 - grpc++_test_util
4705 - grpc_test_util
4706 - grpc++
4707 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004708 - gpr_test_util
4709 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08004710- name: server_early_return_test
4711 gtest: true
4712 build: test
4713 language: c++
4714 src:
4715 - test/cpp/end2end/server_early_return_test.cc
4716 deps:
4717 - grpc++_test_util
4718 - grpc_test_util
4719 - grpc++
4720 - grpc
4721 - gpr_test_util
4722 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004723- name: server_request_call_test
4724 gtest: true
4725 build: test
4726 language: c++
4727 src:
4728 - src/proto/grpc/testing/echo_messages.proto
4729 - src/proto/grpc/testing/echo.proto
4730 - test/cpp/server/server_request_call_test.cc
4731 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004732 - grpc++_test_util_unsecure
4733 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004734 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004735 - grpc++_unsecure
4736 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004737 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004738- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004739 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004740 build: test
4741 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004742 src:
4743 - test/cpp/end2end/shutdown_test.cc
4744 deps:
4745 - grpc++_test_util
4746 - grpc_test_util
4747 - grpc++
4748 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004749 - gpr_test_util
4750 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004751- name: stats_test
4752 gtest: true
4753 build: test
4754 language: c++
4755 src:
4756 - test/core/debug/stats_test.cc
4757 deps:
4758 - grpc++_test_util
4759 - grpc_test_util
4760 - grpc
4761 - gpr_test_util
4762 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004763 exclude_configs:
4764 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004765 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004766 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004767- name: status_test
4768 build: test
4769 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004770 src:
4771 - test/cpp/util/status_test.cc
4772 deps:
4773 - grpc_test_util
4774 - grpc++
4775 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004776 - gpr_test_util
4777 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004778 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004779- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004780 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004781 build: test
4782 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004783 src:
4784 - test/cpp/end2end/streaming_throughput_test.cc
4785 deps:
4786 - grpc++_test_util
4787 - grpc_test_util
4788 - grpc++
4789 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004790 - gpr_test_util
4791 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004792 platforms:
4793 - mac
4794 - linux
4795 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004796- name: stress_test
4797 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004798 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004799 language: c++
4800 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004801 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004802 - test/cpp/interop/interop_client.h
4803 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004804 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004805 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004806 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004807 - src/proto/grpc/testing/empty.proto
4808 - src/proto/grpc/testing/messages.proto
4809 - src/proto/grpc/testing/metrics.proto
4810 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004811 - test/cpp/interop/interop_client.cc
4812 - test/cpp/interop/stress_interop_client.cc
4813 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004814 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004815 deps:
4816 - grpc++_test_util
4817 - grpc_test_util
4818 - grpc++
4819 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004820 - gpr_test_util
4821 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004822 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004823- name: thread_manager_test
4824 build: test
4825 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004826 src:
4827 - test/cpp/thread_manager/thread_manager_test.cc
4828 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004829 - grpc++_unsecure
4830 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004831 - gpr
4832 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004833- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004834 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004835 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004836 build: test
4837 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004838 src:
4839 - test/cpp/end2end/thread_stress_test.cc
4840 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004841 - grpc++_test_util_unsecure
4842 - grpc_test_util_unsecure
4843 - grpc++_unsecure
4844 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004845 - gpr_test_util
4846 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004847- name: transport_pid_controller_test
4848 build: test
4849 language: c++
4850 src:
4851 - test/core/transport/pid_controller_test.cc
4852 deps:
4853 - grpc++_test_util
4854 - grpc++
4855 - grpc_test_util
4856 - grpc
4857 - gpr_test_util
4858 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004859- name: writes_per_rpc_test
4860 gtest: true
4861 cpu_cost: 0.5
4862 build: test
4863 language: c++
4864 src:
4865 - test/cpp/performance/writes_per_rpc_test.cc
4866 deps:
4867 - grpc++_test_util
4868 - grpc_test_util
4869 - grpc++
4870 - grpc
4871 - gpr_test_util
4872 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004873 platforms:
4874 - mac
4875 - linux
4876 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004877- name: public_headers_must_be_c89
4878 build: test
4879 language: c89
4880 src:
4881 - test/core/surface/public_headers_must_be_c89.c
4882 deps:
4883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004884 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08004885- name: gen_hpack_tables
4886 build: tool
4887 language: cc
4888 src:
4889 - tools/codegen/core/gen_hpack_tables.cc
4890 deps:
4891 - gpr
4892 - grpc
4893 uses_polling: false
4894- name: gen_legal_metadata_characters
4895 build: tool
4896 language: cc
4897 src:
4898 - tools/codegen/core/gen_legal_metadata_characters.cc
4899 deps: []
4900- name: gen_percent_encoding_tables
4901 build: tool
4902 language: cc
4903 src:
4904 - tools/codegen/core/gen_percent_encoding_tables.cc
4905 deps: []
4906 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004907vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004908- linkage: static
4909 name: grpc.dependencies.zlib
4910 props: false
4911 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004912 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004913- linkage: static
4914 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004915 props: true
4916 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004917 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004918- name: gflags
4919 props: false
4920 redist: false
4921 version: 2.1.2.1
4922- name: gtest
4923 props: false
4924 redist: false
4925 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004926configs:
4927 asan:
4928 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004929 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4930 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004931 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004932 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004933 LDFLAGS: -fsanitize=address
4934 LDXX: clang++
4935 compile_the_world: true
4936 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004937 ASAN_OPTIONS: detect_leaks=1:color=always
4938 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004939 asan-noleaks:
4940 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004941 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4942 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004943 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004944 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004945 LDFLAGS: -fsanitize=address
4946 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004947 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004948 test_environ:
4949 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004950 asan-trace-cmp:
4951 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004952 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4953 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004954 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004955 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004956 LDFLAGS: -fsanitize=address
4957 LDXX: clang++
4958 compile_the_world: true
4959 test_environ:
4960 ASAN_OPTIONS: detect_leaks=1:color=always
4961 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004962 basicprof:
4963 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4964 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004965 c++-compat:
4966 CFLAGS: -Wc++-compat
4967 CPPFLAGS: -O0
4968 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004969 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004970 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004971 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004972 dbg:
4973 CPPFLAGS: -O0
4974 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004975 gcov:
4976 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004977 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004978 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004979 DEFINES: _DEBUG DEBUG GPR_GCOV
4980 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004981 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004982 LDXX: g++
4983 helgrind:
4984 CPPFLAGS: -O0
4985 DEFINES: _DEBUG DEBUG
4986 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004987 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004988 lto:
4989 CPPFLAGS: -O2
4990 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004991 memcheck:
4992 CPPFLAGS: -O0
4993 DEFINES: _DEBUG DEBUG
4994 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004995 valgrind: --tool=memcheck --leak-check=full
4996 msan:
4997 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004998 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004999 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
5000 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005001 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005002 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005003 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005004 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5005 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5006 LDXX: clang++
5007 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005008 test_environ:
5009 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005010 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005011 CPPFLAGS: -O3 -fno-omit-frame-pointer
5012 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005013 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005014 noexcept:
Craig Tillera0f85172016-01-20 15:56:06 -08005015 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07005016 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005017 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005018 opt:
5019 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08005020 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005021 stapprof:
5022 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5023 DEFINES: NDEBUG
5024 tsan:
5025 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005026 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005027 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005028 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005029 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005030 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005031 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005032 LDXX: clang++
5033 compile_the_world: true
5034 test_environ:
5035 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005036 ubsan:
5037 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005038 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5039 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005040 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005041 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005042 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005043 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005044 LDXX: clang++
5045 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005046 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005047 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005048defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005049 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005050 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5051 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005052 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5053 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5054 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5055 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5056 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005057 benchmark:
5058 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005059 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005060 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005061 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5062 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005063 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005064 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005065 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005066 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005067 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005068 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005069 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005070 LDFLAGS: -g
5071 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005072 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005073 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005074openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005075 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005076 extraction_dir: openssl-1.0.2f
5077 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005078php_config_m4:
5079 deps:
5080 - grpc
5081 - gpr
5082 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005083 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005084 headers:
5085 - src/php/ext/grpc/byte_buffer.h
5086 - src/php/ext/grpc/call.h
5087 - src/php/ext/grpc/call_credentials.h
5088 - src/php/ext/grpc/channel.h
5089 - src/php/ext/grpc/channel_credentials.h
5090 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005091 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005092 - src/php/ext/grpc/php_grpc.h
5093 - src/php/ext/grpc/server.h
5094 - src/php/ext/grpc/server_credentials.h
5095 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005096 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005097 src:
5098 - src/php/ext/grpc/byte_buffer.c
5099 - src/php/ext/grpc/call.c
5100 - src/php/ext/grpc/call_credentials.c
5101 - src/php/ext/grpc/channel.c
5102 - src/php/ext/grpc/channel_credentials.c
5103 - src/php/ext/grpc/completion_queue.c
5104 - src/php/ext/grpc/php_grpc.c
5105 - src/php/ext/grpc/server.c
5106 - src/php/ext/grpc/server_credentials.c
5107 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005108python_dependencies:
5109 deps:
5110 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005111 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005112 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005113 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005114 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005115ruby_gem:
5116 deps:
5117 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005118 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005119 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005120 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005121 - z