blob: 3427641aa5df92394fac942a94cd15b252c3f368 [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
Mehrdad Afsharib9335eb2018-02-05 23:23:42 -080016 g_stands_for: glamorous
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
Vijay Pai80e23d12018-01-25 21:50:18 -080027- name: cmdline
28 headers:
29 - test/core/util/cmdline.h
30 src:
31 - test/core/util/cmdline.cc
32 uses:
33 - gpr_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -070034- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010035 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -080036 - src/core/lib/gpr/alloc.cc
37 - src/core/lib/gpr/arena.cc
38 - src/core/lib/gpr/atm.cc
39 - src/core/lib/gpr/avl.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -080040 - src/core/lib/gpr/cpu_iphone.cc
41 - src/core/lib/gpr/cpu_linux.cc
42 - src/core/lib/gpr/cpu_posix.cc
43 - src/core/lib/gpr/cpu_windows.cc
44 - src/core/lib/gpr/env_linux.cc
45 - src/core/lib/gpr/env_posix.cc
46 - src/core/lib/gpr/env_windows.cc
47 - src/core/lib/gpr/fork.cc
48 - src/core/lib/gpr/host_port.cc
49 - src/core/lib/gpr/log.cc
50 - src/core/lib/gpr/log_android.cc
51 - src/core/lib/gpr/log_linux.cc
52 - src/core/lib/gpr/log_posix.cc
53 - src/core/lib/gpr/log_windows.cc
54 - src/core/lib/gpr/mpscq.cc
55 - src/core/lib/gpr/murmur_hash.cc
56 - src/core/lib/gpr/string.cc
57 - src/core/lib/gpr/string_posix.cc
58 - src/core/lib/gpr/string_util_windows.cc
59 - src/core/lib/gpr/string_windows.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -080060 - src/core/lib/gpr/sync.cc
61 - src/core/lib/gpr/sync_posix.cc
62 - src/core/lib/gpr/sync_windows.cc
63 - src/core/lib/gpr/thd.cc
64 - src/core/lib/gpr/thd_posix.cc
65 - src/core/lib/gpr/thd_windows.cc
66 - src/core/lib/gpr/time.cc
67 - src/core/lib/gpr/time_posix.cc
68 - src/core/lib/gpr/time_precise.cc
69 - src/core/lib/gpr/time_windows.cc
70 - src/core/lib/gpr/tls_pthread.cc
71 - src/core/lib/gpr/tmpfile_msys.cc
72 - src/core/lib/gpr/tmpfile_posix.cc
73 - src/core/lib/gpr/tmpfile_windows.cc
74 - src/core/lib/gpr/wrap_memcpy.cc
Yash Tibrewal83062842017-09-21 18:56:08 -070075 - src/core/lib/profiling/basic_timers.cc
76 - src/core/lib/profiling/stap_timers.cc
Craig Tillerd1697d92016-04-05 16:05:46 -070077 uses:
Vijay Pai42807252017-07-28 15:08:24 -070078 - gpr_base_headers
79- name: gpr_base_headers
80 public_headers:
81 - include/grpc/support/alloc.h
82 - include/grpc/support/atm.h
83 - include/grpc/support/atm_gcc_atomic.h
84 - include/grpc/support/atm_gcc_sync.h
85 - include/grpc/support/atm_windows.h
86 - include/grpc/support/avl.h
Vijay Pai42807252017-07-28 15:08:24 -070087 - include/grpc/support/cpu.h
Vijay Pai42807252017-07-28 15:08:24 -070088 - include/grpc/support/log.h
89 - include/grpc/support/log_windows.h
90 - include/grpc/support/port_platform.h
91 - include/grpc/support/string_util.h
Vijay Pai42807252017-07-28 15:08:24 -070092 - include/grpc/support/sync.h
yang-g9ff60312017-08-24 09:08:21 -070093 - include/grpc/support/sync_custom.h
Vijay Pai42807252017-07-28 15:08:24 -070094 - include/grpc/support/sync_generic.h
95 - include/grpc/support/sync_posix.h
96 - include/grpc/support/sync_windows.h
97 - include/grpc/support/thd.h
98 - include/grpc/support/time.h
Vijay Pai42807252017-07-28 15:08:24 -070099 - include/grpc/support/useful.h
100 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
Vijay Paiae376bf2018-01-25 22:54:02 -0800104 - src/core/lib/gpr/host_port.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800105 - src/core/lib/gpr/mpscq.h
106 - src/core/lib/gpr/murmur_hash.h
107 - src/core/lib/gpr/spinlock.h
108 - src/core/lib/gpr/string.h
109 - src/core/lib/gpr/string_windows.h
110 - src/core/lib/gpr/thd_internal.h
111 - src/core/lib/gpr/time_precise.h
Vijay Paib6cf1232018-01-25 21:02:26 -0800112 - src/core/lib/gpr/tls.h
113 - src/core/lib/gpr/tls_gcc.h
114 - src/core/lib/gpr/tls_msvc.h
115 - src/core/lib/gpr/tls_pthread.h
Mark D. Rothdbdf4952018-01-18 11:21:12 -0800116 - src/core/lib/gpr/tmpfile.h
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -0800117 - src/core/lib/gprpp/abstract.h
118 - src/core/lib/gprpp/atomic.h
119 - src/core/lib/gprpp/atomic_with_atm.h
120 - src/core/lib/gprpp/atomic_with_std.h
121 - src/core/lib/gprpp/manual_constructor.h
122 - src/core/lib/gprpp/memory.h
Vijay Pai42807252017-07-28 15:08:24 -0700123 - src/core/lib/profiling/timers.h
Vijay Pai42807252017-07-28 15:08:24 -0700124 uses:
Craig Tillerd1697d92016-04-05 16:05:46 -0700125 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800126- name: gpr_codegen
127 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800128 - include/grpc/impl/codegen/atm.h
129 - include/grpc/impl/codegen/atm_gcc_atomic.h
130 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700131 - include/grpc/impl/codegen/atm_windows.h
Ken Payson9714e032017-10-10 11:18:49 -0700132 - include/grpc/impl/codegen/fork.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800133 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700134 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800135 - include/grpc/impl/codegen/port_platform.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800136 - include/grpc/impl/codegen/sync.h
yang-g9ff60312017-08-24 09:08:21 -0700137 - include/grpc/impl/codegen/sync_custom.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800138 - include/grpc/impl/codegen/sync_generic.h
139 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700140 - include/grpc/impl/codegen/sync_windows.h
Vijay Pai42807252017-07-28 15:08:24 -0700141- name: grpc++_base
142 deps:
143 - grpc
144 uses:
145 - grpc++_common
146 - grpc++_codegen_base
147- name: grpc++_base_unsecure
148 deps:
149 - grpc_unsecure
150 uses:
151 - grpc++_common
152 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700153- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700154 src:
Craig Tillerd48bd072017-10-06 11:25:14 -0700155 - src/core/lib/backoff/backoff.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700156 - src/core/lib/channel/channel_args.cc
157 - src/core/lib/channel/channel_stack.cc
158 - src/core/lib/channel/channel_stack_builder.cc
159 - src/core/lib/channel/connected_channel.cc
160 - src/core/lib/channel/handshaker.cc
161 - src/core/lib/channel/handshaker_factory.cc
162 - src/core/lib/channel/handshaker_registry.cc
163 - src/core/lib/compression/compression.cc
Muxi Yan03fc8572017-10-06 18:47:09 -0700164 - src/core/lib/compression/compression_internal.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700165 - src/core/lib/compression/message_compress.cc
166 - src/core/lib/compression/stream_compression.cc
Yash Tibrewalbc460fa2017-10-02 17:42:41 -0700167 - src/core/lib/compression/stream_compression_gzip.cc
168 - src/core/lib/compression/stream_compression_identity.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700169 - src/core/lib/debug/stats.cc
170 - src/core/lib/debug/stats_data.cc
171 - src/core/lib/http/format_request.cc
172 - src/core/lib/http/httpcli.cc
173 - src/core/lib/http/parser.cc
174 - src/core/lib/iomgr/call_combiner.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700175 - src/core/lib/iomgr/combiner.cc
176 - src/core/lib/iomgr/endpoint.cc
177 - src/core/lib/iomgr/endpoint_pair_posix.cc
178 - src/core/lib/iomgr/endpoint_pair_uv.cc
179 - src/core/lib/iomgr/endpoint_pair_windows.cc
180 - src/core/lib/iomgr/error.cc
181 - src/core/lib/iomgr/ev_epoll1_linux.cc
182 - src/core/lib/iomgr/ev_epollex_linux.cc
183 - src/core/lib/iomgr/ev_epollsig_linux.cc
184 - src/core/lib/iomgr/ev_poll_posix.cc
185 - src/core/lib/iomgr/ev_posix.cc
186 - src/core/lib/iomgr/ev_windows.cc
187 - src/core/lib/iomgr/exec_ctx.cc
188 - src/core/lib/iomgr/executor.cc
Nicolas "Pixel" Noble18a68372017-11-20 23:33:22 +0100189 - src/core/lib/iomgr/fork_posix.cc
190 - src/core/lib/iomgr/fork_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700191 - src/core/lib/iomgr/gethostname_fallback.cc
192 - src/core/lib/iomgr/gethostname_host_name_max.cc
193 - src/core/lib/iomgr/gethostname_sysconf.cc
194 - src/core/lib/iomgr/iocp_windows.cc
195 - src/core/lib/iomgr/iomgr.cc
196 - src/core/lib/iomgr/iomgr_posix.cc
197 - src/core/lib/iomgr/iomgr_uv.cc
198 - src/core/lib/iomgr/iomgr_windows.cc
199 - src/core/lib/iomgr/is_epollexclusive_available.cc
200 - src/core/lib/iomgr/load_file.cc
201 - src/core/lib/iomgr/lockfree_event.cc
202 - src/core/lib/iomgr/network_status_tracker.cc
203 - src/core/lib/iomgr/polling_entity.cc
204 - src/core/lib/iomgr/pollset_set_uv.cc
205 - src/core/lib/iomgr/pollset_set_windows.cc
206 - src/core/lib/iomgr/pollset_uv.cc
207 - src/core/lib/iomgr/pollset_windows.cc
208 - src/core/lib/iomgr/resolve_address_posix.cc
209 - src/core/lib/iomgr/resolve_address_uv.cc
210 - src/core/lib/iomgr/resolve_address_windows.cc
211 - src/core/lib/iomgr/resource_quota.cc
212 - src/core/lib/iomgr/sockaddr_utils.cc
213 - src/core/lib/iomgr/socket_factory_posix.cc
214 - src/core/lib/iomgr/socket_mutator.cc
215 - src/core/lib/iomgr/socket_utils_common_posix.cc
216 - src/core/lib/iomgr/socket_utils_linux.cc
217 - src/core/lib/iomgr/socket_utils_posix.cc
218 - src/core/lib/iomgr/socket_utils_uv.cc
Yash Tibrewal26c78032017-09-28 14:34:43 -0700219 - src/core/lib/iomgr/socket_utils_windows.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700220 - src/core/lib/iomgr/socket_windows.cc
221 - src/core/lib/iomgr/tcp_client_posix.cc
222 - src/core/lib/iomgr/tcp_client_uv.cc
223 - src/core/lib/iomgr/tcp_client_windows.cc
224 - src/core/lib/iomgr/tcp_posix.cc
225 - src/core/lib/iomgr/tcp_server_posix.cc
226 - src/core/lib/iomgr/tcp_server_utils_posix_common.cc
227 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.cc
228 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.cc
229 - src/core/lib/iomgr/tcp_server_uv.cc
230 - src/core/lib/iomgr/tcp_server_windows.cc
231 - src/core/lib/iomgr/tcp_uv.cc
232 - src/core/lib/iomgr/tcp_windows.cc
233 - src/core/lib/iomgr/time_averaged_stats.cc
234 - src/core/lib/iomgr/timer_generic.cc
235 - src/core/lib/iomgr/timer_heap.cc
236 - src/core/lib/iomgr/timer_manager.cc
237 - src/core/lib/iomgr/timer_uv.cc
238 - src/core/lib/iomgr/udp_server.cc
239 - src/core/lib/iomgr/unix_sockets_posix.cc
240 - src/core/lib/iomgr/unix_sockets_posix_noop.cc
241 - src/core/lib/iomgr/wakeup_fd_cv.cc
242 - src/core/lib/iomgr/wakeup_fd_eventfd.cc
243 - src/core/lib/iomgr/wakeup_fd_nospecial.cc
244 - src/core/lib/iomgr/wakeup_fd_pipe.cc
245 - src/core/lib/iomgr/wakeup_fd_posix.cc
246 - src/core/lib/json/json.cc
247 - src/core/lib/json/json_reader.cc
248 - src/core/lib/json/json_string.cc
249 - src/core/lib/json/json_writer.cc
250 - src/core/lib/slice/b64.cc
251 - src/core/lib/slice/percent_encoding.cc
252 - src/core/lib/slice/slice.cc
253 - src/core/lib/slice/slice_buffer.cc
254 - src/core/lib/slice/slice_hash_table.cc
255 - src/core/lib/slice/slice_intern.cc
256 - src/core/lib/slice/slice_string_helpers.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700257 - src/core/lib/surface/api_trace.cc
258 - src/core/lib/surface/byte_buffer.cc
259 - src/core/lib/surface/byte_buffer_reader.cc
260 - src/core/lib/surface/call.cc
261 - src/core/lib/surface/call_details.cc
262 - src/core/lib/surface/call_log_batch.cc
263 - src/core/lib/surface/channel.cc
264 - src/core/lib/surface/channel_init.cc
265 - src/core/lib/surface/channel_ping.cc
266 - src/core/lib/surface/channel_stack_type.cc
267 - src/core/lib/surface/completion_queue.cc
268 - src/core/lib/surface/completion_queue_factory.cc
269 - src/core/lib/surface/event_string.cc
Craig Tiller8ebb5442017-04-07 16:01:55 -0700270 - src/core/lib/surface/lame_client.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700271 - src/core/lib/surface/metadata_array.cc
272 - src/core/lib/surface/server.cc
273 - src/core/lib/surface/validate_metadata.cc
274 - src/core/lib/surface/version.cc
275 - src/core/lib/transport/bdp_estimator.cc
276 - src/core/lib/transport/byte_stream.cc
277 - src/core/lib/transport/connectivity_state.cc
278 - src/core/lib/transport/error_utils.cc
279 - src/core/lib/transport/metadata.cc
280 - src/core/lib/transport/metadata_batch.cc
281 - src/core/lib/transport/pid_controller.cc
282 - src/core/lib/transport/service_config.cc
283 - src/core/lib/transport/static_metadata.cc
284 - src/core/lib/transport/status_conversion.cc
285 - src/core/lib/transport/timeout_encoding.cc
286 - src/core/lib/transport/transport.cc
287 - src/core/lib/transport/transport_op_string.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700288 deps:
289 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700290 filegroups:
291 - grpc_base_headers
Craig Tillerd1697d92016-04-05 16:05:46 -0700292 uses:
293 - grpc_codegen
Craig Tiller1f477302017-05-05 11:01:25 -0700294 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700295- name: grpc_base_headers
296 public_headers:
297 - include/grpc/byte_buffer.h
298 - include/grpc/byte_buffer_reader.h
299 - include/grpc/compression.h
Ken Payson9714e032017-10-10 11:18:49 -0700300 - include/grpc/fork.h
Vijay Pai42807252017-07-28 15:08:24 -0700301 - include/grpc/grpc.h
302 - include/grpc/grpc_posix.h
303 - include/grpc/grpc_security_constants.h
304 - include/grpc/load_reporting.h
305 - include/grpc/slice.h
306 - include/grpc/slice_buffer.h
307 - include/grpc/status.h
308 - include/grpc/support/workaround_list.h
309 headers:
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. Roth764cf042017-09-01 09:00:06 -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
Yash Tibrewal83062842017-09-21 18:56:08 -0700476 - src/core/ext/filters/client_channel/resolver_registry.cc
477 - src/core/ext/filters/client_channel/retry_throttle.cc
478 - src/core/ext/filters/client_channel/subchannel.cc
479 - src/core/ext/filters/client_channel/subchannel_index.cc
480 - src/core/ext/filters/client_channel/uri_parser.cc
Mark D. Roth2137cd82016-09-14 09:04:00 -0700481 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700482 uses:
483 - grpc_base
Craig Tiller3be7dd02017-04-03 14:30:03 -0700484 - grpc_deadline_filter
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800485- name: grpc_codegen
486 public_headers:
Vijay Paiefce6e12017-09-14 09:07:50 -0700487 - include/grpc/impl/codegen/byte_buffer.h
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700488 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800489 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800490 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800491 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800492 - include/grpc/impl/codegen/propagation_bits.h
Craig Tiller28351612017-03-30 10:48:34 -0700493 - include/grpc/impl/codegen/slice.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800494 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700495 uses:
496 - gpr_codegen
Craig Tiller3be7dd02017-04-03 14:30:03 -0700497- name: grpc_deadline_filter
498 headers:
499 - src/core/ext/filters/deadline/deadline_filter.h
500 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700501 - src/core/ext/filters/deadline/deadline_filter.cc
Craig Tiller3be7dd02017-04-03 14:30:03 -0700502 plugin: grpc_deadline_filter
503 uses:
504 - grpc_base
Craig Tilleraf767432017-04-03 13:54:31 -0700505- name: grpc_http_filters
506 headers:
507 - src/core/ext/filters/http/client/http_client_filter.h
Craig Tillera24b9712017-04-06 09:03:21 -0700508 - src/core/ext/filters/http/message_compress/message_compress_filter.h
Craig Tilleraf767432017-04-03 13:54:31 -0700509 - src/core/ext/filters/http/server/http_server_filter.h
510 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700511 - src/core/ext/filters/http/client/http_client_filter.cc
512 - src/core/ext/filters/http/http_filters_plugin.cc
513 - src/core/ext/filters/http/message_compress/message_compress_filter.cc
514 - src/core/ext/filters/http/server/http_server_filter.cc
Craig Tilleraf767432017-04-03 13:54:31 -0700515 plugin: grpc_http_filters
Craig Tillerf3ba6a02017-04-05 12:29:06 -0700516 uses:
517 - grpc_base
Craig Tiller023caf12016-03-29 08:00:30 -0700518- name: grpc_lb_policy_grpclb
519 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700520 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700521 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
522 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700523 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700524 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
525 - src/core/ext/filters/client_channel/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700526 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700527 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
528 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
529 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.cc
530 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
531 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700532 - 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 -0800533 plugin: grpc_lb_policy_grpclb
534 uses:
535 - grpc_base
536 - grpc_client_channel
537 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700538 - grpc_resolver_fake
David Garcia Quintas01291502017-02-07 13:26:41 -0800539- name: grpc_lb_policy_grpclb_secure
540 headers:
Mark D. Roth09e458c2017-05-02 08:13:26 -0700541 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700542 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.h
543 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel.h
Mark D. Roth09e458c2017-05-02 08:13:26 -0700544 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.h
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700545 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.h
546 - 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 -0800547 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700548 - src/core/ext/filters/client_channel/lb_policy/grpclb/client_load_reporting_filter.cc
549 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb.cc
550 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_channel_secure.cc
551 - src/core/ext/filters/client_channel/lb_policy/grpclb/grpclb_client_stats.cc
552 - src/core/ext/filters/client_channel/lb_policy/grpclb/load_balancer_api.cc
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700553 - 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 -0700554 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700555 uses:
556 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700557 - grpc_secure
Mark D. Roth2137cd82016-09-14 09:04:00 -0700558 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700559 - nanopb
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700560 - grpc_resolver_fake
Craig Tiller023caf12016-03-29 08:00:30 -0700561- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700562 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700563 - src/core/ext/filters/client_channel/lb_policy/pick_first/pick_first.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700564 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700565 uses:
566 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700567 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700568 - grpc_lb_subchannel_list
Craig Tiller023caf12016-03-29 08:00:30 -0700569- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700570 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700571 - src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc
Craig Tiller04b7ca82016-03-29 08:07:54 -0700572 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700573 uses:
574 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700575 - grpc_client_channel
Mark D. Roth5e9848e2017-10-06 13:59:32 -0700576 - grpc_lb_subchannel_list
577- name: grpc_lb_subchannel_list
578 headers:
579 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.h
580 src:
581 - src/core/ext/filters/client_channel/lb_policy/subchannel_list.cc
582 uses:
583 - grpc_base
584 - grpc_client_channel
Craig Tiller6d4894e2017-03-31 17:22:06 -0700585- name: grpc_max_age_filter
586 headers:
587 - src/core/ext/filters/max_age/max_age_filter.h
588 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700589 - src/core/ext/filters/max_age/max_age_filter.cc
Craig Tiller6d4894e2017-03-31 17:22:06 -0700590 plugin: grpc_max_age_filter
591 uses:
592 - grpc_base
Craig Tiller9b3648a2017-04-03 12:25:19 -0700593- name: grpc_message_size_filter
594 headers:
595 - src/core/ext/filters/message_size/message_size_filter.h
596 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700597 - src/core/ext/filters/message_size/message_size_filter.cc
Craig Tiller9b3648a2017-04-03 12:25:19 -0700598 plugin: grpc_message_size_filter
599 uses:
600 - grpc_base
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700601- name: grpc_resolver_dns_ares
602 headers:
Craig Tiller9eb0fde2017-03-31 16:59:30 -0700603 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver.h
604 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.h
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700605 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700606 - src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc
607 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_ev_driver_posix.cc
608 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc
609 - src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper_fallback.cc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -0700610 plugin: grpc_resolver_dns_ares
611 uses:
612 - grpc_base
Yuchen Zengf1cd4492016-10-25 11:26:17 -0700613 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700614- name: grpc_resolver_dns_native
615 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700616 - src/core/ext/filters/client_channel/resolver/dns/native/dns_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700617 plugin: grpc_resolver_dns_native
618 uses:
619 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700620 - grpc_client_channel
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700621- name: grpc_resolver_fake
622 headers:
623 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
624 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700625 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.cc
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700626 plugin: grpc_resolver_fake
627 uses:
628 - grpc_base
629 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700630- name: grpc_resolver_sockaddr
631 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700632 - src/core/ext/filters/client_channel/resolver/sockaddr/sockaddr_resolver.cc
Craig Tiller65938df2016-03-31 13:08:49 -0700633 plugin: grpc_resolver_sockaddr
634 uses:
635 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700636 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100637- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700638 public_headers:
639 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100640 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700641 - src/core/lib/security/context/security_context.h
642 - src/core/lib/security/credentials/composite/composite_credentials.h
643 - src/core/lib/security/credentials/credentials.h
644 - src/core/lib/security/credentials/fake/fake_credentials.h
645 - src/core/lib/security/credentials/google_default/google_default_credentials.h
646 - src/core/lib/security/credentials/iam/iam_credentials.h
647 - src/core/lib/security/credentials/jwt/json_token.h
648 - src/core/lib/security/credentials/jwt/jwt_credentials.h
649 - src/core/lib/security/credentials/jwt/jwt_verifier.h
650 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
651 - src/core/lib/security/credentials/plugin/plugin_credentials.h
652 - src/core/lib/security/credentials/ssl/ssl_credentials.h
653 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800654 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700655 - src/core/lib/security/transport/secure_endpoint.h
656 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800657 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700658 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700659 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100660 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700661 - src/core/lib/http/httpcli_security_connector.cc
662 - src/core/lib/security/context/security_context.cc
663 - src/core/lib/security/credentials/composite/composite_credentials.cc
664 - src/core/lib/security/credentials/credentials.cc
665 - src/core/lib/security/credentials/credentials_metadata.cc
666 - src/core/lib/security/credentials/fake/fake_credentials.cc
667 - src/core/lib/security/credentials/google_default/credentials_generic.cc
668 - src/core/lib/security/credentials/google_default/google_default_credentials.cc
669 - src/core/lib/security/credentials/iam/iam_credentials.cc
670 - src/core/lib/security/credentials/jwt/json_token.cc
671 - src/core/lib/security/credentials/jwt/jwt_credentials.cc
672 - src/core/lib/security/credentials/jwt/jwt_verifier.cc
673 - src/core/lib/security/credentials/oauth2/oauth2_credentials.cc
674 - src/core/lib/security/credentials/plugin/plugin_credentials.cc
675 - src/core/lib/security/credentials/ssl/ssl_credentials.cc
676 - src/core/lib/security/transport/client_auth_filter.cc
677 - src/core/lib/security/transport/lb_targets_info.cc
678 - src/core/lib/security/transport/secure_endpoint.cc
679 - src/core/lib/security/transport/security_connector.cc
680 - src/core/lib/security/transport/security_handshaker.cc
681 - src/core/lib/security/transport/server_auth_filter.cc
682 - src/core/lib/security/transport/tsi_error.cc
683 - src/core/lib/security/util/json_util.cc
684 - src/core/lib/surface/init_secure.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700685 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700686 uses:
687 - grpc_base
688 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700689 - tsi
Muxi Yan29ff4662017-05-15 10:27:55 -0700690- name: grpc_server_backward_compatibility
691 headers:
692 - src/core/ext/filters/workarounds/workaround_utils.h
693 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700694 - src/core/ext/filters/workarounds/workaround_utils.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700695 uses:
696 - grpc_base
David Garcia Quintas0822d332017-09-06 17:40:42 -0700697- name: grpc_server_load_reporting
698 headers:
699 - src/core/ext/filters/load_reporting/server_load_reporting_filter.h
700 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.h
701 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700702 - src/core/ext/filters/load_reporting/server_load_reporting_filter.cc
703 - src/core/ext/filters/load_reporting/server_load_reporting_plugin.cc
David Garcia Quintas0822d332017-09-06 17:40:42 -0700704 plugin: grpc_server_load_reporting_plugin
705 uses:
706 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700707- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700708 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700709 headers:
David Garcia Quintas87d5a312017-06-06 19:45:58 -0700710 - src/core/ext/filters/client_channel/resolver/fake/fake_resolver.h
Craig Tiller25834342015-09-25 08:08:24 -0700711 - test/core/end2end/cq_verifier.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800712 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700713 - test/core/end2end/fixtures/proxy.h
714 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800715 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700716 - test/core/util/grpc_profiler.h
Vijay Pai195cf1e2017-11-30 10:56:06 -0800717 - test/core/util/histogram.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200718 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700719 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700720 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700721 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700722 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700723 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700724 - test/core/util/slice_splitter.h
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800725 - test/core/util/subprocess.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
Vijay Pai8a99fdb2018-01-25 15:38:20 -0800745 - test/core/util/subprocess_posix.cc
746 - test/core/util/subprocess_windows.cc
ncteisenaa3b1972017-11-17 15:56:27 -0800747 - test/core/util/tracer_util.cc
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700748 - test/core/util/trickle_endpoint.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700749 deps:
Craig Tillerd1697d92016-04-05 16:05:46 -0700750 - gpr_test_util
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700751 - gpr
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700752 uses:
Vijay Pai80e23d12018-01-25 21:50:18 -0800753 - cmdline
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -0700754 - grpc_base
755 - grpc_client_channel
756 - grpc_transport_chttp2
Craig Tiller1f477302017-05-05 11:01:25 -0700757- name: grpc_trace
Craig Tiller1f477302017-05-05 11:01:25 -0700758 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700759 - src/core/lib/debug/trace.cc
Craig Tiller1f477302017-05-05 11:01:25 -0700760 deps:
761 - gpr
Vijay Pai42807252017-07-28 15:08:24 -0700762 filegroups:
763 - grpc_trace_headers
Yash Tibrewal547653e2017-09-25 21:20:19 -0700764 - grpc_base_headers
Vijay Pai42807252017-07-28 15:08:24 -0700765- name: grpc_trace_headers
766 headers:
767 - src/core/lib/debug/trace.h
768 deps:
769 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700770- name: grpc_transport_chttp2
771 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700772 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700773 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700774 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
Craig Tiller32736482017-10-12 22:02:28 -0700775 - src/core/ext/transport/chttp2/transport/flow_control.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700776 - src/core/ext/transport/chttp2/transport/frame.h
777 - src/core/ext/transport/chttp2/transport/frame_data.h
778 - src/core/ext/transport/chttp2/transport/frame_goaway.h
779 - src/core/ext/transport/chttp2/transport/frame_ping.h
780 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
781 - src/core/ext/transport/chttp2/transport/frame_settings.h
782 - src/core/ext/transport/chttp2/transport/frame_window_update.h
783 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
784 - src/core/ext/transport/chttp2/transport/hpack_parser.h
785 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerc8f62bc2017-04-03 16:25:45 -0700786 - src/core/ext/transport/chttp2/transport/http2_settings.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700787 - src/core/ext/transport/chttp2/transport/huffsyms.h
788 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
789 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700790 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700791 - src/core/ext/transport/chttp2/transport/varint.h
792 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700793 - src/core/ext/transport/chttp2/transport/bin_decoder.cc
794 - src/core/ext/transport/chttp2/transport/bin_encoder.cc
795 - src/core/ext/transport/chttp2/transport/chttp2_plugin.cc
796 - src/core/ext/transport/chttp2/transport/chttp2_transport.cc
797 - src/core/ext/transport/chttp2/transport/flow_control.cc
798 - src/core/ext/transport/chttp2/transport/frame_data.cc
799 - src/core/ext/transport/chttp2/transport/frame_goaway.cc
800 - src/core/ext/transport/chttp2/transport/frame_ping.cc
801 - src/core/ext/transport/chttp2/transport/frame_rst_stream.cc
802 - src/core/ext/transport/chttp2/transport/frame_settings.cc
803 - src/core/ext/transport/chttp2/transport/frame_window_update.cc
804 - src/core/ext/transport/chttp2/transport/hpack_encoder.cc
805 - src/core/ext/transport/chttp2/transport/hpack_parser.cc
806 - src/core/ext/transport/chttp2/transport/hpack_table.cc
807 - src/core/ext/transport/chttp2/transport/http2_settings.cc
808 - src/core/ext/transport/chttp2/transport/huffsyms.cc
809 - src/core/ext/transport/chttp2/transport/incoming_metadata.cc
810 - src/core/ext/transport/chttp2/transport/parsing.cc
811 - src/core/ext/transport/chttp2/transport/stream_lists.cc
812 - src/core/ext/transport/chttp2/transport/stream_map.cc
813 - src/core/ext/transport/chttp2/transport/varint.cc
814 - src/core/ext/transport/chttp2/transport/writing.cc
Craig Tillerf82ddc42016-04-05 17:15:07 -0700815 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700816 uses:
817 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700818 - grpc_transport_chttp2_alpn
Craig Tilleraf767432017-04-03 13:54:31 -0700819 - grpc_http_filters
Craig Tillerd1697d92016-04-05 16:05:46 -0700820- name: grpc_transport_chttp2_alpn
821 headers:
822 - src/core/ext/transport/chttp2/alpn/alpn.h
823 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700824 - src/core/ext/transport/chttp2/alpn/alpn.cc
Craig Tillerd1697d92016-04-05 16:05:46 -0700825 deps:
826 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800827- name: grpc_transport_chttp2_client_connector
828 headers:
829 - src/core/ext/transport/chttp2/client/chttp2_connector.h
830 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700831 - src/core/ext/transport/chttp2/client/chttp2_connector.cc
Mark D. Roth2502afb2016-11-29 15:17:31 -0800832 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800833 - grpc_transport_chttp2
834 - grpc_base
Craig Tiller29b527f2017-03-30 10:27:20 -0700835 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700836- name: grpc_transport_chttp2_client_insecure
837 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700838 - src/core/ext/transport/chttp2/client/insecure/channel_create.cc
839 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700840 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800841 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700842 - grpc_transport_chttp2
843 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700844 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700845- name: grpc_transport_chttp2_client_secure
846 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700847 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700848 uses:
849 - grpc_transport_chttp2
850 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700851 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700852 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800853 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800854- name: grpc_transport_chttp2_server
855 headers:
856 - src/core/ext/transport/chttp2/server/chttp2_server.h
857 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700858 - src/core/ext/transport/chttp2/server/chttp2_server.cc
Mark D. Roth71403822016-12-02 10:51:39 -0800859 uses:
860 - grpc_transport_chttp2
861 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700862- name: grpc_transport_chttp2_server_insecure
863 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700864 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.cc
865 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700866 uses:
867 - grpc_transport_chttp2
868 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800869 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700870- name: grpc_transport_chttp2_server_secure
871 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700872 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.cc
Craig Tiller44cc10b2016-03-28 10:45:29 -0700873 uses:
874 - grpc_transport_chttp2
875 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700876 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800877 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700878- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700879 public_headers:
880 - include/grpc/grpc_cronet.h
881 - include/grpc/grpc_security.h
882 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700883 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800884 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800885 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700886 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700887 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.cc
888 - src/core/ext/transport/cronet/transport/cronet_api_dummy.cc
889 - src/core/ext/transport/cronet/transport/cronet_transport.cc
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700890 filegroups:
891 - grpc_base
892 - grpc_transport_chttp2
Craig Tilleraf767432017-04-03 13:54:31 -0700893 - grpc_http_filters
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700894- name: grpc_transport_inproc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700895 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700896 - src/core/ext/transport/inproc/inproc_plugin.cc
897 - src/core/ext/transport/inproc/inproc_transport.cc
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700898 plugin: grpc_inproc_plugin
899 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700900 - grpc_transport_inproc_headers
Vijay Pai3d7d5f42017-05-04 10:02:24 -0700901 - grpc_base
Vijay Pai42807252017-07-28 15:08:24 -0700902- name: grpc_transport_inproc_headers
903 headers:
904 - src/core/ext/transport/inproc/inproc_transport.h
905 uses:
906 - grpc_base_headers
Muxi Yan29ff4662017-05-15 10:27:55 -0700907- name: grpc_workaround_cronet_compression_filter
908 headers:
909 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h
910 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700911 - src/core/ext/filters/workarounds/workaround_cronet_compression_filter.cc
Muxi Yan29ff4662017-05-15 10:27:55 -0700912 plugin: grpc_workaround_cronet_compression_filter
913 uses:
914 - grpc_base
915 - grpc_server_backward_compatibility
Craig Tillereb841e22016-02-11 15:49:16 -0800916- name: nanopb
Vijay Pai42807252017-07-28 15:08:24 -0700917 src:
918 - third_party/nanopb/pb_common.c
919 - third_party/nanopb/pb_decode.c
920 - third_party/nanopb/pb_encode.c
Alexander Polcyn02d1ff52017-08-23 14:43:57 -0700921 uses:
Vijay Pai42807252017-07-28 15:08:24 -0700922 - nanopb_headers
923- name: nanopb_headers
Craig Tillereb841e22016-02-11 15:49:16 -0800924 headers:
925 - third_party/nanopb/pb.h
926 - third_party/nanopb/pb_common.h
927 - third_party/nanopb/pb_decode.h
928 - third_party/nanopb/pb_encode.h
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700929- name: transport_security_test_lib
930 build: test
931 headers:
932 - test/core/tsi/transport_security_test_lib.h
933 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -0700934 - test/core/tsi/transport_security_test_lib.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -0700935 deps:
936 - grpc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700937- name: tsi
938 headers:
Yihua Zhangd36fe072018-01-23 10:40:45 -0800939 - src/core/tsi/alts_transport_security.h
Craig Tiller134fed32017-03-28 14:27:18 -0700940 - src/core/tsi/fake_transport_security.h
941 - src/core/tsi/ssl_transport_security.h
942 - src/core/tsi/ssl_types.h
Jiangtao Li0211cfb2017-08-07 11:24:07 -0700943 - src/core/tsi/transport_security_grpc.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700944 src:
Yihua Zhangd36fe072018-01-23 10:40:45 -0800945 - src/core/tsi/alts_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700946 - src/core/tsi/fake_transport_security.cc
Yash Tibrewal83062842017-09-21 18:56:08 -0700947 - src/core/tsi/ssl_transport_security.cc
948 - src/core/tsi/transport_security_grpc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700949 deps:
950 - gpr
Yihua Zhangd36fe072018-01-23 10:40:45 -0800951 plugin: grpc_tsi_alts
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700952 secure: true
Craig Tiller1f477302017-05-05 11:01:25 -0700953 uses:
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700954 - tsi_interface
Yihua Zhang1435bfc2017-07-17 11:20:51 -0700955 - grpc_base
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700956 - grpc_trace
957- name: tsi_interface
958 headers:
959 - src/core/tsi/transport_security.h
960 - src/core/tsi/transport_security_adapter.h
961 - src/core/tsi/transport_security_interface.h
962 src:
Yash Tibrewal83062842017-09-21 18:56:08 -0700963 - src/core/tsi/transport_security.cc
964 - src/core/tsi/transport_security_adapter.cc
jiangtaoli201625d6fd82017-08-09 11:15:04 -0700965 deps:
966 - gpr
967 secure: true
968 uses:
969 - grpc_trace
Vijay Pai42807252017-07-28 15:08:24 -0700970- name: grpc++_codegen_base
971 language: c++
972 public_headers:
973 - include/grpc++/impl/codegen/async_stream.h
974 - include/grpc++/impl/codegen/async_unary_call.h
Vijay Paiefce6e12017-09-14 09:07:50 -0700975 - include/grpc++/impl/codegen/byte_buffer.h
Vijay Pai42807252017-07-28 15:08:24 -0700976 - include/grpc++/impl/codegen/call.h
977 - include/grpc++/impl/codegen/call_hook.h
978 - include/grpc++/impl/codegen/channel_interface.h
979 - include/grpc++/impl/codegen/client_context.h
980 - include/grpc++/impl/codegen/client_unary_call.h
981 - include/grpc++/impl/codegen/completion_queue.h
982 - include/grpc++/impl/codegen/completion_queue_tag.h
983 - include/grpc++/impl/codegen/config.h
984 - include/grpc++/impl/codegen/core_codegen_interface.h
985 - include/grpc++/impl/codegen/create_auth_context.h
986 - include/grpc++/impl/codegen/grpc_library.h
987 - include/grpc++/impl/codegen/metadata_map.h
988 - include/grpc++/impl/codegen/method_handler_impl.h
989 - include/grpc++/impl/codegen/rpc_method.h
990 - include/grpc++/impl/codegen/rpc_service_method.h
991 - include/grpc++/impl/codegen/security/auth_context.h
992 - include/grpc++/impl/codegen/serialization_traits.h
993 - include/grpc++/impl/codegen/server_context.h
994 - include/grpc++/impl/codegen/server_interface.h
995 - include/grpc++/impl/codegen/service_type.h
996 - include/grpc++/impl/codegen/slice.h
997 - include/grpc++/impl/codegen/status.h
998 - include/grpc++/impl/codegen/status_code_enum.h
999 - include/grpc++/impl/codegen/string_ref.h
1000 - include/grpc++/impl/codegen/stub_options.h
1001 - include/grpc++/impl/codegen/sync_stream.h
1002 - include/grpc++/impl/codegen/time.h
1003 uses:
1004 - grpc_codegen
1005- name: grpc++_codegen_base_src
1006 language: c++
1007 src:
1008 - src/cpp/codegen/codegen_init.cc
1009 uses:
1010 - grpc++_codegen_base
1011- name: grpc++_codegen_proto
1012 language: c++
1013 public_headers:
1014 - include/grpc++/impl/codegen/proto_utils.h
1015 uses:
1016 - grpc++_codegen_base
1017 - grpc++_config_proto
1018- name: grpc++_common
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001019 language: c++
1020 public_headers:
1021 - include/grpc++/alarm.h
1022 - include/grpc++/channel.h
1023 - include/grpc++/client_context.h
1024 - include/grpc++/completion_queue.h
1025 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001026 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -08001027 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001028 - include/grpc++/generic/async_generic_service.h
1029 - include/grpc++/generic/generic_stub.h
1030 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -08001031 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001032 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -08001033 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001034 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001035 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001036 - include/grpc++/impl/grpc_library.h
1037 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001038 - include/grpc++/impl/rpc_method.h
1039 - include/grpc++/impl/rpc_service_method.h
1040 - include/grpc++/impl/serialization_traits.h
1041 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -07001042 - include/grpc++/impl/server_builder_plugin.h
1043 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001044 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -07001045 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001046 - include/grpc++/security/auth_context.h
1047 - include/grpc++/security/auth_metadata_processor.h
1048 - include/grpc++/security/credentials.h
1049 - include/grpc++/security/server_credentials.h
1050 - include/grpc++/server.h
1051 - include/grpc++/server_builder.h
1052 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -07001053 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001054 - include/grpc++/support/async_stream.h
1055 - include/grpc++/support/async_unary_call.h
1056 - include/grpc++/support/byte_buffer.h
1057 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -07001058 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001059 - include/grpc++/support/slice.h
1060 - include/grpc++/support/status.h
1061 - include/grpc++/support/status_code_enum.h
1062 - include/grpc++/support/string_ref.h
1063 - include/grpc++/support/stub_options.h
1064 - include/grpc++/support/sync_stream.h
1065 - include/grpc++/support/time.h
1066 headers:
1067 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -07001068 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001069 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -08001070 - src/cpp/server/health/default_health_check_service.h
1071 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001072 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001073 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001074 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001075 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001076 - src/cpp/client/client_context.cc
1077 - src/cpp/client/create_channel.cc
1078 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001079 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001080 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001081 - src/cpp/client/generic_stub.cc
Vijay Pai2b226ad2018-01-11 16:11:35 -08001082 - src/cpp/common/alarm.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001083 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -07001084 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001085 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001086 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07001087 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001088 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -07001089 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001090 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -08001091 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001092 - src/cpp/server/create_default_thread_pool.cc
1093 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -08001094 - src/cpp/server/health/default_health_check_service.cc
1095 - src/cpp/server/health/health.pb.c
1096 - src/cpp/server/health/health_check_service.cc
1097 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001098 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001099 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001100 - src/cpp/server/server_context.cc
1101 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -07001102 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07001103 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001104 - src/cpp/util/byte_buffer_cc.cc
1105 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001106 - src/cpp/util/status.cc
1107 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -07001108 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001109 uses:
Vijay Pai42807252017-07-28 15:08:24 -07001110 - gpr_base_headers
1111 - grpc_base_headers
1112 - grpc_transport_inproc_headers
yang-g17487f92016-06-03 15:21:15 -07001113 - grpc++_codegen_base
Vijay Pai42807252017-07-28 15:08:24 -07001114 - nanopb_headers
yang-g17487f92016-06-03 15:21:15 -07001115- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001116 language: c++
1117 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001118 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -07001119- name: grpc++_reflection_proto
1120 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -07001121 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -07001122 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001123- name: grpc++_test
1124 language: c++
1125 public_headers:
Mahak Mukhi31d92d42017-04-08 15:43:07 -07001126 - include/grpc++/test/mock_stream.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -08001127 - include/grpc++/test/server_context_test_spouse.h
1128 deps:
1129 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001130 - grpc
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +01001131libs:
Craig Tillerda179ce2016-02-09 12:01:53 -08001132- name: gpr
1133 build: all
1134 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -08001135 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -07001136 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -08001137 secure: false
1138 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
1139- name: gpr_test_util
1140 build: private
1141 language: c
1142 headers:
1143 - test/core/util/test_config.h
1144 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001145 - test/core/util/test_config.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08001146 deps:
1147 - gpr
1148 secure: false
1149 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001150- name: grpc
1151 build: all
1152 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001153 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001154 - src/core/lib/surface/init.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001155 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001156 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001157 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001158 filegroups:
1159 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001160 - grpc_transport_chttp2_server_secure
1161 - grpc_transport_chttp2_client_secure
1162 - grpc_transport_chttp2_server_insecure
1163 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001164 - grpc_transport_inproc
David Garcia Quintas01291502017-02-07 13:26:41 -08001165 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -07001166 - grpc_lb_policy_pick_first
1167 - grpc_lb_policy_round_robin
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001168 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001169 - grpc_resolver_dns_native
1170 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001171 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001172 - grpc_server_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001173 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -07001174 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001175 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001176 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001177 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001178 - grpc_workaround_cronet_compression_filter
1179 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001180 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001181 secure: true
Craig Tiller25834342015-09-25 08:08:24 -07001182 vs_packages:
1183 - grpc.dependencies.openssl
1184 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001185 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001186- name: grpc_cronet
1187 build: all
1188 language: c
1189 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001190 - src/core/lib/surface/init.cc
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001191 baselib: true
1192 deps_linkage: static
1193 dll: true
1194 filegroups:
1195 - grpc_base
1196 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -07001197 - grpc_transport_chttp2_client_secure
David Garcia Quintas0822d332017-09-06 17:40:42 -07001198 - grpc_server_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -07001199 generate_plugin_registry: true
1200 platforms:
1201 - linux
1202 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001203- name: grpc_dll
1204 build: private
1205 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001206 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001207 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001208 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001209 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +01001210 build_system:
1211 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001212 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001213 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001214 vs_config_type: DynamicLibrary
1215 vs_packages:
1216 - grpc.dependencies.openssl
1217 - grpc.dependencies.zlib
1218 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1219 vs_props:
1220 - zlib
1221 - openssl
1222 - winsock
1223 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001224- name: grpc_test_util
1225 build: private
1226 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001227 headers:
1228 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001229 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001230 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001231 - test/core/end2end/data/client_certs.cc
1232 - test/core/end2end/data/server1_cert.cc
1233 - test/core/end2end/data/server1_key.cc
1234 - test/core/end2end/data/test_root_cert.cc
1235 - test/core/security/oauth2_utils.cc
Craig Tiller25834342015-09-25 08:08:24 -07001236 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001237 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001238 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001239 - grpc
1240 filegroups:
1241 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001242 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1243- name: grpc_test_util_unsecure
1244 build: private
1245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001246 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001247 - gpr
1248 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001249 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001250 filegroups:
1251 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001252 secure: false
1253 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1254- name: grpc_unsecure
1255 build: all
1256 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001257 src:
Yash Tibrewal83062842017-09-21 18:56:08 -07001258 - src/core/lib/surface/init.cc
1259 - src/core/lib/surface/init_unsecure.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001260 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001261 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001262 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001263 filegroups:
1264 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001265 - grpc_transport_chttp2_server_insecure
1266 - grpc_transport_chttp2_client_insecure
Vijay Pai3d7d5f42017-05-04 10:02:24 -07001267 - grpc_transport_inproc
Yuchen Zengd4bbfc72016-08-05 10:33:16 -07001268 - grpc_resolver_dns_ares
Craig Tiller65938df2016-03-31 13:08:49 -07001269 - grpc_resolver_dns_native
1270 - grpc_resolver_sockaddr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07001271 - grpc_resolver_fake
David Garcia Quintas0822d332017-09-06 17:40:42 -07001272 - grpc_server_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001273 - grpc_lb_policy_grpclb
1274 - grpc_lb_policy_pick_first
1275 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001276 - census
Craig Tiller6d4894e2017-03-31 17:22:06 -07001277 - grpc_max_age_filter
Craig Tiller9b3648a2017-04-03 12:25:19 -07001278 - grpc_message_size_filter
Craig Tiller3be7dd02017-04-03 14:30:03 -07001279 - grpc_deadline_filter
Muxi Yan29ff4662017-05-15 10:27:55 -07001280 - grpc_workaround_cronet_compression_filter
1281 - grpc_server_backward_compatibility
Craig Tiller04b7ca82016-03-29 08:07:54 -07001282 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001283 secure: false
1284 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001285- name: reconnect_server
1286 build: private
1287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001288 headers:
1289 - test/core/util/reconnect_server.h
1290 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001291 - test/core/util/reconnect_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001292 deps:
yang-gc9fca182015-11-06 16:41:33 -08001293 - test_tcp_server
1294 - grpc_test_util
1295 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001296 - gpr_test_util
1297 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001298- name: test_tcp_server
1299 build: private
1300 language: c
1301 headers:
1302 - test/core/util/test_tcp_server.h
1303 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001304 - test/core/util/test_tcp_server.cc
yang-gc9fca182015-11-06 16:41:33 -08001305 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001306 - grpc_test_util
1307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr_test_util
1309 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: grpc++
1311 build: all
1312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001313 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001314 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001315 - src/cpp/client/secure_credentials.h
1316 - src/cpp/common/secure_auth_context.h
1317 - src/cpp/server/secure_server_credentials.h
1318 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001319 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001320 - src/cpp/client/secure_credentials.cc
1321 - src/cpp/common/auth_property_iterator.cc
1322 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001323 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001324 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001325 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001326 - src/cpp/server/secure_server_credentials.cc
1327 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001328 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001329 baselib: true
1330 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001331 filegroups:
1332 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001333 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001334 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001335 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001336 secure: check
1337 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Craig Tiller28972352017-08-31 15:52:57 -07001338- name: grpc++_core_stats
1339 build: private
1340 language: c++
Vijay Pai16efe6c2018-01-25 09:01:53 -08001341 headers:
Craig Tiller28972352017-08-31 15:52:57 -07001342 - src/cpp/util/core_stats.h
1343 src:
1344 - src/proto/grpc/core/stats.proto
1345 - src/cpp/util/core_stats.cc
1346 deps:
1347 - grpc++
Garrett Casto931a26b2016-10-04 09:18:29 -07001348- name: grpc++_cronet
1349 build: all
1350 language: c++
1351 src:
1352 - src/cpp/client/cronet_credentials.cc
1353 - src/cpp/client/insecure_credentials.cc
1354 - src/cpp/common/insecure_create_auth_context.cc
1355 - src/cpp/server/insecure_server_credentials.cc
1356 deps:
1357 - gpr
1358 - grpc_cronet
1359 baselib: true
1360 dll: true
1361 filegroups:
1362 - grpc++_base
1363 - grpc++_codegen_base
1364 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001365 - grpc_transport_chttp2_client_insecure
1366 - grpc_transport_chttp2_server_insecure
1367 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001368 platforms:
1369 - linux
1370 secure: true
yang-geceec8e2017-04-10 11:58:44 -07001371- name: grpc++_error_details
1372 build: all
1373 language: c++
1374 public_headers:
1375 - include/grpc++/support/error_details.h
1376 src:
1377 - src/proto/grpc/status/status.proto
1378 - src/cpp/util/error_details.cc
1379 deps:
1380 - grpc++
1381 baselib: true
1382 vs_project_guid: '{9F58AD72-49E1-4D10-B826-9E190AB0AAC0}'
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001383- name: grpc++_proto_reflection_desc_db
1384 build: private
1385 language: c++
1386 headers:
1387 - test/cpp/util/proto_reflection_descriptor_database.h
1388 src:
1389 - test/cpp/util/proto_reflection_descriptor_database.cc
1390 deps:
1391 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001392 - grpc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001393 filegroups:
1394 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001395 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001396- name: grpc++_reflection
1397 build: all
1398 language: c++
1399 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001400 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001401 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001402 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001403 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001404 - src/cpp/ext/proto_server_reflection.cc
1405 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001406 deps:
1407 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001408 - grpc
Yuchen Zengeb25a072016-06-08 10:59:48 -07001409 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001410 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001411- name: grpc++_test_config
1412 build: private
1413 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001414 headers:
1415 - test/cpp/util/test_config.h
1416 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001417 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001418- name: grpc++_test_util
1419 build: private
1420 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001421 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001422 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001423 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001424 - test/cpp/util/create_test_channel.h
1425 - test/cpp/util/string_ref_helper.h
1426 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001427 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001428 src:
yang-gc8a49d22016-12-12 11:18:49 -08001429 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001430 - src/proto/grpc/testing/echo_messages.proto
1431 - src/proto/grpc/testing/echo.proto
1432 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001433 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001434 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001435 - test/cpp/util/create_test_channel.cc
1436 - test/cpp/util/string_ref_helper.cc
1437 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001438 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001439 deps:
1440 - grpc++
1441 - grpc_test_util
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001442 - grpc
yang-g17487f92016-06-03 15:21:15 -07001443 filegroups:
1444 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001445 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001446 - grpc++_codegen_proto
1447 - grpc++_config_proto
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001448- name: grpc++_test_util_unsecure
1449 build: private
1450 language: c++
1451 headers:
1452 - test/cpp/end2end/test_service_impl.h
1453 - test/cpp/util/byte_buffer_proto_helper.h
1454 - test/cpp/util/string_ref_helper.h
1455 - test/cpp/util/subprocess.h
1456 src:
1457 - src/proto/grpc/health/v1/health.proto
1458 - src/proto/grpc/testing/echo_messages.proto
1459 - src/proto/grpc/testing/echo.proto
1460 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
1461 - test/cpp/end2end/test_service_impl.cc
1462 - test/cpp/util/byte_buffer_proto_helper.cc
1463 - test/cpp/util/string_ref_helper.cc
1464 - test/cpp/util/subprocess.cc
1465 deps:
1466 - grpc++_unsecure
1467 - grpc_test_util_unsecure
1468 - grpc_unsecure
1469 filegroups:
1470 - grpc++_codegen_base
1471 - grpc++_codegen_base_src
1472 - grpc++_codegen_proto
1473 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001474- name: grpc++_unsecure
1475 build: all
1476 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001477 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001478 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001479 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001480 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001481 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001482 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001483 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001484 baselib: true
1485 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001486 filegroups:
Vijay Pai42807252017-07-28 15:08:24 -07001487 - grpc++_base_unsecure
yang-g17487f92016-06-03 15:21:15 -07001488 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001489 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001490 secure: false
1491 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001492- name: grpc_benchmark
1493 build: test
1494 language: c++
1495 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001496 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1497 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001498 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001499 src:
1500 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001501 deps:
1502 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07001503 - grpc++_unsecure
1504 - grpc_test_util_unsecure
1505 - grpc_unsecure
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02001506 defaults: benchmark
yang-gabdec2d2016-05-19 10:11:24 -07001507- name: grpc_cli_libs
1508 build: private
1509 language: c++
1510 headers:
1511 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001512 - test/cpp/util/cli_credentials.h
1513 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001514 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001515 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001516 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001517 src:
1518 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001519 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001520 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001521 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001522 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001523 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001524 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001525 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001526 - grpc
Yuchen Zeng169c9852016-10-14 15:58:09 -07001527 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001528 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001529 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001530- name: grpc_plugin_support
1531 build: protoc
1532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001533 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001534 - src/compiler/config.h
1535 - src/compiler/cpp_generator.h
1536 - src/compiler/cpp_generator_helpers.h
1537 - src/compiler/csharp_generator.h
1538 - src/compiler/csharp_generator_helpers.h
1539 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001540 - src/compiler/node_generator.h
1541 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001542 - src/compiler/objective_c_generator.h
1543 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001544 - src/compiler/php_generator.h
1545 - src/compiler/php_generator_helpers.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301546 - src/compiler/protobuf_plugin.h
Craig Tiller25834342015-09-25 08:08:24 -07001547 - src/compiler/python_generator.h
Harsh Vardhan8d5c6322017-02-25 21:07:05 +05301548 - src/compiler/python_generator_helpers.h
1549 - src/compiler/python_private_generator.h
Craig Tiller25834342015-09-25 08:08:24 -07001550 - src/compiler/ruby_generator.h
1551 - src/compiler/ruby_generator_helpers-inl.h
1552 - src/compiler/ruby_generator_map-inl.h
1553 - src/compiler/ruby_generator_string-inl.h
Harsh Vardhandbd44972017-02-26 19:25:09 +05301554 - src/compiler/schema_interface.h
Craig Tiller25834342015-09-25 08:08:24 -07001555 src:
1556 - src/compiler/cpp_generator.cc
1557 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001558 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001559 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001560 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001561 - src/compiler/python_generator.cc
1562 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001563 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001564 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565 secure: false
1566 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001567 vs_props:
1568 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001569- name: http2_client_main
1570 build: private
1571 language: c++
1572 headers:
1573 - test/cpp/interop/http2_client.h
1574 src:
1575 - src/proto/grpc/testing/empty.proto
1576 - src/proto/grpc/testing/messages.proto
1577 - src/proto/grpc/testing/test.proto
1578 - test/cpp/interop/http2_client.cc
1579 deps:
1580 - grpc++_test_util
1581 - grpc_test_util
1582 - grpc++
1583 - grpc
1584 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001585- name: interop_client_helper
1586 build: private
1587 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001588 headers:
1589 - test/cpp/interop/client_helper.h
1590 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001591 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001592 - test/cpp/interop/client_helper.cc
1593 deps:
1594 - grpc++_test_util
1595 - grpc_test_util
1596 - grpc++
1597 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001598 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001599- name: interop_client_main
1600 build: private
1601 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001602 headers:
1603 - test/cpp/interop/interop_client.h
1604 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001605 - src/proto/grpc/testing/empty.proto
1606 - src/proto/grpc/testing/messages.proto
1607 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001608 - test/cpp/interop/client.cc
1609 - test/cpp/interop/interop_client.cc
1610 deps:
1611 - interop_client_helper
1612 - grpc++_test_util
1613 - grpc_test_util
1614 - grpc++
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001618 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001619- name: interop_server_helper
1620 build: private
1621 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001622 headers:
1623 - test/cpp/interop/server_helper.h
1624 src:
1625 - test/cpp/interop/server_helper.cc
1626 deps:
yang-gcc591022017-01-11 11:10:43 -08001627 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001628 - grpc_test_util
1629 - grpc++
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001632- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001633 build: private
1634 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001635 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001636 - src/proto/grpc/testing/empty.proto
1637 - src/proto/grpc/testing/messages.proto
1638 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001639 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001640 deps:
1641 - interop_server_helper
1642 - grpc++_test_util
1643 - grpc_test_util
1644 - grpc++
1645 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001646 - gpr_test_util
1647 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001648 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001649- name: interop_server_main
1650 build: private
1651 language: c++
1652 src:
1653 - test/cpp/interop/interop_server_bootstrap.cc
1654 deps:
1655 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001656- name: qps
1657 build: private
1658 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001659 headers:
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001660 - test/cpp/qps/benchmark_config.h
Craig Tiller25834342015-09-25 08:08:24 -07001661 - test/cpp/qps/client.h
1662 - test/cpp/qps/driver.h
1663 - test/cpp/qps/histogram.h
1664 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001665 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001666 - test/cpp/qps/qps_worker.h
1667 - test/cpp/qps/report.h
1668 - test/cpp/qps/server.h
1669 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001670 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001671 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001672 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001673 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001674 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001675 - src/proto/grpc/testing/control.proto
1676 - src/proto/grpc/testing/services.proto
Nicolas "Pixel" Nobleb02dd012017-03-24 18:45:22 +01001677 - test/cpp/qps/benchmark_config.cc
Craig Tiller25834342015-09-25 08:08:24 -07001678 - test/cpp/qps/client_async.cc
1679 - test/cpp/qps/client_sync.cc
1680 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001681 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001682 - test/cpp/qps/qps_worker.cc
1683 - test/cpp/qps/report.cc
1684 - test/cpp/qps/server_async.cc
1685 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001686 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001687 deps:
1688 - grpc_test_util
1689 - grpc++_test_util
Craig Tiller28972352017-08-31 15:52:57 -07001690 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07001691 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02001692 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001693- name: grpc_csharp_ext
1694 build: all
1695 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001696 src:
1697 - src/csharp/ext/grpc_csharp_ext.c
1698 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001700 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001701 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001702 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001703 dll: only
1704 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001705 vs_packages:
1706 - grpc.dependencies.openssl
1707 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001708 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001709 vs_props:
1710 - zlib
1711 - openssl
1712 - winsock
1713 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001714targets:
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001715- name: algorithm_test
1716 build: test
1717 language: c
1718 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001719 - test/core/compression/algorithm_test.cc
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001720 deps:
1721 - grpc_test_util
1722 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001723 - gpr_test_util
1724 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001725 uses_polling: false
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001726- name: alloc_test
1727 build: test
1728 language: c
1729 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001730 - test/core/gpr/alloc_test.cc
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001731 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001732 - gpr_test_util
1733 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001734 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001735- name: alpn_test
1736 build: test
1737 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001738 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001739 - test/core/transport/chttp2/alpn_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001740 deps:
1741 - grpc_test_util
1742 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001743 - gpr_test_util
1744 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001745- name: api_fuzzer
1746 build: fuzzer
1747 language: c
1748 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001749 - test/core/end2end/fuzzers/api_fuzzer.cc
Craig Tillerfc98f922016-04-13 08:45:06 -07001750 deps:
1751 - grpc_test_util
1752 - grpc
1753 - gpr_test_util
1754 - gpr
1755 corpus_dirs:
1756 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001757 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001758 maxlen: 2048
Craig Tiller9202b3f2017-03-12 22:30:38 -07001759- name: arena_test
1760 build: test
1761 language: c
1762 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08001763 - test/core/gpr/arena_test.cc
Craig Tiller9202b3f2017-03-12 22:30:38 -07001764 deps:
1765 - gpr_test_util
1766 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001767 uses_polling: false
Yuchen Zeng955a3642016-06-17 13:48:03 -07001768- name: bad_server_response_test
1769 build: test
1770 language: c
1771 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001772 - test/core/end2end/bad_server_response_test.cc
Yuchen Zeng955a3642016-06-17 13:48:03 -07001773 deps:
1774 - test_tcp_server
1775 - grpc_test_util
1776 - grpc
1777 - gpr_test_util
1778 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001779 exclude_iomgrs:
1780 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001781- name: bin_decoder_test
1782 build: test
1783 language: c
1784 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001785 - test/core/transport/chttp2/bin_decoder_test.cc
Yuchen Zengd982bba2016-05-12 18:53:52 -07001786 deps:
1787 - grpc_test_util
1788 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001789 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790- name: bin_encoder_test
1791 build: test
1792 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001793 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001794 - test/core/transport/chttp2/bin_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001795 deps:
1796 - grpc_test_util
1797 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07001798 uses_polling: false
Mark D. Roth57940612017-07-26 14:29:52 -07001799- name: byte_stream_test
1800 build: test
1801 language: c
1802 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001803 - test/core/transport/byte_stream_test.cc
Mark D. Roth57940612017-07-26 14:29:52 -07001804 deps:
1805 - grpc_test_util
1806 - grpc
1807 - gpr_test_util
1808 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001809 uses_polling: false
yang-gc0ed5092015-12-09 08:48:08 -08001810- name: channel_create_test
1811 build: test
1812 language: c
1813 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001814 - test/core/surface/channel_create_test.cc
yang-gc0ed5092015-12-09 08:48:08 -08001815 deps:
1816 - grpc_test_util
1817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001818 - gpr_test_util
1819 - gpr
Craig Tiller819cd882017-04-25 13:18:22 -07001820- name: check_epollexclusive
1821 build: tool
1822 language: c
1823 src:
1824 - test/build/check_epollexclusive.c
1825 deps:
1826 - grpc
1827 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001828- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001829 build: test
1830 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001831 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001832 - test/core/transport/chttp2/hpack_encoder_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001833 deps:
1834 - grpc_test_util
1835 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001836 - gpr_test_util
1837 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001838 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001839- name: chttp2_stream_map_test
1840 build: test
1841 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001842 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001843 - test/core/transport/chttp2/stream_map_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001844 deps:
1845 - grpc_test_util
1846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001847 - gpr_test_util
1848 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001849 uses_polling: false
Craig Tiller8ab91b22015-12-07 11:28:51 -08001850- name: chttp2_varint_test
1851 build: test
1852 language: c
1853 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001854 - test/core/transport/chttp2/varint_test.cc
Craig Tiller8ab91b22015-12-07 11:28:51 -08001855 deps:
1856 - grpc_test_util
1857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001858 - gpr_test_util
1859 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001860 uses_polling: false
Craig Tiller845516e2016-04-11 20:49:20 -07001861- name: client_fuzzer
1862 build: fuzzer
1863 language: c
1864 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001865 - test/core/end2end/fuzzers/client_fuzzer.cc
Craig Tiller845516e2016-04-11 20:49:20 -07001866 deps:
1867 - grpc_test_util
1868 - grpc
1869 - gpr_test_util
1870 - gpr
1871 corpus_dirs:
1872 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001873 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001874 maxlen: 2048
Vijay Pai8a99fdb2018-01-25 15:38:20 -08001875- name: cmdline_test
1876 build: test
1877 language: c
1878 src:
1879 - test/core/util/cmdline_test.cc
1880 deps:
1881 - gpr
1882 - gpr_test_util
1883 - grpc_test_util
1884 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07001885- name: combiner_test
Craig Tillerd47be442017-04-19 17:26:24 -07001886 cpu_cost: 10
Craig Tiller57726ca2016-09-12 11:59:45 -07001887 build: test
1888 language: c
1889 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001890 - test/core/iomgr/combiner_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07001891 deps:
1892 - grpc_test_util
1893 - grpc
1894 - gpr_test_util
1895 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001896- name: compression_test
1897 build: test
1898 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001899 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001900 - test/core/compression/compression_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001901 deps:
1902 - grpc_test_util
1903 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001904 - gpr_test_util
1905 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07001906 uses_polling: false
Craig Tiller57e27432016-03-11 16:53:58 -08001907- name: concurrent_connectivity_test
Craig Tillerd47be442017-04-19 17:26:24 -07001908 cpu_cost: 2.0
Craig Tiller57e27432016-03-11 16:53:58 -08001909 build: test
1910 language: c
1911 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001912 - test/core/surface/concurrent_connectivity_test.cc
Craig Tiller57e27432016-03-11 16:53:58 -08001913 deps:
1914 - grpc_test_util
1915 - grpc
1916 - gpr_test_util
1917 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001918 exclude_iomgrs:
1919 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001920- name: connection_refused_test
1921 cpu_cost: 0.1
1922 build: test
1923 language: c
1924 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001925 - test/core/end2end/connection_refused_test.cc
Craig Tiller012372f2016-09-26 10:23:34 -07001926 deps:
1927 - grpc_test_util
1928 - grpc
1929 - gpr_test_util
1930 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001931- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001932 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001933 build: test
1934 language: c
1935 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001936 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.cc
Craig Tillere91ef682016-03-11 08:59:17 -08001937 deps:
1938 - grpc_test_util
1939 - grpc
1940 - gpr_test_util
1941 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001942 exclude_iomgrs:
1943 - uv
David Garcia Quintas956fe5e2018-01-30 15:47:20 -08001944- name: dns_resolver_cooldown_test
1945 build: test
1946 language: c
1947 src:
1948 - test/core/client_channel/resolvers/dns_resolver_cooldown_test.cc
1949 deps:
1950 - grpc_test_util
1951 - grpc
1952 - gpr_test_util
1953 - gpr
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001954- name: dns_resolver_test
1955 build: test
1956 language: c
1957 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001958 - test/core/client_channel/resolvers/dns_resolver_test.cc
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001959 deps:
1960 - grpc_test_util
1961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001962 - gpr_test_util
1963 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001964- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001965 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001966 build: test
1967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001968 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001969 - test/core/end2end/dualstack_socket_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001970 deps:
1971 - grpc_test_util
1972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001973 - gpr_test_util
1974 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001975 exclude_iomgrs:
1976 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001977 platforms:
1978 - mac
1979 - linux
1980 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001981- name: endpoint_pair_test
1982 build: test
1983 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001984 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001985 - test/core/iomgr/endpoint_pair_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07001986 deps:
1987 - grpc_test_util
1988 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001989 - gpr_test_util
1990 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001991 exclude_iomgrs:
1992 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001993- name: error_test
1994 cpu_cost: 30
1995 build: test
1996 language: c
1997 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07001998 - test/core/iomgr/error_test.cc
ncteisen3da3ce32017-02-17 09:51:25 -08001999 deps:
2000 - grpc_test_util
2001 - grpc
2002 - gpr_test_util
2003 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002004 uses_polling: false
Craig Tiller6a85ee02017-04-27 19:17:11 +00002005- name: ev_epollsig_linux_test
Craig Tillerd47be442017-04-19 17:26:24 -07002006 cpu_cost: 3
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002007 build: test
2008 language: c
2009 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002010 - test/core/iomgr/ev_epollsig_linux_test.cc
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002011 deps:
2012 - grpc_test_util
2013 - grpc
2014 - gpr_test_util
2015 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002016 exclude_iomgrs:
2017 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07002018 platforms:
2019 - linux
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002020- name: fake_resolver_test
2021 build: test
2022 language: c
2023 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002024 - test/core/client_channel/resolvers/fake_resolver_test.cc
David Garcia Quintas53af23c2017-04-15 10:29:46 -07002025 deps:
2026 - grpc_test_util
2027 - grpc
2028 - gpr_test_util
2029 - gpr
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002030- name: fake_transport_security_test
2031 build: test
2032 language: c
2033 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002034 - test/core/tsi/fake_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07002035 deps:
2036 - gpr_test_util
2037 - gpr
2038 - grpc
2039 filegroups:
2040 - transport_security_test_lib
2041 platforms:
2042 - linux
2043 - posix
2044 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: fd_conservation_posix_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002049 - test/core/iomgr/fd_conservation_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002055 exclude_iomgrs:
2056 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002057 platforms:
2058 - mac
2059 - linux
2060 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002061- name: fd_posix_test
2062 build: test
2063 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002064 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002065 - test/core/iomgr/fd_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002066 deps:
2067 - grpc_test_util
2068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002069 - gpr_test_util
2070 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002071 exclude_iomgrs:
2072 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002073 platforms:
2074 - mac
2075 - linux
2076 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077- name: fling_client
2078 build: test
2079 run: false
2080 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002081 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002082 - test/core/fling/client.cc
Craig Tiller25834342015-09-25 08:08:24 -07002083 deps:
2084 - grpc_test_util
2085 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002086 - gpr_test_util
2087 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002088- name: fling_server
2089 build: test
2090 run: false
2091 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002092 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002093 - test/core/fling/server.cc
Craig Tiller25834342015-09-25 08:08:24 -07002094 deps:
2095 - grpc_test_util
2096 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002097 - gpr_test_util
2098 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002099- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002100 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002101 build: test
2102 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002103 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002104 - test/core/fling/fling_stream_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002105 deps:
2106 - grpc_test_util
2107 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002108 - gpr_test_util
2109 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002110 platforms:
2111 - mac
2112 - linux
2113 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002114- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002115 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002116 build: test
2117 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002118 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002119 - test/core/fling/fling_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002120 deps:
2121 - grpc_test_util
2122 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002123 - gpr_test_util
2124 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002125 platforms:
2126 - mac
2127 - linux
2128 - posix
Craig Tiller1b719582016-03-24 09:06:13 -07002129- name: goaway_server_test
2130 cpu_cost: 0.1
2131 build: test
2132 language: c
2133 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002134 - test/core/end2end/goaway_server_test.cc
Craig Tiller1b719582016-03-24 09:06:13 -07002135 deps:
2136 - grpc_test_util
2137 - grpc
2138 - gpr_test_util
2139 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002140 exclude_iomgrs:
2141 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07002142 platforms:
2143 - mac
2144 - linux
2145 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08002146- name: gpr_avl_test
2147 build: test
2148 language: c
2149 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002150 - test/core/gpr/avl_test.cc
Craig Tillerfba79f22015-11-23 11:06:55 -08002151 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002152 - gpr_test_util
2153 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002154 uses_polling: false
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002155- name: gpr_cpu_test
Craig Tillerd47be442017-04-19 17:26:24 -07002156 cpu_cost: 30
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002157 build: test
2158 language: c
2159 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002160 - test/core/gpr/cpu_test.cc
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07002161 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002162 - gpr_test_util
2163 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002164 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002165- name: gpr_env_test
2166 build: test
2167 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002168 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002169 - test/core/gpr/env_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002170 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002171 - gpr_test_util
2172 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002173 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002174- name: gpr_host_port_test
2175 build: test
2176 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002177 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002178 - test/core/gpr/host_port_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002179 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002180 - gpr_test_util
2181 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002182 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002183- name: gpr_log_test
2184 build: test
2185 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002186 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002187 - test/core/gpr/log_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002188 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002189 - gpr_test_util
2190 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002191 uses_polling: false
ncteisen4d9c98b2017-11-09 12:43:15 -08002192- name: gpr_manual_constructor_test
2193 cpu_cost: 3
2194 build: test
2195 language: c
2196 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08002197 - test/core/gprpp/manual_constructor_test.cc
ncteisen4d9c98b2017-11-09 12:43:15 -08002198 deps:
2199 - gpr_test_util
2200 - gpr
2201 uses_polling: false
Craig Tiller57726ca2016-09-12 11:59:45 -07002202- name: gpr_mpscq_test
2203 cpu_cost: 30
2204 build: test
2205 language: c
2206 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002207 - test/core/gpr/mpscq_test.cc
Craig Tiller57726ca2016-09-12 11:59:45 -07002208 deps:
2209 - gpr_test_util
2210 - gpr
Craig Tillerdb78c2f2017-10-06 10:09:09 -07002211 uses_polling: false
Craig Tilleredbf2b92017-02-27 07:24:00 -08002212- name: gpr_spinlock_test
Craig Tillerd47be442017-04-19 17:26:24 -07002213 cpu_cost: 3
Craig Tilleredbf2b92017-02-27 07:24:00 -08002214 build: test
2215 language: c
2216 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002217 - test/core/gpr/spinlock_test.cc
Craig Tilleredbf2b92017-02-27 07:24:00 -08002218 deps:
2219 - gpr_test_util
2220 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002221 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002222- name: gpr_string_test
2223 build: test
2224 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002225 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002226 - test/core/gpr/string_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002227 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002230 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002231- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002232 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002233 build: test
2234 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002235 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002236 - test/core/gpr/sync_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002237 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002238 - gpr_test_util
2239 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002240 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002241- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002242 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243 build: test
2244 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002245 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002246 - test/core/gpr/thd_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002247 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002248 - gpr_test_util
2249 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002250 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002251- name: gpr_time_test
2252 build: test
2253 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002254 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002255 - test/core/gpr/time_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002256 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002257 - gpr_test_util
2258 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002259 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002260- name: gpr_tls_test
2261 build: test
2262 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002263 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002264 - test/core/gpr/tls_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002265 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002266 - gpr_test_util
2267 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002268 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002269- name: gpr_useful_test
2270 build: test
2271 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002272 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002273 - test/core/gpr/useful_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002274 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002277 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002278- name: grpc_auth_context_test
2279 build: test
2280 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002281 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002282 - test/core/security/auth_context_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002283 deps:
2284 - grpc_test_util
2285 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002286 - gpr_test_util
2287 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002288 uses_polling: false
Craig Tiller732a8752016-02-22 15:59:19 -08002289- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002290 build: test
2291 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002292 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002293 - test/core/slice/b64_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002294 deps:
2295 - grpc_test_util
2296 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002297 - gpr_test_util
2298 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002299 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002300- name: grpc_byte_buffer_reader_test
2301 build: test
2302 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002303 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002304 - test/core/surface/byte_buffer_reader_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002305 deps:
2306 - grpc_test_util
2307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002308 - gpr_test_util
2309 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002310 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002311- name: grpc_channel_args_test
2312 build: test
2313 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002314 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002315 - test/core/channel/channel_args_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002316 deps:
2317 - grpc_test_util
2318 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002319 - gpr_test_util
2320 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002321 uses_polling: false
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002322- name: grpc_channel_stack_builder_test
2323 build: test
2324 language: c
2325 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002326 - test/core/channel/channel_stack_builder_test.cc
David Garcia Quintas243fe9d2017-08-24 14:16:37 -07002327 deps:
2328 - grpc_test_util
2329 - grpc
2330 - gpr_test_util
2331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002332- name: grpc_channel_stack_test
2333 build: test
2334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002335 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002336 - test/core/channel/channel_stack_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002337 deps:
2338 - grpc_test_util
2339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002340 - gpr_test_util
2341 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002342 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002343- name: grpc_completion_queue_test
2344 build: test
2345 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002346 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002347 - test/core/surface/completion_queue_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002348 deps:
2349 - grpc_test_util
2350 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002351 - gpr_test_util
2352 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002353- name: grpc_completion_queue_threading_test
2354 build: test
2355 language: c
2356 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002357 - test/core/surface/completion_queue_threading_test.cc
murgatroid991191b722017-02-08 11:56:52 -08002358 deps:
2359 - grpc_test_util
2360 - grpc
2361 - gpr_test_util
2362 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002363 exclude_iomgrs:
2364 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002365- name: grpc_create_jwt
2366 build: tool
2367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002368 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002369 - test/core/security/create_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002370 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002371 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002372 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002373 filegroups:
2374 - cmdline
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002375 secure: true
Vijay Pai58f38f52017-10-11 10:53:11 -07002376 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002377- name: grpc_credentials_test
2378 build: test
2379 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002380 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002381 - test/core/security/credentials_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002382 deps:
2383 - grpc_test_util
2384 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002385 - gpr_test_util
2386 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002387- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002388 build: test
2389 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002390 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002391 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002392 - test/core/security/fetch_oauth2.cc
Craig Tiller25834342015-09-25 08:08:24 -07002393 deps:
2394 - grpc_test_util
2395 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002396 - gpr_test_util
2397 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002398- name: grpc_invalid_channel_args_test
2399 build: test
2400 language: c
2401 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002402 - test/core/surface/invalid_channel_args_test.cc
yang-ga1fecbc2015-12-07 15:46:49 -08002403 deps:
2404 - grpc_test_util
2405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002406 - gpr_test_util
2407 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002408 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002409- name: grpc_json_token_test
2410 build: test
2411 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002412 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002413 - test/core/security/json_token_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002414 deps:
2415 - grpc_test_util
2416 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002417 - gpr_test_util
2418 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002419 platforms:
2420 - linux
2421 - posix
2422 - mac
Vijay Pai58f38f52017-10-11 10:53:11 -07002423 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002424- name: grpc_jwt_verifier_test
2425 build: test
2426 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002427 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002428 - test/core/security/jwt_verifier_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002429 deps:
2430 - grpc_test_util
2431 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002432 - gpr_test_util
2433 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002434 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002435- name: grpc_print_google_default_creds_token
2436 build: tool
2437 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002438 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002439 - test/core/security/print_google_default_creds_token.cc
Craig Tiller25834342015-09-25 08:08:24 -07002440 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002443 filegroups:
2444 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002445 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002446- name: grpc_security_connector_test
2447 build: test
2448 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002449 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002450 - test/core/security/security_connector_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002451 deps:
2452 - grpc_test_util
2453 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002454 - gpr_test_util
2455 - gpr
Justin Burke9b9a44e2017-10-03 18:09:41 -07002456- name: grpc_ssl_credentials_test
2457 build: test
2458 language: c
2459 src:
Yash Tibrewalaf922462017-10-25 16:29:49 -07002460 - test/core/security/ssl_credentials_test.cc
Justin Burke9b9a44e2017-10-03 18:09:41 -07002461 deps:
2462 - grpc_test_util
2463 - grpc
2464 - gpr_test_util
2465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002466- name: grpc_verify_jwt
2467 build: tool
2468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002469 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002470 - test/core/security/verify_jwt.cc
Craig Tiller25834342015-09-25 08:08:24 -07002471 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002473 - gpr
Vijay Pai80e23d12018-01-25 21:50:18 -08002474 filegroups:
2475 - cmdline
Vijay Pai58f38f52017-10-11 10:53:11 -07002476 uses_polling: false
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002477- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002478 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002479 language: c
2480 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002481 - test/core/handshake/client_ssl.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002482 deps:
2483 - grpc_test_util
2484 - grpc
2485 - gpr_test_util
2486 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002487 exclude_iomgrs:
2488 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002489 platforms:
2490 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002491 secure: true
2492- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002493 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002494 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002495 headers:
2496 - test/core/handshake/server_ssl_common.h
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002497 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002498 - test/core/handshake/server_ssl.cc
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002499 - test/core/handshake/server_ssl_common.cc
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002500 deps:
2501 - grpc_test_util
2502 - grpc
2503 - gpr_test_util
2504 - gpr
murgatroid9979e2d8e2017-07-18 13:23:55 -07002505 exclude_iomgrs:
2506 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002507 platforms:
2508 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002509 secure: true
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002510- name: handshake_server_with_readahead_handshaker
2511 build: test
2512 language: c
Alexander Polcynf51b7e12017-11-13 21:05:32 -08002513 headers:
2514 - test/core/handshake/server_ssl_common.h
Alexander Polcyn3f6b10a2017-10-28 16:57:29 -07002515 src:
Alexander Polcyn248c4f52017-11-13 16:31:27 -08002516 - test/core/handshake/readahead_handshaker_server_ssl.cc
2517 - test/core/handshake/server_ssl_common.cc
Craig Tiller25834342015-09-25 08:08:24 -07002518 deps:
2519 - grpc_test_util
2520 - grpc
Craig Tiller71c610d2016-03-18 15:57:08 -07002521 - gpr_test_util
2522 - gpr
2523 exclude_iomgrs:
2524 - uv
Craig Tiller71c610d2016-03-18 15:57:08 -07002525 platforms:
2526 - linux
2527 secure: true
Vijay Pai195cf1e2017-11-30 10:56:06 -08002528- name: histogram_test
2529 build: test
2530 language: c
2531 src:
2532 - test/core/util/histogram_test.cc
2533 deps:
2534 - grpc_test_util
2535 - gpr
2536 uses_polling: false
Craig Tiller71c610d2016-03-18 15:57:08 -07002537- name: hpack_parser_fuzzer_test
2538 build: fuzzer
2539 language: c
2540 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002541 - test/core/transport/chttp2/hpack_parser_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07002542 deps:
2543 - grpc_test_util
2544 - grpc
2545 - gpr_test_util
2546 - gpr
2547 corpus_dirs:
2548 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002549 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002550 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002551- name: hpack_parser_test
2552 build: test
2553 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002554 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002555 - test/core/transport/chttp2/hpack_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002556 deps:
2557 - grpc_test_util
2558 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002559 - gpr_test_util
2560 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002561 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002562- name: hpack_table_test
2563 build: test
2564 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002565 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002566 - test/core/transport/chttp2/hpack_table_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002567 deps:
2568 - grpc_test_util
2569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002570 - gpr_test_util
2571 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002572 uses_polling: false
Matthew Iselin1824f052016-02-10 12:16:06 +11002573- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002574 build: test
2575 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002576 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002577 - test/core/http/parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002578 deps:
2579 - grpc_test_util
2580 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002581 - gpr_test_util
2582 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002583 uses_polling: false
Craig Tillerf707d622016-05-06 14:26:12 -07002584- name: http_request_fuzzer_test
2585 build: fuzzer
2586 language: c
2587 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002588 - test/core/http/request_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002589 deps:
2590 - grpc_test_util
2591 - grpc
2592 - gpr_test_util
2593 - gpr
2594 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002595 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002596 maxlen: 2048
2597- name: http_response_fuzzer_test
2598 build: fuzzer
2599 language: c
2600 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002601 - test/core/http/response_fuzzer.cc
Craig Tillerf707d622016-05-06 14:26:12 -07002602 deps:
2603 - grpc_test_util
2604 - grpc
2605 - gpr_test_util
2606 - gpr
2607 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002608 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002609 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002610- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002611 build: test
2612 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002613 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002614 - test/core/http/format_request_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002615 deps:
2616 - grpc_test_util
2617 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002618 - gpr_test_util
2619 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002620- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002621 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002622 build: test
2623 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002624 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002625 - test/core/http/httpcli_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002626 deps:
2627 - grpc_test_util
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr_test_util
2630 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002631 platforms:
2632 - mac
2633 - linux
2634 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002635- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002636 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002637 build: test
2638 language: c
2639 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002640 - test/core/http/httpscli_test.cc
Craig Tillercc0535d2015-12-08 15:14:47 -08002641 deps:
2642 - grpc_test_util
2643 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002644 - gpr_test_util
2645 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002646 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002647 - linux
yang-gf1183302015-12-07 16:02:05 -08002648- name: init_test
2649 build: test
2650 language: c
2651 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002652 - test/core/surface/init_test.cc
yang-gf1183302015-12-07 16:02:05 -08002653 deps:
2654 - grpc_test_util
2655 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002656 - gpr_test_util
2657 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002658 uses_polling: false
yang-g077f6f82015-12-07 11:22:51 -08002659- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002660 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002661 build: test
2662 language: c
2663 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002664 - test/core/end2end/invalid_call_argument_test.cc
yang-g077f6f82015-12-07 11:22:51 -08002665 deps:
2666 - grpc_test_util
2667 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002668 - gpr_test_util
2669 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002670- name: json_fuzzer_test
2671 build: fuzzer
2672 language: c
2673 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002674 - test/core/json/fuzzer.cc
Craig Tiller32173c52016-03-17 14:12:45 -07002675 deps:
2676 - grpc_test_util
2677 - grpc
2678 - gpr_test_util
2679 - gpr
2680 corpus_dirs:
2681 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002682 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002683- name: json_rewrite
2684 build: test
2685 run: false
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.cc
Craig Tiller25834342015-09-25 08:08:24 -07002689 deps:
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002690 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07002691 - grpc
Vijay Pai8a99fdb2018-01-25 15:38:20 -08002692 - gpr_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08002693 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002694 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002695- name: json_rewrite_test
2696 build: test
2697 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002698 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002699 - test/core/json/json_rewrite_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002700 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
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002706- name: json_stream_error_test
2707 build: test
2708 language: c
2709 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002710 - test/core/json/json_stream_error_test.cc
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002711 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: json_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/json/json_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
Vijay Pai58f38f52017-10-11 10:53:11 -07002727 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002728- name: lame_client_test
2729 build: test
2730 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002731 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002732 - test/core/surface/lame_client_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002733 deps:
2734 - grpc_test_util
2735 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002736 - gpr_test_util
2737 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002738- name: load_file_test
2739 build: test
2740 language: c
2741 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002742 - test/core/iomgr/load_file_test.cc
Craig Tiller85178862016-05-18 16:09:16 -07002743 deps:
2744 - grpc_test_util
2745 - grpc
2746 - gpr_test_util
2747 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002748 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002749- name: low_level_ping_pong_benchmark
2750 build: benchmark
2751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002752 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002753 - test/core/network_benchmarks/low_level_ping_pong.cc
Craig Tiller25834342015-09-25 08:08:24 -07002754 deps:
2755 - grpc_test_util
2756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002757 - gpr_test_util
2758 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002759 platforms:
2760 - mac
2761 - linux
2762 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002763- name: memory_profile_client
2764 build: test
2765 run: false
2766 language: c
2767 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002768 - test/core/memory_usage/client.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002769 deps:
2770 - grpc_test_util
2771 - grpc
2772 - gpr_test_util
2773 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002774 uses_polling: false
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002775- name: memory_profile_server
2776 build: test
2777 run: false
2778 language: c
2779 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002780 - test/core/memory_usage/server.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002781 deps:
2782 - grpc_test_util
2783 - grpc
2784 - gpr_test_util
2785 - gpr
2786- name: memory_profile_test
2787 cpu_cost: 1.5
2788 build: test
2789 language: c
2790 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002791 - test/core/memory_usage/memory_usage_test.cc
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002792 deps:
2793 - grpc_test_util
2794 - grpc
2795 - gpr_test_util
2796 - gpr
2797 platforms:
2798 - mac
2799 - linux
2800 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: message_compress_test
2802 build: test
2803 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002804 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002805 - test/core/compression/message_compress_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002806 deps:
2807 - grpc_test_util
2808 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002809 - gpr_test_util
2810 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002811 uses_polling: false
Craig Tiller494e72d2017-04-03 08:43:22 -07002812- name: minimal_stack_is_minimal_test
2813 build: test
2814 language: c
2815 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002816 - test/core/channel/minimal_stack_is_minimal_test.cc
Craig Tiller494e72d2017-04-03 08:43:22 -07002817 deps:
2818 - grpc_test_util
2819 - grpc
2820 - gpr_test_util
2821 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002822 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002823- name: multiple_server_queues_test
2824 build: test
2825 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002826 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002827 - test/core/end2end/multiple_server_queues_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002828 deps:
2829 - grpc_test_util
2830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002831 - gpr_test_util
2832 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833- name: murmur_hash_test
2834 build: test
2835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
Mark D. Rothdbdf4952018-01-18 11:21:12 -08002837 - test/core/gpr/murmur_hash_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002838 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002839 - gpr_test_util
2840 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002841 uses_polling: false
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002842- name: nanopb_fuzzer_response_test
2843 build: fuzzer
2844 language: c
2845 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002846 - test/core/nanopb/fuzzer_response.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002847 deps:
2848 - grpc_test_util
2849 - grpc
2850 - gpr_test_util
2851 - gpr
2852 corpus_dirs:
2853 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002854 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002855- name: nanopb_fuzzer_serverlist_test
2856 build: fuzzer
2857 language: c
2858 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002859 - test/core/nanopb/fuzzer_serverlist.cc
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002860 deps:
2861 - grpc_test_util
2862 - grpc
2863 - gpr_test_util
2864 - gpr
2865 corpus_dirs:
2866 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002867 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002868- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002869 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002870 build: test
2871 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002872 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002873 - test/core/end2end/no_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002874 deps:
2875 - grpc_test_util
2876 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002877 - gpr_test_util
2878 - gpr
Alexander Polcync3b1f182017-04-18 13:51:36 -07002879- name: num_external_connectivity_watchers_test
2880 build: test
2881 language: c
2882 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002883 - test/core/surface/num_external_connectivity_watchers_test.cc
Alexander Polcync3b1f182017-04-18 13:51:36 -07002884 deps:
2885 - grpc_test_util
2886 - grpc
2887 - gpr_test_util
2888 - gpr
2889 exclude_iomgrs:
2890 - uv
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002891- name: parse_address_test
2892 build: test
2893 language: c
2894 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002895 - test/core/client_channel/parse_address_test.cc
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002896 deps:
2897 - grpc_test_util
2898 - grpc
2899 - gpr_test_util
2900 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002901 uses_polling: false
Craig Tiller17ed6b12016-08-18 09:33:33 -07002902- name: percent_decode_fuzzer
2903 build: fuzzer
2904 language: c
2905 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002906 - test/core/slice/percent_decode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002907 deps:
2908 - grpc_test_util
2909 - grpc
2910 - gpr_test_util
2911 - gpr
2912 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002913 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002914 maxlen: 32
2915- name: percent_encode_fuzzer
2916 build: fuzzer
2917 language: c
2918 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002919 - test/core/slice/percent_encode_fuzzer.cc
Craig Tiller17ed6b12016-08-18 09:33:33 -07002920 deps:
2921 - grpc_test_util
2922 - grpc
2923 - gpr_test_util
2924 - gpr
2925 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002926 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002927 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002928- name: percent_encoding_test
2929 build: test
2930 language: c
2931 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002932 - test/core/slice/percent_encoding_test.cc
Craig Tiller7a34e482016-10-26 16:26:34 -07002933 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002934 - grpc_test_util
2935 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002936 - gpr_test_util
2937 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07002938 uses_polling: false
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002939- name: pollset_set_test
2940 build: test
2941 language: c
2942 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002943 - test/core/iomgr/pollset_set_test.cc
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002944 deps:
2945 - grpc_test_util
2946 - grpc
2947 - gpr_test_util
2948 - gpr
2949 exclude_iomgrs:
2950 - uv
2951 platforms:
2952 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002953- name: resolve_address_posix_test
2954 build: test
2955 language: c
2956 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002957 - test/core/iomgr/resolve_address_posix_test.cc
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002958 deps:
2959 - grpc_test_util
2960 - grpc
2961 - gpr_test_util
2962 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002963 exclude_iomgrs:
2964 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002965 platforms:
2966 - mac
2967 - linux
2968 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002969- name: resolve_address_test
2970 build: test
2971 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002972 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002973 - test/core/iomgr/resolve_address_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002974 deps:
2975 - grpc_test_util
2976 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002977 - gpr_test_util
2978 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002979- name: resource_quota_test
2980 cpu_cost: 30
2981 build: test
2982 language: c
2983 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002984 - test/core/iomgr/resource_quota_test.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -07002985 deps:
2986 - grpc_test_util
2987 - grpc
2988 - gpr_test_util
2989 - gpr
yang-gd482e592015-12-10 14:04:00 -08002990- name: secure_channel_create_test
2991 build: test
2992 language: c
2993 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07002994 - test/core/surface/secure_channel_create_test.cc
yang-gd482e592015-12-10 14:04:00 -08002995 deps:
2996 - grpc_test_util
2997 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002998 - gpr_test_util
2999 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003000- name: secure_endpoint_test
3001 build: test
3002 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003003 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003004 - test/core/security/secure_endpoint_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003005 deps:
3006 - grpc_test_util
3007 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003008 - gpr_test_util
3009 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003010 exclude_iomgrs:
3011 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003012- name: sequential_connectivity_test
3013 build: test
3014 language: c
3015 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003016 - test/core/surface/sequential_connectivity_test.cc
Craig Tillerdbaf05e2016-06-12 22:16:56 -07003017 deps:
3018 - grpc_test_util
3019 - grpc
3020 - gpr_test_util
3021 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003022 exclude_iomgrs:
3023 - uv
yang-gfe9a9752015-12-09 10:47:18 -08003024- name: server_chttp2_test
3025 build: test
3026 language: c
3027 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003028 - test/core/surface/server_chttp2_test.cc
yang-gfe9a9752015-12-09 10:47:18 -08003029 deps:
3030 - grpc_test_util
3031 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003032 - gpr_test_util
3033 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07003034- name: server_fuzzer
3035 build: fuzzer
3036 language: c
3037 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003038 - test/core/end2end/fuzzers/server_fuzzer.cc
Craig Tillerdf262c62016-04-02 13:53:49 -07003039 deps:
3040 - grpc_test_util
3041 - grpc
3042 - gpr_test_util
3043 - gpr
3044 corpus_dirs:
3045 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07003046 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07003047 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08003048- name: server_test
3049 build: test
3050 language: c
3051 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003052 - test/core/surface/server_test.cc
yang-gc3d94fb2015-12-10 14:38:00 -08003053 deps:
3054 - grpc_test_util
3055 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003056 - gpr_test_util
3057 - gpr
Craig Tillerc3350542016-10-26 16:19:01 -07003058- name: slice_buffer_test
3059 build: test
3060 language: c
3061 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003062 - test/core/slice/slice_buffer_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003063 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003064 - grpc_test_util
3065 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003066 - gpr_test_util
3067 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003068 uses_polling: false
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003069- name: slice_hash_table_test
3070 build: test
3071 language: c
3072 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003073 - test/core/slice/slice_hash_table_test.cc
Mark D. Roth0c0b89a2017-04-19 13:28:24 -07003074 deps:
3075 - grpc_test_util
3076 - grpc
3077 - gpr_test_util
3078 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003079 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003080- name: slice_string_helpers_test
3081 build: test
3082 language: c
3083 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003084 - test/core/slice/slice_string_helpers_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003085 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003086 - grpc_test_util
3087 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003088 - gpr_test_util
3089 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003090 uses_polling: false
Craig Tillerc3350542016-10-26 16:19:01 -07003091- name: slice_test
3092 build: test
3093 language: c
3094 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003095 - test/core/slice/slice_test.cc
Craig Tillerc3350542016-10-26 16:19:01 -07003096 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07003097 - grpc_test_util
3098 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07003099 - gpr_test_util
3100 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003101 uses_polling: false
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003102- name: sockaddr_resolver_test
3103 build: test
3104 language: c
3105 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003106 - test/core/client_channel/resolvers/sockaddr_resolver_test.cc
Craig Tillerb8bd62e2015-12-10 15:51:15 -08003107 deps:
3108 - grpc_test_util
3109 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003110 - gpr_test_util
3111 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003112- name: sockaddr_utils_test
3113 build: test
3114 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003115 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003116 - test/core/iomgr/sockaddr_utils_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003117 deps:
3118 - grpc_test_util
3119 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003120 - gpr_test_util
3121 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08003122- name: socket_utils_test
3123 build: test
3124 language: c
3125 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003126 - test/core/iomgr/socket_utils_test.cc
Craig Tiller27493202015-12-11 11:30:26 -08003127 deps:
3128 - grpc_test_util
3129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003130 - gpr_test_util
3131 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07003132 exclude_iomgrs:
3133 - uv
Craig Tiller27493202015-12-11 11:30:26 -08003134 platforms:
3135 - mac
3136 - linux
3137 - posix
yang-g31e21282016-11-04 15:10:03 -07003138- name: ssl_server_fuzzer
3139 build: fuzzer
3140 language: c
3141 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003142 - test/core/security/ssl_server_fuzzer.cc
yang-g31e21282016-11-04 15:10:03 -07003143 deps:
3144 - grpc_test_util
3145 - grpc
3146 - gpr_test_util
3147 - gpr
3148 corpus_dirs:
3149 - test/core/security/corpus/ssl_server_corpus
3150 maxlen: 2048
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003151- name: ssl_transport_security_test
3152 build: test
3153 language: c
3154 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003155 - test/core/tsi/ssl_transport_security_test.cc
Yihua Zhang7fab9bf2017-08-22 12:32:43 -07003156 deps:
3157 - gpr_test_util
3158 - gpr
3159 - grpc
3160 filegroups:
3161 - transport_security_test_lib
3162 platforms:
3163 - linux
3164 - posix
3165 - mac
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003166- name: status_conversion_test
3167 build: test
3168 language: c
3169 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003170 - test/core/transport/status_conversion_test.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08003171 deps:
3172 - grpc_test_util
3173 - grpc
3174 - gpr_test_util
3175 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003176 uses_polling: false
Muxi Yanc1f837c2017-05-04 18:17:13 -07003177- name: stream_compression_test
3178 build: test
3179 language: c
3180 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003181 - test/core/compression/stream_compression_test.cc
Muxi Yanc1f837c2017-05-04 18:17:13 -07003182 deps:
3183 - grpc_test_util
3184 - grpc
3185 - gpr_test_util
3186 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003187 uses_polling: false
Craig Tiller295df6d2017-03-01 11:28:24 -08003188- name: stream_owned_slice_test
3189 build: test
3190 language: c
3191 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003192 - test/core/transport/stream_owned_slice_test.cc
Craig Tiller295df6d2017-03-01 11:28:24 -08003193 deps:
3194 - grpc_test_util
3195 - grpc
3196 - gpr_test_util
3197 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003198 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003199- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08003200 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003201 build: test
3202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003203 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003204 - test/core/iomgr/tcp_client_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003205 deps:
3206 - grpc_test_util
3207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003208 - gpr_test_util
3209 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003210 exclude_iomgrs:
3211 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003212 platforms:
3213 - mac
3214 - linux
3215 - posix
murgatroid991191b722017-02-08 11:56:52 -08003216- name: tcp_client_uv_test
3217 cpu_cost: 0.5
3218 build: test
3219 language: c
3220 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003221 - test/core/iomgr/tcp_client_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003222 deps:
3223 - grpc_test_util
3224 - grpc
3225 - gpr_test_util
3226 - gpr
3227 exclude_iomgrs:
3228 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003229- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07003230 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07003231 build: test
3232 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003233 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003234 - test/core/iomgr/tcp_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003235 deps:
3236 - grpc_test_util
3237 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003238 - gpr_test_util
3239 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003240 exclude_iomgrs:
3241 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003242 platforms:
3243 - mac
3244 - linux
3245 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003246- name: tcp_server_posix_test
3247 build: test
3248 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003249 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003250 - test/core/iomgr/tcp_server_posix_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003251 deps:
3252 - grpc_test_util
3253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003254 - gpr_test_util
3255 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003256 exclude_iomgrs:
3257 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003258 platforms:
3259 - mac
3260 - linux
3261 - posix
murgatroid991191b722017-02-08 11:56:52 -08003262- name: tcp_server_uv_test
3263 build: test
3264 language: c
3265 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003266 - test/core/iomgr/tcp_server_uv_test.cc
murgatroid991191b722017-02-08 11:56:52 -08003267 deps:
3268 - grpc_test_util
3269 - grpc
3270 - gpr_test_util
3271 - gpr
3272 exclude_iomgrs:
3273 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07003274- name: time_averaged_stats_test
3275 build: test
3276 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003277 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003278 - test/core/iomgr/time_averaged_stats_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003279 deps:
3280 - grpc_test_util
3281 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003282 - gpr_test_util
3283 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003284 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003285- name: timeout_encoding_test
3286 build: test
3287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003288 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003289 - test/core/transport/timeout_encoding_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003290 deps:
3291 - grpc_test_util
3292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003293 - gpr_test_util
3294 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003295 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003296- name: timer_heap_test
3297 build: test
3298 language: c
3299 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003300 - test/core/iomgr/timer_heap_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003301 deps:
3302 - grpc_test_util
3303 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003304 - gpr_test_util
3305 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003306 exclude_iomgrs:
3307 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003308 uses_polling: false
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003309- name: timer_list_test
3310 build: test
3311 language: c
3312 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003313 - test/core/iomgr/timer_list_test.cc
David Garcia Quintasb65e4212015-10-14 12:00:21 -07003314 deps:
3315 - grpc_test_util
3316 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003317 - gpr_test_util
3318 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07003319 exclude_iomgrs:
3320 - uv
Vijay Pai58f38f52017-10-11 10:53:11 -07003321 uses_polling: false
Craig Tiller179e6fe2015-12-09 11:09:47 -08003322- name: transport_connectivity_state_test
3323 build: test
3324 language: c
3325 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003326 - test/core/transport/connectivity_state_test.cc
Craig Tiller179e6fe2015-12-09 11:09:47 -08003327 deps:
3328 - grpc_test_util
3329 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003330 - gpr_test_util
3331 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003332- name: transport_metadata_test
3333 build: test
3334 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003335 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003336 - test/core/transport/metadata_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003337 deps:
3338 - grpc_test_util
3339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003340 - gpr_test_util
3341 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003342- name: transport_security_test
3343 build: test
3344 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003345 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003346 - test/core/tsi/transport_security_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003347 deps:
3348 - grpc_test_util
3349 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003350 - gpr_test_util
3351 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003352 platforms:
3353 - linux
3354 - posix
3355 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07003356- name: udp_server_test
3357 build: test
3358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003359 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003360 - test/core/iomgr/udp_server_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003361 deps:
3362 - grpc_test_util
3363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003364 - gpr_test_util
3365 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07003366 exclude_iomgrs:
3367 - uv
Craig Tiller25834342015-09-25 08:08:24 -07003368 platforms:
3369 - mac
3370 - linux
3371 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07003372- name: uri_fuzzer_test
3373 build: fuzzer
3374 language: c
3375 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003376 - test/core/client_channel/uri_fuzzer_test.cc
Craig Tiller71c610d2016-03-18 15:57:08 -07003377 deps:
3378 - grpc_test_util
3379 - grpc
3380 - gpr_test_util
3381 - gpr
3382 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07003383 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07003384 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07003385- name: uri_parser_test
3386 build: test
3387 language: c
Craig Tiller25834342015-09-25 08:08:24 -07003388 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003389 - test/core/client_channel/uri_parser_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07003390 deps:
3391 - grpc_test_util
3392 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003393 - gpr_test_util
3394 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003395- name: wakeup_fd_cv_test
3396 build: test
3397 language: c
3398 src:
Yash Tibrewal34a57d02017-10-23 15:33:21 -07003399 - test/core/iomgr/wakeup_fd_cv_test.cc
kpayson64d195cf52016-10-09 18:04:00 -07003400 deps:
3401 - grpc_test_util
3402 - grpc
3403 - gpr_test_util
3404 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003405 exclude_iomgrs:
3406 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003407 platforms:
3408 - mac
3409 - linux
3410 - posix
Vijay Pai2b226ad2018-01-11 16:11:35 -08003411- name: alarm_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003412 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003413 build: test
3414 language: c++
3415 src:
Vijay Pai2b226ad2018-01-11 16:11:35 -08003416 - test/cpp/common/alarm_test.cc
vjpai04e992a2016-02-10 16:58:38 -08003417 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003418 - grpc++_test_util_unsecure
3419 - grpc_test_util_unsecure
3420 - grpc++_unsecure
3421 - grpc_unsecure
Vijay Pai29e1d952016-02-11 00:26:18 -08003422 - gpr_test_util
3423 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003424- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003425 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003426 build: test
3427 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003428 src:
3429 - test/cpp/end2end/async_end2end_test.cc
3430 deps:
3431 - grpc++_test_util
3432 - grpc_test_util
3433 - grpc++
3434 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003435 - gpr_test_util
3436 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003437- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003438 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003439 build: test
3440 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003441 src:
3442 - test/cpp/common/auth_property_iterator_test.cc
3443 deps:
3444 - grpc++_test_util
3445 - grpc_test_util
3446 - grpc++
3447 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003448 - gpr_test_util
3449 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003450 uses_polling: false
David Garcia Quintas460b5e02017-12-04 16:12:16 -08003451- name: backoff_test
3452 build: test
3453 language: c++
3454 src:
3455 - test/core/backoff/backoff_test.cc
3456 deps:
3457 - grpc_test_util
3458 - grpc
3459 - gpr_test_util
3460 - gpr
3461 uses_polling: false
Craig Tiller50ca35e2017-10-09 08:11:48 -07003462- name: bdp_estimator_test
3463 build: test
3464 language: c++
3465 src:
3466 - test/core/transport/bdp_estimator_test.cc
3467 deps:
3468 - grpc++_test_util
3469 - grpc++
3470 - grpc_test_util
3471 - grpc
3472 - gpr_test_util
3473 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003474 uses_polling: false
Craig Tiller9202b3f2017-03-12 22:30:38 -07003475- name: bm_arena
3476 build: test
3477 language: c++
3478 src:
3479 - test/cpp/microbenchmarks/bm_arena.cc
3480 deps:
3481 - grpc_benchmark
3482 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003483 - grpc++_test_util_unsecure
3484 - grpc_test_util_unsecure
3485 - grpc++_unsecure
3486 - grpc_unsecure
Craig Tiller9202b3f2017-03-12 22:30:38 -07003487 - gpr_test_util
3488 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003489 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003490 defaults: benchmark
Craig Tiller9202b3f2017-03-12 22:30:38 -07003491 platforms:
3492 - mac
3493 - linux
3494 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003495 uses_polling: false
Craig Tillerfd044b82017-02-15 16:15:48 -08003496- name: bm_call_create
3497 build: test
3498 language: c++
3499 src:
3500 - test/cpp/microbenchmarks/bm_call_create.cc
3501 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003502 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003503 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003504 - grpc++_test_util_unsecure
3505 - grpc_test_util_unsecure
3506 - grpc++_unsecure
3507 - grpc_unsecure
Craig Tillerfd044b82017-02-15 16:15:48 -08003508 - gpr_test_util
3509 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003510 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003511 defaults: benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003512 platforms:
3513 - mac
3514 - linux
3515 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003516 uses_polling: false
Craig Tiller523d54b2017-02-23 08:52:38 -08003517- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003518 build: test
3519 language: c++
3520 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003521 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003522 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003523 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003524 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003525 - grpc++_test_util_unsecure
3526 - grpc_test_util_unsecure
3527 - grpc++_unsecure
3528 - grpc_unsecure
Craig Tiller2f792d92017-02-22 16:26:33 -08003529 - gpr_test_util
3530 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003531 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003532 defaults: benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003533 platforms:
3534 - mac
3535 - linux
3536 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003537 uses_polling: false
Craig Tiller18f09a02017-02-23 17:10:04 -08003538- name: bm_chttp2_transport
3539 build: test
3540 language: c++
3541 src:
3542 - test/cpp/microbenchmarks/bm_chttp2_transport.cc
3543 deps:
3544 - grpc_benchmark
3545 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003546 - grpc++_test_util_unsecure
3547 - grpc_test_util_unsecure
3548 - grpc++_unsecure
3549 - grpc_unsecure
Craig Tiller18f09a02017-02-23 17:10:04 -08003550 - gpr_test_util
3551 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003552 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003553 defaults: benchmark
Craig Tiller18f09a02017-02-23 17:10:04 -08003554 platforms:
3555 - mac
3556 - linux
3557 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003558- name: bm_closure
3559 build: test
3560 language: c++
3561 src:
3562 - test/cpp/microbenchmarks/bm_closure.cc
3563 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003564 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003565 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003566 - grpc++_test_util_unsecure
3567 - grpc_test_util_unsecure
3568 - grpc++_unsecure
3569 - grpc_unsecure
Craig Tillerb3f34b62017-02-13 10:29:33 -08003570 - gpr_test_util
3571 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003572 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003573 defaults: benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003574 platforms:
3575 - mac
3576 - linux
3577 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003578- name: bm_cq
3579 build: test
3580 language: c++
3581 src:
3582 - test/cpp/microbenchmarks/bm_cq.cc
3583 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003584 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003585 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003586 - grpc++_test_util_unsecure
3587 - grpc_test_util_unsecure
3588 - grpc++_unsecure
3589 - grpc_unsecure
Craig Tiller14ae5382017-02-14 12:43:50 -08003590 - gpr_test_util
3591 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003592 benchmark: true
Craig Tillerbf515b62017-02-24 16:23:50 -08003593 defaults: benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003594 platforms:
3595 - mac
3596 - linux
3597 - posix
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003598- name: bm_cq_multiple_threads
3599 build: test
3600 language: c++
3601 src:
3602 - test/cpp/microbenchmarks/bm_cq_multiple_threads.cc
3603 deps:
3604 - grpc_benchmark
3605 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003606 - grpc++_test_util_unsecure
3607 - grpc_test_util_unsecure
3608 - grpc++_unsecure
3609 - grpc_unsecure
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003610 - gpr_test_util
3611 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003612 benchmark: true
Sree Kuchibhotla3c754e42017-04-04 13:49:08 -07003613 defaults: benchmark
3614 platforms:
3615 - mac
3616 - linux
3617 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003618- name: bm_error
3619 build: test
3620 language: c++
3621 src:
3622 - test/cpp/microbenchmarks/bm_error.cc
3623 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003624 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003625 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003626 - grpc++_test_util_unsecure
3627 - grpc_test_util_unsecure
3628 - grpc++_unsecure
3629 - grpc_unsecure
Craig Tiller264307f2017-02-16 09:07:45 -08003630 - gpr_test_util
3631 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003632 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003633 defaults: benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003634 platforms:
3635 - mac
3636 - linux
3637 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003638 uses_polling: false
Craig Tiller12d22e42017-03-03 10:14:20 -08003639- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003640 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003641 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003642 headers:
3643 - test/cpp/microbenchmarks/fullstack_streaming_ping_pong.h
Craig Tiller93d802b2016-10-25 21:05:49 -07003644 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003645 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003646 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003647 - grpc_benchmark
3648 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003649 - grpc++_test_util_unsecure
3650 - grpc_test_util_unsecure
3651 - grpc++_unsecure
3652 - grpc_unsecure
Craig Tiller12d22e42017-03-03 10:14:20 -08003653 - gpr_test_util
3654 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003655 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003656 defaults: benchmark
Craig Tiller12d22e42017-03-03 10:14:20 -08003657 excluded_poll_engines:
3658 - poll
3659 - poll-cv
3660 platforms:
3661 - mac
3662 - linux
3663 - posix
3664 timeout_seconds: 1200
3665- name: bm_fullstack_streaming_pump
3666 build: test
3667 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003668 headers:
3669 - test/cpp/microbenchmarks/fullstack_streaming_pump.h
Craig Tiller12d22e42017-03-03 10:14:20 -08003670 src:
3671 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003672 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003673 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003674 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003675 - grpc++_test_util_unsecure
3676 - grpc_test_util_unsecure
3677 - grpc++_unsecure
3678 - grpc_unsecure
Craig Tiller93d802b2016-10-25 21:05:49 -07003679 - gpr_test_util
3680 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003681 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003682 defaults: benchmark
Craig Tiller122e4502017-02-22 10:22:32 -08003683 excluded_poll_engines:
3684 - poll
3685 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003686 platforms:
3687 - mac
3688 - linux
3689 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003690 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003691- name: bm_fullstack_trickle
3692 build: test
3693 language: c++
3694 src:
3695 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3696 deps:
3697 - grpc_benchmark
3698 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003699 - grpc++_test_util_unsecure
3700 - grpc_test_util_unsecure
3701 - grpc++_unsecure
3702 - grpc_unsecure
Craig Tiller52bd4412017-03-03 10:52:22 -08003703 - gpr_test_util
3704 - gpr
ncteisenc302eb92017-08-18 12:27:34 -07003705 - grpc++_test_config
ncteisend439b4e2017-09-11 17:57:18 -07003706 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003707 defaults: benchmark
ncteisenbbf6ed22017-10-24 08:26:43 -07003708 exclude_configs:
3709 - tsan
Craig Tiller52bd4412017-03-03 10:52:22 -08003710 excluded_poll_engines:
3711 - poll
3712 - poll-cv
3713 platforms:
3714 - mac
3715 - linux
3716 - posix
3717 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003718- name: bm_fullstack_unary_ping_pong
3719 build: test
3720 language: c++
Alok Kumar11650262017-09-06 14:55:21 -07003721 headers:
3722 - test/cpp/microbenchmarks/fullstack_unary_ping_pong.h
Craig Tiller62ac65b2017-03-03 09:57:43 -08003723 src:
3724 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3725 deps:
3726 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003727 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003728 - grpc++_test_util_unsecure
3729 - grpc_test_util_unsecure
3730 - grpc++_unsecure
3731 - grpc_unsecure
Mark D. Roth0e44a252016-11-07 11:26:05 -08003732 - gpr_test_util
3733 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003734 benchmark: true
Craig Tiller19f3ea22017-02-17 15:17:05 -08003735 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003736 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003737 - poll
3738 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003739 platforms:
3740 - mac
3741 - linux
3742 - posix
3743 timeout_seconds: 1200
3744- name: bm_metadata
3745 build: test
3746 language: c++
3747 src:
3748 - test/cpp/microbenchmarks/bm_metadata.cc
3749 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003750 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003751 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003752 - grpc++_test_util_unsecure
3753 - grpc_test_util_unsecure
3754 - grpc++_unsecure
3755 - grpc_unsecure
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003756 - gpr_test_util
3757 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003758 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003759 defaults: benchmark
Craig Tillerbf4b2242015-08-31 15:53:53 -07003760 platforms:
3761 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003762 - linux
3763 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07003764 uses_polling: false
Craig Tiller1128d462017-03-03 16:46:54 -08003765- name: bm_pollset
3766 build: test
3767 language: c++
3768 src:
3769 - test/cpp/microbenchmarks/bm_pollset.cc
3770 deps:
3771 - grpc_benchmark
3772 - benchmark
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07003773 - grpc++_test_util_unsecure
3774 - grpc_test_util_unsecure
3775 - grpc++_unsecure
3776 - grpc_unsecure
Craig Tiller1128d462017-03-03 16:46:54 -08003777 - gpr_test_util
3778 - gpr
ncteisend439b4e2017-09-11 17:57:18 -07003779 benchmark: true
Nicolas "Pixel" Noble1751aca2017-03-28 02:27:35 +02003780 defaults: benchmark
Craig Tiller1128d462017-03-03 16:46:54 -08003781 platforms:
3782 - mac
3783 - linux
3784 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003785- name: channel_arguments_test
3786 gtest: true
3787 build: test
3788 language: c++
3789 src:
3790 - test/cpp/common/channel_arguments_test.cc
3791 deps:
3792 - grpc++
3793 - grpc
3794 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003795 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003796- name: channel_filter_test
3797 gtest: true
3798 build: test
3799 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003800 src:
3801 - test/cpp/common/channel_filter_test.cc
3802 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003803 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003804 - grpc
3805 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003806 uses_polling: false
Mark D. Rothb9f34ac2017-11-21 15:47:12 -08003807- name: chttp2_settings_timeout_test
3808 gtest: true
3809 build: test
3810 language: c++
3811 src:
3812 - test/core/transport/chttp2/settings_timeout_test.cc
3813 deps:
3814 - grpc_test_util
3815 - grpc
3816 - gpr_test_util
3817 - gpr
3818 uses_polling: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003819- name: cli_call_test
3820 gtest: true
3821 build: test
3822 language: c++
3823 src:
Craig Tiller25834342015-09-25 08:08:24 -07003824 - test/cpp/util/cli_call_test.cc
3825 deps:
3826 - grpc_cli_libs
3827 - grpc++_test_util
3828 - grpc_test_util
3829 - grpc++
3830 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003831 - gpr_test_util
3832 - gpr
Juanli Shene5d21392017-11-14 16:07:23 -08003833- name: client_channel_stress_test
3834 gtest: false
3835 build: test
3836 language: c++
3837 src:
3838 - src/proto/grpc/lb/v1/load_balancer.proto
3839 - test/cpp/client/client_channel_stress_test.cc
3840 deps:
3841 - grpc++_test_util
3842 - grpc_test_util
3843 - grpc++
3844 - grpc
3845 - gpr_test_util
3846 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003847- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003848 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003849 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003850 build: test
3851 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003852 src:
3853 - test/cpp/end2end/client_crash_test.cc
3854 deps:
3855 - grpc++_test_util
3856 - grpc_test_util
3857 - grpc++
3858 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003859 - gpr_test_util
3860 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003861 platforms:
3862 - mac
3863 - linux
3864 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003865- name: client_crash_test_server
3866 build: test
3867 run: false
3868 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003869 src:
3870 - test/cpp/end2end/client_crash_test_server.cc
3871 deps:
3872 - grpc++_test_util
3873 - grpc_test_util
3874 - grpc++
3875 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003876 - gpr_test_util
3877 - gpr
David Garcia Quintas87d5a312017-06-06 19:45:58 -07003878- name: client_lb_end2end_test
3879 gtest: true
3880 build: test
3881 language: c++
3882 src:
3883 - test/cpp/end2end/client_lb_end2end_test.cc
3884 deps:
3885 - grpc++_test_util
3886 - grpc_test_util
3887 - grpc++
3888 - grpc
3889 - gpr_test_util
3890 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003891- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003892 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003893 build: test
3894 language: c++
3895 src:
3896 - src/proto/grpc/testing/control.proto
3897 - src/proto/grpc/testing/messages.proto
3898 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003899 - src/proto/grpc/testing/services.proto
3900 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003901 - test/cpp/codegen/codegen_test_full.cc
3902 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003903 - grpc++_core_stats
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003904 - grpc++
3905 - grpc
3906 - gpr
3907 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003908 - grpc++_codegen_base
Vijay Pai58f38f52017-10-11 10:53:11 -07003909 uses_polling: false
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003910- name: codegen_test_minimal
3911 gtest: true
3912 build: test
3913 language: c++
3914 src:
3915 - src/proto/grpc/testing/control.proto
3916 - src/proto/grpc/testing/messages.proto
3917 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003918 - src/proto/grpc/testing/services.proto
3919 - src/proto/grpc/testing/stats.proto
3920 - test/cpp/codegen/codegen_test_minimal.cc
Vijay Paic0e67012017-03-17 20:00:55 -07003921 deps:
Craig Tiller28972352017-08-31 15:52:57 -07003922 - grpc++_core_stats
Vijay Paic0e67012017-03-17 20:00:55 -07003923 - grpc
3924 - gpr
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003925 filegroups:
yang-g17487f92016-06-03 15:21:15 -07003926 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07003927 - grpc++_codegen_base_src
Vijay Pai58f38f52017-10-11 10:53:11 -07003928 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003929- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003930 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003931 build: test
3932 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003933 src:
3934 - test/cpp/client/credentials_test.cc
3935 deps:
3936 - grpc++
3937 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003938 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003939- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003940 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003941 build: test
3942 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003943 src:
3944 - test/cpp/util/byte_buffer_test.cc
3945 deps:
3946 - grpc_test_util
3947 - grpc++
3948 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003949 - gpr_test_util
3950 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003951 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003952- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003953 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003954 build: test
3955 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003956 src:
3957 - test/cpp/util/slice_test.cc
3958 deps:
3959 - grpc_test_util
3960 - grpc++
3961 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003962 - gpr_test_util
3963 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003964 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003965- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003966 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003967 build: test
3968 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003969 src:
3970 - test/cpp/util/string_ref_test.cc
3971 deps:
3972 - grpc++
Jan Tattermuschf7c90fd2017-05-18 16:38:35 +02003973 - grpc
Vijay Pai58f38f52017-10-11 10:53:11 -07003974 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003975- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003976 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003977 build: test
3978 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003979 src:
3980 - test/cpp/util/time_test.cc
3981 deps:
3982 - grpc_test_util
3983 - grpc++
3984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003985 - gpr_test_util
3986 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07003987 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003988- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003989 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003990 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003991 build: test
3992 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003993 src:
3994 - test/cpp/end2end/end2end_test.cc
3995 deps:
3996 - grpc++_test_util
3997 - grpc_test_util
3998 - grpc++
3999 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004000 - gpr_test_util
4001 - gpr
yang-geceec8e2017-04-10 11:58:44 -07004002- name: error_details_test
4003 gtest: true
4004 build: test
4005 language: c++
4006 src:
4007 - src/proto/grpc/testing/echo_messages.proto
4008 - test/cpp/util/error_details_test.cc
4009 deps:
4010 - grpc++_error_details
4011 - grpc++
Vijay Pai8fc37152017-12-18 14:33:51 -08004012- name: exception_test
4013 gtest: true
4014 build: test
4015 language: c++
4016 src:
4017 - test/cpp/end2end/exception_test.cc
4018 deps:
4019 - grpc++_test_util
4020 - grpc_test_util
4021 - grpc++
4022 - grpc
4023 - gpr_test_util
4024 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07004025- name: filter_end2end_test
4026 gtest: true
4027 build: test
4028 language: c++
4029 src:
4030 - test/cpp/end2end/filter_end2end_test.cc
4031 deps:
4032 - grpc++_test_util
4033 - grpc_test_util
4034 - grpc++
4035 - grpc
4036 - gpr_test_util
4037 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004038- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004039 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004040 build: test
4041 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004042 src:
4043 - test/cpp/end2end/generic_end2end_test.cc
4044 deps:
4045 - grpc++_test_util
4046 - grpc_test_util
4047 - grpc++
4048 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004049 - gpr_test_util
4050 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07004051- name: golden_file_test
4052 gtest: true
4053 build: test
4054 language: c++
4055 src:
4056 - src/proto/grpc/testing/compiler_test.proto
4057 - test/cpp/codegen/golden_file_test.cc
4058 deps:
4059 - grpc++
4060 - grpc
4061 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08004062 args:
Mahak Mukhia6882902017-04-14 17:37:46 -07004063 - --generated_file_path=gens/src/proto/grpc/testing/
Vijay Pai58f38f52017-10-11 10:53:11 -07004064 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004065- name: grpc_cli
4066 build: test
4067 run: false
4068 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004069 src:
4070 - test/cpp/util/grpc_cli.cc
4071 deps:
yang-gabdec2d2016-05-19 10:11:24 -07004072 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004073 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07004074 - grpc++
4075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004076 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004077 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004078- name: grpc_cpp_plugin
4079 build: protoc
4080 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004081 src:
4082 - src/compiler/cpp_plugin.cc
4083 deps:
4084 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004085 secure: false
4086 vs_config_type: Application
4087 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
4088- name: grpc_csharp_plugin
4089 build: protoc
4090 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004091 src:
4092 - src/compiler/csharp_plugin.cc
4093 deps:
4094 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004095 secure: false
4096 vs_config_type: Application
4097 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08004098- name: grpc_node_plugin
4099 build: protoc
4100 language: c++
4101 src:
4102 - src/compiler/node_plugin.cc
4103 deps:
4104 - grpc_plugin_support
4105 secure: false
4106 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004107- name: grpc_objective_c_plugin
4108 build: protoc
4109 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004110 src:
4111 - src/compiler/objective_c_plugin.cc
4112 deps:
4113 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004114 secure: false
4115 vs_config_type: Application
4116 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07004117- name: grpc_php_plugin
4118 build: protoc
4119 language: c++
4120 src:
4121 - src/compiler/php_plugin.cc
4122 deps:
4123 - grpc_plugin_support
4124 secure: false
4125 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07004126- name: grpc_python_plugin
4127 build: protoc
4128 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004129 src:
4130 - src/compiler/python_plugin.cc
4131 deps:
4132 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004133 secure: false
4134 vs_config_type: Application
4135 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
4136- name: grpc_ruby_plugin
4137 build: protoc
4138 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004139 src:
4140 - src/compiler/ruby_plugin.cc
4141 deps:
4142 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07004143 secure: false
4144 vs_config_type: Application
4145 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004146- name: grpc_tool_test
4147 gtest: true
4148 build: test
4149 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004150 src:
4151 - src/proto/grpc/testing/echo.proto
4152 - src/proto/grpc/testing/echo_messages.proto
4153 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004154 deps:
4155 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07004156 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004157 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07004158 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07004159 - grpc_test_util
4160 - grpc++
4161 - grpc
4162 - gpr_test_util
4163 - gpr
4164 filegroups:
4165 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08004166- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004167 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08004168 build: test
4169 language: c++
4170 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07004171 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08004172 - test/cpp/grpclb/grpclb_api_test.cc
4173 deps:
4174 - grpc++_test_util
4175 - grpc_test_util
4176 - grpc++
4177 - grpc
David Garcia Quintas04911ca2017-04-27 16:31:14 -07004178- name: grpclb_end2end_test
4179 gtest: true
4180 build: test
4181 language: c++
4182 src:
4183 - src/proto/grpc/lb/v1/load_balancer.proto
4184 - test/cpp/end2end/grpclb_end2end_test.cc
4185 deps:
4186 - grpc++_test_util
4187 - grpc_test_util
4188 - grpc++
4189 - grpc
4190 - gpr_test_util
4191 - gpr
David Garcia Quintas55145c02016-06-21 14:51:54 -07004192- name: grpclb_test
4193 gtest: false
4194 build: test
4195 language: c++
4196 src:
4197 - src/proto/grpc/lb/v1/load_balancer.proto
4198 - test/cpp/grpclb/grpclb_test.cc
4199 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07004200 - grpc++_test_util
4201 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01004202 - grpc++
4203 - grpc
4204 - gpr_test_util
4205 - gpr
Vijay Paifed13912017-10-11 00:07:00 -07004206- name: h2_ssl_cert_test
4207 gtest: true
4208 build: test
4209 language: c++
4210 headers:
4211 - test/core/end2end/end2end_tests.h
4212 src:
4213 - test/core/end2end/h2_ssl_cert_test.cc
4214 deps:
4215 - grpc_test_util
4216 - grpc++
4217 - grpc
4218 - gpr_test_util
4219 - gpr
4220 uses:
4221 - grpc++_test
yang-gad327642016-12-12 14:32:09 -08004222- name: health_service_end2end_test
4223 gtest: true
4224 build: test
4225 language: c++
4226 src:
4227 - test/cpp/end2end/health_service_end2end_test.cc
4228 deps:
4229 - grpc++_test_util
4230 - grpc_test_util
4231 - grpc++
4232 - grpc
4233 - gpr_test_util
4234 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08004235- name: http2_client
4236 build: test
4237 run: false
4238 language: c++
4239 src: []
4240 deps:
4241 - http2_client_main
4242 - grpc++_test_util
4243 - grpc_test_util
4244 - grpc++
4245 - grpc
4246 - grpc++_test_config
4247 platforms:
4248 - mac
4249 - linux
4250 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08004251- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08004252 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08004253 build: test
4254 language: c++
4255 src:
4256 - test/cpp/end2end/hybrid_end2end_test.cc
4257 deps:
4258 - grpc++_test_util
4259 - grpc_test_util
4260 - grpc++
4261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004262 - gpr_test_util
4263 - gpr
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004264- name: inlined_vector_test
4265 gtest: true
4266 build: test
4267 language: c++
4268 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004269 - test/core/gprpp/inlined_vector_test.cc
Mark D. Rothdbdf4952018-01-18 11:21:12 -08004270 deps:
4271 - grpc_test_util
4272 - grpc++
4273 - grpc
4274 - gpr_test_util
4275 - gpr
4276 uses:
4277 - grpc++_test
Vijay Pai088112f2017-08-24 10:42:27 -07004278- name: inproc_sync_unary_ping_pong_test
4279 build: test
4280 language: c++
4281 src:
4282 - test/cpp/qps/inproc_sync_unary_ping_pong_test.cc
4283 deps:
4284 - qps
4285 - grpc++_core_stats
4286 - grpc++_test_util
4287 - grpc_test_util
4288 - grpc++
4289 - grpc
4290 - gpr_test_util
4291 - gpr
4292 - grpc++_test_config
4293 platforms:
4294 - mac
4295 - linux
4296 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004297- name: interop_client
4298 build: test
4299 run: false
4300 language: c++
4301 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004302 deps:
4303 - interop_client_main
4304 - interop_client_helper
4305 - grpc++_test_util
4306 - grpc_test_util
4307 - grpc++
4308 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004309 - gpr_test_util
4310 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004311 - grpc++_test_config
4312 platforms:
4313 - mac
4314 - linux
4315 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004316- name: interop_server
4317 build: test
4318 run: false
4319 language: c++
4320 src: []
Craig Tiller25834342015-09-25 08:08:24 -07004321 deps:
4322 - interop_server_main
4323 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02004324 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07004325 - grpc++_test_util
4326 - grpc_test_util
4327 - grpc++
4328 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004329 - gpr_test_util
4330 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004331 - grpc++_test_config
4332 platforms:
4333 - mac
4334 - linux
4335 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004336- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08004337 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004338 build: test
4339 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004340 src:
4341 - test/cpp/interop/interop_test.cc
4342 deps:
4343 - grpc_test_util
4344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004345 - gpr_test_util
4346 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07004347 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004348 platforms:
4349 - mac
4350 - linux
4351 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08004352- name: json_run_localhost
4353 build: test
4354 run: false
4355 language: c++
4356 src:
4357 - test/cpp/qps/json_run_localhost.cc
4358 deps:
4359 - grpc++_test_util
4360 - grpc_test_util
4361 - grpc++
4362 - grpc
4363 - gpr_test_util
4364 - gpr
4365 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01004366 platforms:
4367 - mac
4368 - linux
4369 - posix
Craig Tillerb3d70102017-03-31 14:17:09 -07004370- name: memory_test
4371 gtest: true
4372 build: test
4373 language: c++
4374 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004375 - test/core/gprpp/memory_test.cc
Craig Tillerb3d70102017-03-31 14:17:09 -07004376 deps:
4377 - grpc_test_util
4378 - grpc++
4379 - grpc
4380 - gpr_test_util
4381 - gpr
4382 uses:
4383 - grpc++_test
Vijay Pai58f38f52017-10-11 10:53:11 -07004384 uses_polling: false
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004385- name: metrics_client
4386 build: test
4387 run: false
4388 language: c++
4389 headers:
4390 - test/cpp/util/metrics_server.h
4391 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004392 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004393 - test/cpp/interop/metrics_client.cc
4394 deps:
4395 - grpc++
4396 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004397 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004398 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004399- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004400 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004401 build: test
4402 language: c++
Mahak Mukhia6882902017-04-14 17:37:46 -07004403 headers:
4404 - include/grpc++/test/mock_stream.h
Craig Tiller25834342015-09-25 08:08:24 -07004405 src:
4406 - test/cpp/end2end/mock_test.cc
4407 deps:
4408 - grpc++_test_util
4409 - grpc_test_util
4410 - grpc++
4411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004412 - gpr_test_util
4413 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07004414- name: noop-benchmark
4415 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07004416 language: c++
4417 src:
4418 - test/cpp/microbenchmarks/noop-benchmark.cc
4419 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08004420 - benchmark
Craig Tiller19f3ea22017-02-17 15:17:05 -08004421 defaults: benchmark
Mark D. Roth324703d2018-01-11 07:41:31 -08004422- name: orphanable_test
4423 gtest: true
4424 build: test
4425 language: c++
4426 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004427 - test/core/gprpp/orphanable_test.cc
Mark D. Roth324703d2018-01-11 07:41:31 -08004428 deps:
4429 - grpc_test_util
4430 - grpc++
4431 - grpc
4432 - gpr_test_util
4433 - gpr
4434 uses:
4435 - grpc++_test
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004436- name: proto_server_reflection_test
4437 gtest: true
4438 build: test
4439 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004440 src:
4441 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004442 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07004443 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07004444 - grpc++_reflection
4445 - grpc++_test_util
4446 - grpc_test_util
4447 - grpc++
4448 - grpc
4449 - gpr_test_util
4450 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05004451- name: proto_utils_test
4452 gtest: true
4453 build: test
4454 language: c++
4455 src:
4456 - test/cpp/codegen/proto_utils_test.cc
4457 deps:
4458 - grpc++
4459 - grpc
4460 filegroups:
4461 - grpc++_codegen_base
4462 - grpc++_codegen_proto
Vijay Pai58f38f52017-10-11 10:53:11 -07004463 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004464- name: qps_interarrival_test
4465 build: test
4466 run: false
4467 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004468 src:
4469 - test/cpp/qps/qps_interarrival_test.cc
4470 deps:
4471 - qps
4472 - grpc++_test_util
4473 - grpc_test_util
4474 - grpc++
4475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004476 - gpr_test_util
4477 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004478 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07004479 platforms:
4480 - mac
4481 - linux
4482 - posix
Vijay Pai58f38f52017-10-11 10:53:11 -07004483 uses_polling: false
Craig Tiller0bda0b32016-03-03 12:51:53 -08004484- name: qps_json_driver
4485 build: test
4486 run: false
4487 language: c++
4488 src:
4489 - test/cpp/qps/qps_json_driver.cc
4490 deps:
4491 - qps
Craig Tiller28972352017-08-31 15:52:57 -07004492 - grpc++_core_stats
Craig Tiller0bda0b32016-03-03 12:51:53 -08004493 - grpc++_test_util
4494 - grpc_test_util
4495 - grpc++
4496 - grpc
4497 - gpr_test_util
4498 - gpr
4499 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004500- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08004501 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07004502 build: test
4503 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004504 src:
4505 - test/cpp/qps/qps_openloop_test.cc
4506 deps:
4507 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004508 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004509 - grpc++_test_util
4510 - grpc_test_util
4511 - grpc++
4512 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004513 - gpr_test_util
4514 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004515 - grpc++_test_config
4516 platforms:
4517 - mac
4518 - linux
4519 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004520- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08004521 build: test
4522 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004523 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004524 headers:
4525 - test/cpp/qps/client.h
4526 - test/cpp/qps/server.h
4527 src:
4528 - test/cpp/qps/worker.cc
4529 deps:
4530 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004531 - grpc++_core_stats
Craig Tiller25834342015-09-25 08:08:24 -07004532 - grpc++_test_util
4533 - grpc_test_util
4534 - grpc++
4535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004536 - gpr_test_util
4537 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004538 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004539- name: reconnect_interop_client
4540 build: test
4541 run: false
4542 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004543 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004544 - src/proto/grpc/testing/empty.proto
4545 - src/proto/grpc/testing/messages.proto
4546 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004547 - test/cpp/interop/reconnect_interop_client.cc
4548 deps:
4549 - grpc++_test_util
4550 - grpc_test_util
4551 - grpc++
4552 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004553 - gpr_test_util
4554 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004555 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004556- name: reconnect_interop_server
4557 build: test
4558 run: false
4559 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004560 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004561 - src/proto/grpc/testing/empty.proto
4562 - src/proto/grpc/testing/messages.proto
4563 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07004564 - test/cpp/interop/reconnect_interop_server.cc
4565 deps:
4566 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08004567 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07004568 - grpc++_test_util
4569 - grpc_test_util
4570 - grpc++
4571 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004572 - gpr_test_util
4573 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004574 - grpc++_test_config
Mark D. Rothbf816d32017-11-29 11:25:34 -08004575- name: ref_counted_ptr_test
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004576 gtest: true
4577 build: test
4578 language: c++
4579 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004580 - test/core/gprpp/ref_counted_ptr_test.cc
Mark D. Rothcf9ca842017-11-28 08:24:35 -08004581 deps:
4582 - grpc_test_util
4583 - grpc++
4584 - grpc
4585 - gpr_test_util
4586 - gpr
4587 uses:
4588 - grpc++_test
Mark D. Rothbf816d32017-11-29 11:25:34 -08004589- name: ref_counted_test
Mark D. Roth70db6632017-11-27 14:53:26 -08004590 gtest: true
4591 build: test
4592 language: c++
4593 src:
Mark D. Roth4f2b0fd2018-01-19 12:12:23 -08004594 - test/core/gprpp/ref_counted_test.cc
Mark D. Roth70db6632017-11-27 14:53:26 -08004595 deps:
4596 - grpc_test_util
4597 - grpc++
4598 - grpc
4599 - gpr_test_util
4600 - gpr
4601 uses:
4602 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004603- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004604 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004605 build: test
4606 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004607 src:
4608 - test/cpp/common/secure_auth_context_test.cc
4609 deps:
4610 - grpc++_test_util
4611 - grpc_test_util
4612 - grpc++
4613 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004614 - gpr_test_util
4615 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08004616- name: secure_sync_unary_ping_pong_test
4617 build: test
4618 language: c++
4619 src:
4620 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
4621 deps:
4622 - qps
Craig Tillerc75f9862017-09-05 11:34:57 -07004623 - grpc++_core_stats
vjpaif8603ad2015-11-04 12:49:33 -08004624 - grpc++_test_util
4625 - grpc_test_util
4626 - grpc++
4627 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004628 - gpr_test_util
4629 - gpr
yang-gfdcb7742017-07-13 10:25:42 -07004630 - grpc++_test_config
vjpaif8603ad2015-11-04 12:49:33 -08004631 platforms:
4632 - mac
4633 - linux
4634 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07004635- name: server_builder_plugin_test
4636 gtest: true
4637 build: test
4638 language: c++
4639 src:
4640 - test/cpp/end2end/server_builder_plugin_test.cc
4641 deps:
4642 - grpc++_test_util
4643 - grpc_test_util
4644 - grpc++
4645 - grpc
4646 - gpr_test_util
4647 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08004648- name: server_builder_test
4649 gtest: true
4650 build: test
4651 language: c++
4652 src:
4653 - src/proto/grpc/testing/echo_messages.proto
4654 - src/proto/grpc/testing/echo.proto
4655 - test/cpp/server/server_builder_test.cc
4656 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004657 - grpc++_test_util_unsecure
4658 - grpc_test_util_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004659 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004660 - grpc++_unsecure
4661 - grpc_unsecure
Craig Tiller12352b22017-01-10 15:16:14 -08004662 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07004663- name: server_context_test_spouse_test
4664 gtest: true
4665 build: test
4666 language: c++
4667 src:
4668 - test/cpp/test/server_context_test_spouse_test.cc
4669 deps:
4670 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07004671 - grpc++
4672 - grpc
4673 - gpr_test_util
4674 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08004675 uses:
4676 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07004677- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004678 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004679 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07004680 build: test
4681 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004682 src:
4683 - test/cpp/end2end/server_crash_test.cc
4684 deps:
4685 - grpc++_test_util
4686 - grpc_test_util
4687 - grpc++
4688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004689 - gpr_test_util
4690 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004691 platforms:
4692 - mac
4693 - linux
4694 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004695- name: server_crash_test_client
4696 build: test
4697 run: false
4698 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004699 src:
4700 - test/cpp/end2end/server_crash_test_client.cc
4701 deps:
4702 - grpc++_test_util
4703 - grpc_test_util
4704 - grpc++
4705 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004706 - gpr_test_util
4707 - gpr
yang-g98cd36e2018-01-18 15:34:01 -08004708- name: server_early_return_test
4709 gtest: true
4710 build: test
4711 language: c++
4712 src:
4713 - test/cpp/end2end/server_early_return_test.cc
4714 deps:
4715 - grpc++_test_util
4716 - grpc_test_util
4717 - grpc++
4718 - grpc
4719 - gpr_test_util
4720 - gpr
Mark D. Roth06966112017-07-14 07:18:39 -07004721- name: server_request_call_test
4722 gtest: true
4723 build: test
4724 language: c++
4725 src:
4726 - src/proto/grpc/testing/echo_messages.proto
4727 - src/proto/grpc/testing/echo.proto
4728 - test/cpp/server/server_request_call_test.cc
4729 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004730 - grpc++_test_util_unsecure
4731 - grpc_test_util_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004732 - gpr_test_util
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004733 - grpc++_unsecure
4734 - grpc_unsecure
Mark D. Roth06966112017-07-14 07:18:39 -07004735 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004736- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004737 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004738 build: test
4739 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004740 src:
4741 - test/cpp/end2end/shutdown_test.cc
4742 deps:
4743 - grpc++_test_util
4744 - grpc_test_util
4745 - grpc++
4746 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004747 - gpr_test_util
4748 - gpr
Craig Tiller97ec5eb2017-09-01 12:57:36 -07004749- name: stats_test
4750 gtest: true
4751 build: test
4752 language: c++
4753 src:
4754 - test/core/debug/stats_test.cc
4755 deps:
4756 - grpc++_test_util
4757 - grpc_test_util
4758 - grpc
4759 - gpr_test_util
4760 - gpr
Craig Tiller5f7ec2b2017-10-18 09:10:45 -07004761 exclude_configs:
4762 - tsan
Craig Tiller3cf8d502017-10-08 05:11:15 +00004763 timeout_seconds: 1200
Vijay Pai58f38f52017-10-11 10:53:11 -07004764 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004765- name: status_test
4766 build: test
4767 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004768 src:
4769 - test/cpp/util/status_test.cc
4770 deps:
4771 - grpc_test_util
4772 - grpc++
4773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004774 - gpr_test_util
4775 - gpr
Vijay Pai58f38f52017-10-11 10:53:11 -07004776 uses_polling: false
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004777- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004778 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004779 build: test
4780 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004781 src:
4782 - test/cpp/end2end/streaming_throughput_test.cc
4783 deps:
4784 - grpc++_test_util
4785 - grpc_test_util
4786 - grpc++
4787 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004788 - gpr_test_util
4789 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004790 platforms:
4791 - mac
4792 - linux
4793 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004794- name: stress_test
4795 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004796 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004797 language: c++
4798 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004799 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004800 - test/cpp/interop/interop_client.h
4801 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004802 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004803 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004804 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004805 - src/proto/grpc/testing/empty.proto
4806 - src/proto/grpc/testing/messages.proto
4807 - src/proto/grpc/testing/metrics.proto
4808 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004809 - test/cpp/interop/interop_client.cc
4810 - test/cpp/interop/stress_interop_client.cc
4811 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004812 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004813 deps:
4814 - grpc++_test_util
4815 - grpc_test_util
4816 - grpc++
4817 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004818 - gpr_test_util
4819 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004820 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004821- name: thread_manager_test
4822 build: test
4823 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004824 src:
4825 - test/cpp/thread_manager/thread_manager_test.cc
4826 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004827 - grpc++_unsecure
4828 - grpc_unsecure
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004829 - gpr
4830 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004831- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004832 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004833 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004834 build: test
4835 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004836 src:
4837 - test/cpp/end2end/thread_stress_test.cc
4838 deps:
jiangtaoli20163aaa5ea2017-08-02 13:36:50 -07004839 - grpc++_test_util_unsecure
4840 - grpc_test_util_unsecure
4841 - grpc++_unsecure
4842 - grpc_unsecure
Craig Tillerda179ce2016-02-09 12:01:53 -08004843 - gpr_test_util
4844 - gpr
Craig Tiller247b2312017-10-09 09:16:19 -07004845- name: transport_pid_controller_test
4846 build: test
4847 language: c++
4848 src:
4849 - test/core/transport/pid_controller_test.cc
4850 deps:
4851 - grpc++_test_util
4852 - grpc++
4853 - grpc_test_util
4854 - grpc
4855 - gpr_test_util
4856 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004857- name: writes_per_rpc_test
4858 gtest: true
4859 cpu_cost: 0.5
4860 build: test
4861 language: c++
4862 src:
4863 - test/cpp/performance/writes_per_rpc_test.cc
4864 deps:
4865 - grpc++_test_util
4866 - grpc_test_util
4867 - grpc++
4868 - grpc
4869 - gpr_test_util
4870 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004871 platforms:
4872 - mac
4873 - linux
4874 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004875- name: public_headers_must_be_c89
4876 build: test
4877 language: c89
4878 src:
4879 - test/core/surface/public_headers_must_be_c89.c
4880 deps:
4881 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004882 - gpr
ncteisencf1d28b2017-12-04 12:44:28 -08004883- name: gen_hpack_tables
4884 build: tool
4885 language: cc
4886 src:
4887 - tools/codegen/core/gen_hpack_tables.cc
4888 deps:
4889 - gpr
4890 - grpc
4891 uses_polling: false
4892- name: gen_legal_metadata_characters
4893 build: tool
4894 language: cc
4895 src:
4896 - tools/codegen/core/gen_legal_metadata_characters.cc
4897 deps: []
4898- name: gen_percent_encoding_tables
4899 build: tool
4900 language: cc
4901 src:
4902 - tools/codegen/core/gen_percent_encoding_tables.cc
4903 deps: []
4904 uses_polling: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07004905vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004906- linkage: static
4907 name: grpc.dependencies.zlib
4908 props: false
4909 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004910 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004911- linkage: static
4912 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004913 props: true
4914 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004915 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004916- name: gflags
4917 props: false
4918 redist: false
4919 version: 2.1.2.1
4920- name: gtest
4921 props: false
4922 redist: false
4923 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004924configs:
4925 asan:
4926 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004927 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4928 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004929 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004930 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004931 LDFLAGS: -fsanitize=address
4932 LDXX: clang++
4933 compile_the_world: true
4934 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004935 ASAN_OPTIONS: detect_leaks=1:color=always
4936 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004937 asan-noleaks:
4938 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004939 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4940 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004941 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004942 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004943 LDFLAGS: -fsanitize=address
4944 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004945 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004946 test_environ:
4947 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004948 asan-trace-cmp:
4949 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004950 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4951 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004952 CXX: clang++
Craig Tillerf674f8e2017-04-09 21:48:22 -07004953 LD: clang++
Craig Tillerae945942016-03-23 21:43:58 -07004954 LDFLAGS: -fsanitize=address
4955 LDXX: clang++
4956 compile_the_world: true
4957 test_environ:
4958 ASAN_OPTIONS: detect_leaks=1:color=always
4959 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004960 basicprof:
4961 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4962 DEFINES: NDEBUG
Craig Tiller93b06d72017-04-13 11:16:29 -07004963 c++-compat:
4964 CFLAGS: -Wc++-compat
4965 CPPFLAGS: -O0
4966 DEFINES: _DEBUG DEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004967 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004968 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004969 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004970 dbg:
4971 CPPFLAGS: -O0
4972 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004973 gcov:
4974 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004975 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004976 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004977 DEFINES: _DEBUG DEBUG GPR_GCOV
4978 LD: gcc
Matt Kwong0c867be2017-09-21 16:25:48 -07004979 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic -lstdc++
Craig Tillera0f85172016-01-20 15:56:06 -08004980 LDXX: g++
4981 helgrind:
4982 CPPFLAGS: -O0
4983 DEFINES: _DEBUG DEBUG
4984 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004985 valgrind: --tool=helgrind
Craig Tillerd4387c02017-03-30 17:00:43 -07004986 lto:
4987 CPPFLAGS: -O2
4988 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004989 memcheck:
4990 CPPFLAGS: -O0
4991 DEFINES: _DEBUG DEBUG
4992 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004993 valgrind: --tool=memcheck --leak-check=full
4994 msan:
4995 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004996 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
yang-g704009a2017-11-21 17:24:50 -08004997 -fsanitize-memory-use-after-dtor -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0
4998 -DGTEST_USE_OWN_TR1_TUPLE=1 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004999 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005000 DEFINES: NDEBUG
Craig Tillerf674f8e2017-04-09 21:48:22 -07005001 LD: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08005002 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
5003 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
5004 LDXX: clang++
5005 compile_the_world: true
yang-g704009a2017-11-21 17:24:50 -08005006 test_environ:
5007 MSAN_OPTIONS: poison_in_dtor=1
Craig Tillera0f85172016-01-20 15:56:06 -08005008 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07005009 CPPFLAGS: -O3 -fno-omit-frame-pointer
5010 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005011 LDFLAGS: -rdynamic
Vijay Pai9d2d8432018-01-08 15:11:23 -08005012 noexcept:
Craig Tillera0f85172016-01-20 15:56:06 -08005013 CPPFLAGS: -O2
Craig Tiller1b6097c2017-04-10 13:28:45 -07005014 CXXFLAGS: -fno-exceptions
Craig Tillera0f85172016-01-20 15:56:06 -08005015 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005016 opt:
5017 CPPFLAGS: -O2
Craig Tillera0f85172016-01-20 15:56:06 -08005018 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08005019 stapprof:
5020 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
5021 DEFINES: NDEBUG
5022 tsan:
5023 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005024 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07005025 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08005026 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07005027 DEFINES: GRPC_TSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005028 LD: clang++
Craig Tiller5bda4d42016-03-17 17:27:11 -07005029 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08005030 LDXX: clang++
5031 compile_the_world: true
5032 test_environ:
5033 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08005034 ubsan:
5035 CC: clang
Craig Tillerdd9b5972017-03-14 07:39:45 -07005036 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined -fno-omit-frame-pointer
5037 -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08005038 CXX: clang++
Craig Tiller25149242017-04-24 13:42:52 -07005039 DEFINES: NDEBUG GRPC_UBSAN
Craig Tillerf674f8e2017-04-09 21:48:22 -07005040 LD: clang++
yang-g6ce4d0b2016-05-12 16:43:17 -07005041 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08005042 LDXX: clang++
5043 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07005044 test_environ:
Craig Tillerdd9b5972017-03-14 07:39:45 -07005045 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1:suppressions=tools/ubsan_suppressions.txt
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005046defaults:
Yuchen Zengd790dd62016-08-11 17:32:50 -07005047 ares:
Jan Tattermusch1d93e222017-08-28 20:43:27 +02005048 CFLAGS: -Wno-sign-conversion $(if $(subst Darwin,,$(SYSTEM)),,-Wno-shorten-64-to-32)
5049 $(if $(subst MINGW32,,$(SYSTEM)),-Wno-invalid-source-encoding,)
Mehrdad Afshari451c02b2017-10-12 10:28:14 -07005050 CPPFLAGS: -Ithird_party/cares -Ithird_party/cares/cares -fvisibility=hidden -D_GNU_SOURCE
5051 $(if $(subst Darwin,,$(SYSTEM)),,-Ithird_party/cares/config_darwin) $(if $(subst
5052 FreeBSD,,$(SYSTEM)),,-Ithird_party/cares/config_freebsd) $(if $(subst Linux,,$(SYSTEM)),,-Ithird_party/cares/config_linux)
5053 $(if $(subst OpenBSD,,$(SYSTEM)),,-Ithird_party/cares/config_openbsd) -DWIN32_LEAN_AND_MEAN
5054 -D_HAS_EXCEPTIONS=0 -DNOMINMAX $(if $(subst MINGW32,,$(SYSTEM)),-DHAVE_CONFIG_H,)
David Garcia Quintasff311212016-12-06 16:03:18 -08005055 benchmark:
5056 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005057 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005058 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Jan Tattermusch4c3496c2018-01-23 12:11:50 +01005059 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare -Wno-implicit-fallthrough
5060 $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005061 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01005062 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Matt Kwong654944b2018-01-22 13:18:39 -08005063 CXXFLAGS: -fno-rtti -fno-exceptions
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005064 global:
ncteisenf9d7c272017-11-06 20:32:57 -08005065 COREFLAGS: -fno-rtti -fno-exceptions
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02005066 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Yuchen Zengc6ae9b52018-01-04 16:29:06 -08005067 -Wno-deprecated-declarations
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01005068 LDFLAGS: -g
5069 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01005070 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Jan Tattermusch7196dfe2018-01-23 12:04:19 +01005071 -Wno-implicit-fallthrough $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
Craig Tillerb79c1e12016-02-23 10:00:58 -08005072openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07005073 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08005074 extraction_dir: openssl-1.0.2f
5075 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005076php_config_m4:
5077 deps:
5078 - grpc
5079 - gpr
5080 - boringssl
Stanley Cheungaf525b32017-05-19 20:00:06 -07005081 - z
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005082 headers:
5083 - src/php/ext/grpc/byte_buffer.h
5084 - src/php/ext/grpc/call.h
5085 - src/php/ext/grpc/call_credentials.h
5086 - src/php/ext/grpc/channel.h
5087 - src/php/ext/grpc/channel_credentials.h
5088 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07005089 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005090 - src/php/ext/grpc/php_grpc.h
5091 - src/php/ext/grpc/server.h
5092 - src/php/ext/grpc/server_credentials.h
5093 - src/php/ext/grpc/timeval.h
Stanley Cheungd15f5c02017-05-17 13:21:05 -07005094 - src/php/ext/grpc/version.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08005095 src:
5096 - src/php/ext/grpc/byte_buffer.c
5097 - src/php/ext/grpc/call.c
5098 - src/php/ext/grpc/call_credentials.c
5099 - src/php/ext/grpc/channel.c
5100 - src/php/ext/grpc/channel_credentials.c
5101 - src/php/ext/grpc/completion_queue.c
5102 - src/php/ext/grpc/php_grpc.c
5103 - src/php/ext/grpc/server.c
5104 - src/php/ext/grpc/server_credentials.c
5105 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08005106python_dependencies:
5107 deps:
5108 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005109 - gpr
Yuchen Zengd790dd62016-08-11 17:32:50 -07005110 - ares
Masood Malekghassemi387e1162016-01-05 10:16:12 -08005111 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08005112 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01005113ruby_gem:
5114 deps:
5115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08005116 - gpr
Yuchen Zeng15141a62016-08-17 18:56:04 -07005117 - ares
Craig Tillerbf4b2242015-08-31 15:53:53 -07005118 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07005119 - z