blob: 75bacbde63283d1c64c250c0a2e8f47684611c50 [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
9 '#05': new word.
10 '#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
Craig Tiller5cad46e2017-01-30 15:32:24 -080015 core_version: 3.0.0-dev
16 g_stands_for: green
David Garcia Quintas74cec102017-03-09 15:00:26 -080017 version: 1.3.0-dev
Craig Tillerbf4b2242015-08-31 15:53:53 -070018filegroups:
19- name: census
Craig Tiller25834342015-09-25 08:08:24 -070020 public_headers:
21 - include/grpc/census.h
22 headers:
Craig Tiller8f8e9f92016-03-29 09:41:28 -070023 - src/core/ext/census/aggregation.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070024 - src/core/ext/census/base_resources.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070025 - src/core/ext/census/census_interface.h
26 - src/core/ext/census/census_rpc_stats.h
Alistair Veitch30fe6322016-05-23 10:11:28 -070027 - src/core/ext/census/gen/census.pb.h
Alistair Veitcha0c69f92016-08-31 12:01:27 -070028 - src/core/ext/census/gen/trace_context.pb.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070029 - src/core/ext/census/grpc_filter.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070030 - src/core/ext/census/mlog.h
Alistair Veitch4aaba752016-06-02 17:11:46 -070031 - src/core/ext/census/resource.h
Craig Tiller8f8e9f92016-03-29 09:41:28 -070032 - src/core/ext/census/rpc_metric_id.h
Vizerai12d1fc62016-09-09 14:22:19 -070033 - src/core/ext/census/trace_context.h
Vizerai2b939832017-01-19 13:12:11 -080034 - src/core/ext/census/trace_label.h
35 - src/core/ext/census/trace_propagation.h
36 - src/core/ext/census/trace_status.h
37 - src/core/ext/census/trace_string.h
38 - src/core/ext/census/tracing.h
Craig Tiller25834342015-09-25 08:08:24 -070039 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070040 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070041 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070042 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070043 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070044 - src/core/ext/census/grpc_context.c
45 - src/core/ext/census/grpc_filter.c
46 - src/core/ext/census/grpc_plugin.c
47 - src/core/ext/census/initialize.c
48 - src/core/ext/census/mlog.c
49 - src/core/ext/census/operation.c
50 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070051 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070052 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070053 - src/core/ext/census/tracing.c
54 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070055 uses:
56 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070057 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070058- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010059 public_headers:
60 - include/grpc/support/alloc.h
61 - include/grpc/support/atm.h
62 - include/grpc/support/atm_gcc_atomic.h
63 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070064 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010065 - include/grpc/support/avl.h
66 - include/grpc/support/cmdline.h
67 - include/grpc/support/cpu.h
68 - include/grpc/support/histogram.h
69 - include/grpc/support/host_port.h
70 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070071 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010072 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010073 - include/grpc/support/string_util.h
74 - include/grpc/support/subprocess.h
75 - include/grpc/support/sync.h
76 - include/grpc/support/sync_generic.h
77 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070078 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010079 - include/grpc/support/thd.h
80 - include/grpc/support/time.h
81 - include/grpc/support/tls.h
82 - include/grpc/support/tls_gcc.h
83 - include/grpc/support/tls_msvc.h
84 - include/grpc/support/tls_pthread.h
85 - include/grpc/support/useful.h
86 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/profiling/timers.h
88 - src/core/lib/support/backoff.h
89 - src/core/lib/support/block_annotate.h
90 - src/core/lib/support/env.h
Craig Tiller57726ca2016-09-12 11:59:45 -070091 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070092 - src/core/lib/support/murmur_hash.h
Craig Tilleredbf2b92017-02-27 07:24:00 -080093 - src/core/lib/support/spinlock.h
Craig Tillerf23078c2016-03-25 17:07:29 -070094 - src/core/lib/support/stack_lockfree.h
95 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070096 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070097 - src/core/lib/support/thd_internal.h
98 - src/core/lib/support/time_precise.h
99 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100100 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700101 - src/core/lib/profiling/basic_timers.c
102 - src/core/lib/profiling/stap_timers.c
103 - src/core/lib/support/alloc.c
104 - src/core/lib/support/avl.c
105 - src/core/lib/support/backoff.c
106 - src/core/lib/support/cmdline.c
107 - src/core/lib/support/cpu_iphone.c
108 - src/core/lib/support/cpu_linux.c
109 - src/core/lib/support/cpu_posix.c
110 - src/core/lib/support/cpu_windows.c
111 - src/core/lib/support/env_linux.c
112 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700113 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700114 - src/core/lib/support/histogram.c
115 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/log.c
117 - src/core/lib/support/log_android.c
118 - src/core/lib/support/log_linux.c
119 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700120 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700121 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/stack_lockfree.c
124 - src/core/lib/support/string.c
125 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700126 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700127 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700128 - src/core/lib/support/subprocess_posix.c
129 - src/core/lib/support/subprocess_windows.c
130 - src/core/lib/support/sync.c
131 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700132 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700133 - src/core/lib/support/thd.c
134 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700135 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/time.c
137 - src/core/lib/support/time_posix.c
138 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700139 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700140 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200141 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700142 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700143 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700144 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700145 uses:
146 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800147- name: gpr_codegen
148 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800149 - include/grpc/impl/codegen/atm.h
150 - include/grpc/impl/codegen/atm_gcc_atomic.h
151 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700152 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800153 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700154 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800155 - include/grpc/impl/codegen/port_platform.h
156 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800157 - include/grpc/impl/codegen/sync.h
158 - include/grpc/impl/codegen/sync_generic.h
159 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700160 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700161- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700162 public_headers:
163 - include/grpc/byte_buffer.h
164 - include/grpc/byte_buffer_reader.h
165 - include/grpc/compression.h
166 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700167 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200168 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800169 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700170 - include/grpc/slice.h
171 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700172 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700173 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/channel/channel_args.h
175 - src/core/lib/channel/channel_stack.h
176 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/channel/compress_filter.h
178 - src/core/lib/channel/connected_channel.h
179 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700180 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700181 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800182 - src/core/lib/channel/handshaker_factory.h
183 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700184 - src/core/lib/channel/http_client_filter.h
185 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700186 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700187 - src/core/lib/compression/algorithm_metadata.h
188 - src/core/lib/compression/message_compress.h
189 - src/core/lib/debug/trace.h
190 - src/core/lib/http/format_request.h
191 - src/core/lib/http/httpcli.h
192 - src/core/lib/http/parser.h
193 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700194 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700195 - src/core/lib/iomgr/endpoint.h
196 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700197 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800198 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700199 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700200 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700201 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/exec_ctx.h
203 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/iocp_windows.h
205 - src/core/lib/iomgr/iomgr.h
206 - src/core/lib/iomgr/iomgr_internal.h
207 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700208 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700209 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700210 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700211 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700214 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700215 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700216 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700217 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700218 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700219 - src/core/lib/iomgr/sockaddr.h
220 - src/core/lib/iomgr/sockaddr_posix.h
221 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700222 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700223 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700224 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/socket_utils_posix.h
226 - src/core/lib/iomgr/socket_windows.h
227 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700228 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700229 - src/core/lib/iomgr/tcp_posix.h
230 - src/core/lib/iomgr/tcp_server.h
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700231 - src/core/lib/iomgr/tcp_server_utils_posix.h
murgatroid999030c812016-09-16 13:25:08 -0700232 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700233 - src/core/lib/iomgr/tcp_windows.h
234 - src/core/lib/iomgr/time_averaged_stats.h
235 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700236 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700237 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700238 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700239 - src/core/lib/iomgr/udp_server.h
240 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700241 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700242 - src/core/lib/iomgr/wakeup_fd_pipe.h
243 - src/core/lib/iomgr/wakeup_fd_posix.h
244 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700245 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700246 - src/core/lib/iomgr/workqueue_windows.h
247 - src/core/lib/json/json.h
248 - src/core/lib/json/json_common.h
249 - src/core/lib/json/json_reader.h
250 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700251 - src/core/lib/slice/percent_encoding.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800252 - src/core/lib/slice/slice_hash_table.h
Craig Tiller30d50fe2016-12-06 19:34:32 -0800253 - src/core/lib/slice/slice_internal.h
Craig Tillerc3350542016-10-26 16:19:01 -0700254 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/surface/api_trace.h
256 - src/core/lib/surface/call.h
257 - src/core/lib/surface/call_test_only.h
258 - src/core/lib/surface/channel.h
259 - src/core/lib/surface/channel_init.h
260 - src/core/lib/surface/channel_stack_type.h
261 - src/core/lib/surface/completion_queue.h
262 - src/core/lib/surface/event_string.h
263 - src/core/lib/surface/init.h
264 - src/core/lib/surface/lame_client.h
265 - src/core/lib/surface/server.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800266 - src/core/lib/surface/validate_metadata.h
Craig Tiller9e0066b2016-10-20 14:04:18 -0700267 - src/core/lib/transport/bdp_estimator.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700268 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700269 - src/core/lib/transport/connectivity_state.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800270 - src/core/lib/transport/error_utils.h
271 - src/core/lib/transport/http2_errors.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700272 - src/core/lib/transport/metadata.h
273 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700274 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700275 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700276 - src/core/lib/transport/static_metadata.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800277 - src/core/lib/transport/status_conversion.h
Robbie Shade710d2422016-07-13 15:15:38 -0400278 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700279 - src/core/lib/transport/transport.h
280 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700281 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/channel/channel_args.c
283 - src/core/lib/channel/channel_stack.c
284 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/channel/compress_filter.c
286 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700287 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700288 - src/core/lib/channel/handshaker.c
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800289 - src/core/lib/channel/handshaker_factory.c
290 - src/core/lib/channel/handshaker_registry.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700291 - src/core/lib/channel/http_client_filter.c
292 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700293 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700294 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700295 - src/core/lib/compression/message_compress.c
296 - src/core/lib/debug/trace.c
297 - src/core/lib/http/format_request.c
298 - src/core/lib/http/httpcli.c
299 - src/core/lib/http/parser.c
300 - src/core/lib/iomgr/closure.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700301 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700302 - src/core/lib/iomgr/endpoint.c
303 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700304 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700305 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700306 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700307 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700308 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700309 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/exec_ctx.c
311 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700312 - src/core/lib/iomgr/iocp_windows.c
313 - src/core/lib/iomgr/iomgr.c
314 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700315 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700316 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700317 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700318 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700319 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700320 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700321 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700322 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700323 - src/core/lib/iomgr/pollset_windows.c
324 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700325 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700326 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700327 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700328 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700329 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700330 - src/core/lib/iomgr/socket_utils_common_posix.c
331 - src/core/lib/iomgr/socket_utils_linux.c
332 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700333 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700334 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700335 - src/core/lib/iomgr/socket_windows.c
336 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/tcp_client_windows.c
339 - src/core/lib/iomgr/tcp_posix.c
340 - src/core/lib/iomgr/tcp_server_posix.c
Yuchen Zeng68745bb2017-03-14 17:51:07 -0700341 - src/core/lib/iomgr/tcp_server_utils_posix_common.c
Yuchen Zeng47155ed2017-03-13 17:18:07 -0700342 - src/core/lib/iomgr/tcp_server_utils_posix_ifaddrs.c
343 - src/core/lib/iomgr/tcp_server_utils_posix_noifaddrs.c
murgatroid999030c812016-09-16 13:25:08 -0700344 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700345 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700346 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/iomgr/tcp_windows.c
348 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700349 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700350 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700351 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700352 - src/core/lib/iomgr/udp_server.c
353 - src/core/lib/iomgr/unix_sockets_posix.c
354 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700355 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700356 - src/core/lib/iomgr/wakeup_fd_eventfd.c
357 - src/core/lib/iomgr/wakeup_fd_nospecial.c
358 - src/core/lib/iomgr/wakeup_fd_pipe.c
359 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700360 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700361 - src/core/lib/iomgr/workqueue_windows.c
362 - src/core/lib/json/json.c
363 - src/core/lib/json/json_reader.c
364 - src/core/lib/json/json_string.c
365 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700366 - src/core/lib/slice/percent_encoding.c
367 - src/core/lib/slice/slice.c
368 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800369 - src/core/lib/slice/slice_hash_table.c
370 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700371 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700372 - src/core/lib/surface/alarm.c
373 - src/core/lib/surface/api_trace.c
374 - src/core/lib/surface/byte_buffer.c
375 - src/core/lib/surface/byte_buffer_reader.c
376 - src/core/lib/surface/call.c
377 - src/core/lib/surface/call_details.c
378 - src/core/lib/surface/call_log_batch.c
379 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700380 - src/core/lib/surface/channel_init.c
381 - src/core/lib/surface/channel_ping.c
382 - src/core/lib/surface/channel_stack_type.c
383 - src/core/lib/surface/completion_queue.c
384 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/surface/lame_client.c
386 - src/core/lib/surface/metadata_array.c
387 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/surface/validate_metadata.c
389 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700390 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700391 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700392 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800393 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700394 - src/core/lib/transport/metadata.c
395 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700396 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700397 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800399 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400400 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700401 - src/core/lib/transport/transport.c
402 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700403 deps:
404 - gpr
405 uses:
406 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700407- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700408 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700409 - src/core/ext/client_channel/client_channel.h
410 - src/core/ext/client_channel/client_channel_factory.h
411 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700412 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800413 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700414 - src/core/ext/client_channel/initial_connect_string.h
415 - src/core/ext/client_channel/lb_policy.h
416 - src/core/ext/client_channel/lb_policy_factory.h
417 - src/core/ext/client_channel/lb_policy_registry.h
418 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800419 - src/core/ext/client_channel/proxy_mapper.h
420 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700421 - src/core/ext/client_channel/resolver.h
422 - src/core/ext/client_channel/resolver_factory.h
423 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700424 - src/core/ext/client_channel/subchannel.h
425 - src/core/ext/client_channel/subchannel_index.h
426 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700427 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700428 - src/core/ext/client_channel/channel_connectivity.c
429 - src/core/ext/client_channel/client_channel.c
430 - src/core/ext/client_channel/client_channel_factory.c
431 - src/core/ext/client_channel/client_channel_plugin.c
432 - src/core/ext/client_channel/connector.c
433 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700434 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800435 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700436 - src/core/ext/client_channel/initial_connect_string.c
437 - src/core/ext/client_channel/lb_policy.c
438 - src/core/ext/client_channel/lb_policy_factory.c
439 - src/core/ext/client_channel/lb_policy_registry.c
440 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800441 - src/core/ext/client_channel/proxy_mapper.c
442 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700443 - src/core/ext/client_channel/resolver.c
444 - src/core/ext/client_channel/resolver_factory.c
445 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700446 - src/core/ext/client_channel/subchannel.c
447 - src/core/ext/client_channel/subchannel_index.c
448 - src/core/ext/client_channel/uri_parser.c
449 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700450 uses:
451 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800452- name: grpc_codegen
453 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700454 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800455 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800456 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800457 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800458 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800459 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800460 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700461 uses:
462 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700463- name: grpc_lb_policy_grpclb
464 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700465 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800466 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700467 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700468 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700469 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700470 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800471 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
472 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
473 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
474 plugin: grpc_lb_policy_grpclb
475 uses:
476 - grpc_base
477 - grpc_client_channel
478 - nanopb
479- name: grpc_lb_policy_grpclb_secure
480 headers:
481 - src/core/ext/lb_policy/grpclb/grpclb.h
482 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
483 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
484 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
485 src:
486 - src/core/ext/lb_policy/grpclb/grpclb.c
487 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700488 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700489 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700490 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700491 uses:
492 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700493 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700494 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700495- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700496 src:
497 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700498 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700499 uses:
500 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700501 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700502- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700503 src:
504 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700505 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700506 uses:
507 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700508 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700509- name: grpc_load_reporting
510 headers:
511 - src/core/ext/load_reporting/load_reporting.h
512 - src/core/ext/load_reporting/load_reporting_filter.h
513 src:
514 - src/core/ext/load_reporting/load_reporting.c
515 - src/core/ext/load_reporting/load_reporting_filter.c
516 plugin: grpc_load_reporting_plugin
517 uses:
518 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700519- name: grpc_resolver_dns_native
520 src:
521 - src/core/ext/resolver/dns/native/dns_resolver.c
522 plugin: grpc_resolver_dns_native
523 uses:
524 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700525 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700526- name: grpc_resolver_sockaddr
527 src:
528 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
529 plugin: grpc_resolver_sockaddr
530 uses:
531 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700532 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100533- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700534 public_headers:
535 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100536 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700537 - src/core/lib/security/context/security_context.h
538 - src/core/lib/security/credentials/composite/composite_credentials.h
539 - src/core/lib/security/credentials/credentials.h
540 - src/core/lib/security/credentials/fake/fake_credentials.h
541 - src/core/lib/security/credentials/google_default/google_default_credentials.h
542 - src/core/lib/security/credentials/iam/iam_credentials.h
543 - src/core/lib/security/credentials/jwt/json_token.h
544 - src/core/lib/security/credentials/jwt/jwt_credentials.h
545 - src/core/lib/security/credentials/jwt/jwt_verifier.h
546 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
547 - src/core/lib/security/credentials/plugin/plugin_credentials.h
548 - src/core/lib/security/credentials/ssl/ssl_credentials.h
549 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800550 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700551 - src/core/lib/security/transport/secure_endpoint.h
552 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800553 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700554 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700555 - src/core/lib/security/util/b64.h
556 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100557 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700558 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700559 - src/core/lib/security/context/security_context.c
560 - src/core/lib/security/credentials/composite/composite_credentials.c
561 - src/core/lib/security/credentials/credentials.c
562 - src/core/lib/security/credentials/credentials_metadata.c
563 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700564 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700565 - src/core/lib/security/credentials/google_default/google_default_credentials.c
566 - src/core/lib/security/credentials/iam/iam_credentials.c
567 - src/core/lib/security/credentials/jwt/json_token.c
568 - src/core/lib/security/credentials/jwt/jwt_credentials.c
569 - src/core/lib/security/credentials/jwt/jwt_verifier.c
570 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
571 - src/core/lib/security/credentials/plugin/plugin_credentials.c
572 - src/core/lib/security/credentials/ssl/ssl_credentials.c
573 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800574 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700575 - src/core/lib/security/transport/secure_endpoint.c
576 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800577 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700578 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700579 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700580 - src/core/lib/security/util/b64.c
581 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700582 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700583 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700584 uses:
585 - grpc_base
586 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700587 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700588- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700589 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700590 headers:
591 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700592 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800593 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700594 - test/core/end2end/fixtures/proxy.h
595 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800596 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700597 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200598 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700599 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700600 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700601 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700602 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700603 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700604 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800605 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700606 src:
607 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700608 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800609 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700610 - test/core/end2end/fixtures/proxy.c
611 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800612 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700613 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200614 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700615 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700616 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700617 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800618 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700619 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700620 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800621 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700622 deps:
623 - grpc
624 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700625- name: grpc_transport_chttp2
626 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700627 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700628 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700629 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
630 - src/core/ext/transport/chttp2/transport/frame.h
631 - src/core/ext/transport/chttp2/transport/frame_data.h
632 - src/core/ext/transport/chttp2/transport/frame_goaway.h
633 - src/core/ext/transport/chttp2/transport/frame_ping.h
634 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
635 - src/core/ext/transport/chttp2/transport/frame_settings.h
636 - src/core/ext/transport/chttp2/transport/frame_window_update.h
637 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
638 - src/core/ext/transport/chttp2/transport/hpack_parser.h
639 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700640 - src/core/ext/transport/chttp2/transport/huffsyms.h
641 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
642 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700643 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700644 - src/core/ext/transport/chttp2/transport/varint.h
645 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700646 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700647 - src/core/ext/transport/chttp2/transport/bin_encoder.c
648 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700649 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
650 - src/core/ext/transport/chttp2/transport/frame_data.c
651 - src/core/ext/transport/chttp2/transport/frame_goaway.c
652 - src/core/ext/transport/chttp2/transport/frame_ping.c
653 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
654 - src/core/ext/transport/chttp2/transport/frame_settings.c
655 - src/core/ext/transport/chttp2/transport/frame_window_update.c
656 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
657 - src/core/ext/transport/chttp2/transport/hpack_parser.c
658 - src/core/ext/transport/chttp2/transport/hpack_table.c
659 - src/core/ext/transport/chttp2/transport/huffsyms.c
660 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
661 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700662 - src/core/ext/transport/chttp2/transport/stream_lists.c
663 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700664 - src/core/ext/transport/chttp2/transport/varint.c
665 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700666 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700667 uses:
668 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700669 - grpc_transport_chttp2_alpn
670- name: grpc_transport_chttp2_alpn
671 headers:
672 - src/core/ext/transport/chttp2/alpn/alpn.h
673 src:
674 - src/core/ext/transport/chttp2/alpn/alpn.c
675 deps:
676 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800677- name: grpc_transport_chttp2_client_connector
678 headers:
679 - src/core/ext/transport/chttp2/client/chttp2_connector.h
680 src:
681 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800682 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800683 - grpc_transport_chttp2
684 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700685- name: grpc_transport_chttp2_client_insecure
686 src:
687 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700688 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700689 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800690 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700691 - grpc_transport_chttp2
692 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700693 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700694- name: grpc_transport_chttp2_client_secure
695 src:
696 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700697 uses:
698 - grpc_transport_chttp2
699 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700700 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700701 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800702 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800703- name: grpc_transport_chttp2_server
704 headers:
705 - src/core/ext/transport/chttp2/server/chttp2_server.h
706 src:
707 - src/core/ext/transport/chttp2/server/chttp2_server.c
708 uses:
709 - grpc_transport_chttp2
710 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700711- name: grpc_transport_chttp2_server_insecure
712 src:
713 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700714 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700715 uses:
716 - grpc_transport_chttp2
717 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800718 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700719- name: grpc_transport_chttp2_server_secure
720 src:
721 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700722 uses:
723 - grpc_transport_chttp2
724 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700725 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800726 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700727- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700728 public_headers:
729 - include/grpc/grpc_cronet.h
730 - include/grpc/grpc_security.h
731 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700732 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800733 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800734 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700735 src:
736 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
737 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
738 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700739 filegroups:
740 - grpc_base
741 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800742- name: nanopb
743 headers:
744 - third_party/nanopb/pb.h
745 - third_party/nanopb/pb_common.h
746 - third_party/nanopb/pb_decode.h
747 - third_party/nanopb/pb_encode.h
748 src:
749 - third_party/nanopb/pb_common.c
750 - third_party/nanopb/pb_decode.c
751 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700752- name: tsi
753 headers:
754 - src/core/lib/tsi/fake_transport_security.h
755 - src/core/lib/tsi/ssl_transport_security.h
756 - src/core/lib/tsi/ssl_types.h
757 - src/core/lib/tsi/transport_security.h
758 - src/core/lib/tsi/transport_security_interface.h
759 src:
760 - src/core/lib/tsi/fake_transport_security.c
761 - src/core/lib/tsi/ssl_transport_security.c
762 - src/core/lib/tsi/transport_security.c
763 deps:
764 - gpr
765 secure: true
766- name: grpc++_base
767 language: c++
768 public_headers:
769 - include/grpc++/alarm.h
770 - include/grpc++/channel.h
771 - include/grpc++/client_context.h
772 - include/grpc++/completion_queue.h
773 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700774 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800775 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700776 - include/grpc++/generic/async_generic_service.h
777 - include/grpc++/generic/generic_stub.h
778 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800779 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700780 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800781 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700782 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700783 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700784 - include/grpc++/impl/grpc_library.h
785 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700786 - include/grpc++/impl/rpc_method.h
787 - include/grpc++/impl/rpc_service_method.h
788 - include/grpc++/impl/serialization_traits.h
789 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700790 - include/grpc++/impl/server_builder_plugin.h
791 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700792 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700793 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700794 - include/grpc++/security/auth_context.h
795 - include/grpc++/security/auth_metadata_processor.h
796 - include/grpc++/security/credentials.h
797 - include/grpc++/security/server_credentials.h
798 - include/grpc++/server.h
799 - include/grpc++/server_builder.h
800 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700801 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700802 - include/grpc++/support/async_stream.h
803 - include/grpc++/support/async_unary_call.h
804 - include/grpc++/support/byte_buffer.h
805 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700806 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700807 - include/grpc++/support/slice.h
808 - include/grpc++/support/status.h
809 - include/grpc++/support/status_code_enum.h
810 - include/grpc++/support/string_ref.h
811 - include/grpc++/support/stub_options.h
812 - include/grpc++/support/sync_stream.h
813 - include/grpc++/support/time.h
814 headers:
815 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700816 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800818 - src/cpp/server/health/default_health_check_service.h
819 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700820 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700821 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700822 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700823 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700824 - src/cpp/client/client_context.cc
825 - src/cpp/client/create_channel.cc
826 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700827 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700828 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700830 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700831 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700832 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700833 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700834 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700835 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700836 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700837 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800838 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700839 - src/cpp/server/create_default_thread_pool.cc
840 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800841 - src/cpp/server/health/default_health_check_service.cc
842 - src/cpp/server/health/health.pb.c
843 - src/cpp/server/health/health_check_service.cc
844 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700845 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700846 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700847 - src/cpp/server/server_context.cc
848 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700849 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700850 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700851 - src/cpp/util/byte_buffer_cc.cc
852 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700853 - src/cpp/util/status.cc
854 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700855 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700856 uses:
yang-g17487f92016-06-03 15:21:15 -0700857 - grpc++_codegen_base
858- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700859 language: c++
860 public_headers:
861 - include/grpc++/impl/codegen/async_stream.h
862 - include/grpc++/impl/codegen/async_unary_call.h
863 - include/grpc++/impl/codegen/call.h
864 - include/grpc++/impl/codegen/call_hook.h
865 - include/grpc++/impl/codegen/channel_interface.h
866 - include/grpc++/impl/codegen/client_context.h
867 - include/grpc++/impl/codegen/client_unary_call.h
868 - include/grpc++/impl/codegen/completion_queue.h
869 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700870 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700871 - include/grpc++/impl/codegen/core_codegen_interface.h
872 - include/grpc++/impl/codegen/create_auth_context.h
873 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800874 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700876 - include/grpc++/impl/codegen/rpc_method.h
877 - include/grpc++/impl/codegen/rpc_service_method.h
878 - include/grpc++/impl/codegen/security/auth_context.h
879 - include/grpc++/impl/codegen/serialization_traits.h
880 - include/grpc++/impl/codegen/server_context.h
881 - include/grpc++/impl/codegen/server_interface.h
882 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800883 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700884 - include/grpc++/impl/codegen/status.h
885 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700886 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700887 - include/grpc++/impl/codegen/string_ref.h
888 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700889 - include/grpc++/impl/codegen/sync_stream.h
890 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700891 uses:
892 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700893- name: grpc++_codegen_base_src
894 language: c++
895 src:
896 - src/cpp/codegen/codegen_init.cc
897 uses:
898 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700899- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700900 language: c++
901 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700902 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700903 uses:
yang-g17487f92016-06-03 15:21:15 -0700904 - grpc++_codegen_base
905 - grpc++_config_proto
906- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700907 language: c++
908 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700909 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700910- name: grpc++_reflection_proto
911 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700912 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700913 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800914- name: grpc++_test
915 language: c++
916 public_headers:
917 - include/grpc++/test/server_context_test_spouse.h
918 deps:
919 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700920- name: thrift_util
921 language: c++
922 public_headers:
923 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700924 - include/grpc++/impl/codegen/thrift_utils.h
925 uses:
926 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100927libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800928- name: gpr
929 build: all
930 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800931 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700932 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800933 secure: false
934 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
935- name: gpr_test_util
936 build: private
937 language: c
938 headers:
939 - test/core/util/test_config.h
940 src:
941 - test/core/util/test_config.c
942 deps:
943 - gpr
944 secure: false
945 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700946- name: grpc
947 build: all
948 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700949 src:
950 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700951 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800952 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700953 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700954 filegroups:
955 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700956 - grpc_transport_chttp2_server_secure
957 - grpc_transport_chttp2_client_secure
958 - grpc_transport_chttp2_server_insecure
959 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800960 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700961 - grpc_lb_policy_pick_first
962 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700963 - grpc_resolver_dns_native
964 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700965 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100966 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700967 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700968 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700969 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700970 vs_packages:
971 - grpc.dependencies.openssl
972 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700973 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700974- name: grpc_cronet
975 build: all
976 language: c
977 src:
978 - src/core/lib/surface/init.c
979 baselib: true
980 deps_linkage: static
981 dll: true
982 filegroups:
983 - grpc_base
984 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700985 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800986 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700987 generate_plugin_registry: true
988 platforms:
989 - linux
990 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100991- name: grpc_dll
992 build: private
993 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100994 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100995 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100996 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100997 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100998 build_system:
999 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001000 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001001 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001002 vs_config_type: DynamicLibrary
1003 vs_packages:
1004 - grpc.dependencies.openssl
1005 - grpc.dependencies.zlib
1006 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1007 vs_props:
1008 - zlib
1009 - openssl
1010 - winsock
1011 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001012- name: grpc_test_util
1013 build: private
1014 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001015 headers:
1016 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001017 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001018 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001019 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001020 - test/core/end2end/data/server1_cert.c
1021 - test/core/end2end/data/server1_key.c
1022 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001023 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001024 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001025 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001026 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001027 - grpc
1028 filegroups:
1029 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001030 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001031 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1032- name: grpc_test_util_unsecure
1033 build: private
1034 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001035 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001036 - gpr
1037 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001038 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001039 filegroups:
1040 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001041 secure: false
1042 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1043- name: grpc_unsecure
1044 build: all
1045 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001046 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001047 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001048 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001049 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001050 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001051 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001052 filegroups:
1053 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001054 - grpc_transport_chttp2_server_insecure
1055 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001056 - grpc_resolver_dns_native
1057 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001058 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001059 - grpc_lb_policy_grpclb
1060 - grpc_lb_policy_pick_first
1061 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001062 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001063 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001064 secure: false
1065 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001066- name: reconnect_server
1067 build: private
1068 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001069 headers:
1070 - test/core/util/reconnect_server.h
1071 src:
1072 - test/core/util/reconnect_server.c
1073 deps:
yang-gc9fca182015-11-06 16:41:33 -08001074 - test_tcp_server
1075 - grpc_test_util
1076 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001077 - gpr_test_util
1078 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001079- name: test_tcp_server
1080 build: private
1081 language: c
1082 headers:
1083 - test/core/util/test_tcp_server.h
1084 src:
1085 - test/core/util/test_tcp_server.c
1086 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001087 - grpc_test_util
1088 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001089 - gpr_test_util
1090 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001091- name: grpc++
1092 build: all
1093 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001094 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001095 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001096 - src/cpp/client/secure_credentials.h
1097 - src/cpp/common/secure_auth_context.h
1098 - src/cpp/server/secure_server_credentials.h
1099 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001100 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001101 - src/cpp/client/secure_credentials.cc
1102 - src/cpp/common/auth_property_iterator.cc
1103 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001104 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001105 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001106 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001107 - src/cpp/server/secure_server_credentials.cc
1108 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001109 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001110 baselib: true
1111 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001112 filegroups:
1113 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001114 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001115 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001116 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001117 secure: check
1118 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001119- name: grpc++_cronet
1120 build: all
1121 language: c++
1122 src:
1123 - src/cpp/client/cronet_credentials.cc
1124 - src/cpp/client/insecure_credentials.cc
1125 - src/cpp/common/insecure_create_auth_context.cc
1126 - src/cpp/server/insecure_server_credentials.cc
1127 deps:
1128 - gpr
1129 - grpc_cronet
1130 baselib: true
1131 dll: true
1132 filegroups:
1133 - grpc++_base
1134 - grpc++_codegen_base
1135 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001136 - grpc_transport_chttp2_client_insecure
1137 - grpc_transport_chttp2_server_insecure
1138 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001139 platforms:
1140 - linux
1141 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001142- name: grpc++_proto_reflection_desc_db
1143 build: private
1144 language: c++
1145 headers:
1146 - test/cpp/util/proto_reflection_descriptor_database.h
1147 src:
1148 - test/cpp/util/proto_reflection_descriptor_database.cc
1149 deps:
1150 - grpc++
1151 filegroups:
1152 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001153 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001154- name: grpc++_reflection
1155 build: all
1156 language: c++
1157 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001158 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001159 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001160 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001161 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001162 - src/cpp/ext/proto_server_reflection.cc
1163 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001164 deps:
1165 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001166 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001167 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001168- name: grpc++_test_config
1169 build: private
1170 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001171 headers:
1172 - test/cpp/util/test_config.h
1173 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001174 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001175- name: grpc++_test_util
1176 build: private
1177 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001178 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001179 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001180 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001181 - test/cpp/util/create_test_channel.h
1182 - test/cpp/util/string_ref_helper.h
1183 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001184 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001185 src:
yang-gc8a49d22016-12-12 11:18:49 -08001186 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001187 - src/proto/grpc/testing/echo_messages.proto
1188 - src/proto/grpc/testing/echo.proto
1189 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001190 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001191 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001192 - test/cpp/util/create_test_channel.cc
1193 - test/cpp/util/string_ref_helper.cc
1194 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001195 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001196 deps:
1197 - grpc++
1198 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001199 filegroups:
1200 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001201 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001202 - grpc++_codegen_proto
1203 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001204 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001205- name: grpc++_unsecure
1206 build: all
1207 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001208 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001209 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001210 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001211 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001212 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001213 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001214 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001215 baselib: true
1216 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001217 filegroups:
1218 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001219 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001220 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001221 secure: false
1222 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001223- name: grpc_benchmark
1224 build: test
1225 language: c++
1226 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001227 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1228 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001229 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001230 src:
1231 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001232 deps:
1233 - benchmark
1234 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001235 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001236 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001237- name: grpc_cli_libs
1238 build: private
1239 language: c++
1240 headers:
1241 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001242 - test/cpp/util/cli_credentials.h
1243 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001244 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001245 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001246 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001247 src:
1248 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001249 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001250 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001251 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001252 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001253 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001254 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001255 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001256 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001257 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001258 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001259- name: grpc_plugin_support
1260 build: protoc
1261 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001262 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001263 - src/compiler/config.h
1264 - src/compiler/cpp_generator.h
1265 - src/compiler/cpp_generator_helpers.h
1266 - src/compiler/csharp_generator.h
1267 - src/compiler/csharp_generator_helpers.h
1268 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001269 - src/compiler/node_generator.h
1270 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001271 - src/compiler/objective_c_generator.h
1272 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001273 - src/compiler/php_generator.h
1274 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001275 - src/compiler/python_generator.h
1276 - src/compiler/ruby_generator.h
1277 - src/compiler/ruby_generator_helpers-inl.h
1278 - src/compiler/ruby_generator_map-inl.h
1279 - src/compiler/ruby_generator_string-inl.h
1280 src:
1281 - src/compiler/cpp_generator.cc
1282 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001283 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001284 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001285 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001286 - src/compiler/python_generator.cc
1287 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001288 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001289 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001290 secure: false
1291 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001292 vs_props:
1293 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001294- name: http2_client_main
1295 build: private
1296 language: c++
1297 headers:
1298 - test/cpp/interop/http2_client.h
1299 src:
1300 - src/proto/grpc/testing/empty.proto
1301 - src/proto/grpc/testing/messages.proto
1302 - src/proto/grpc/testing/test.proto
1303 - test/cpp/interop/http2_client.cc
1304 deps:
1305 - grpc++_test_util
1306 - grpc_test_util
1307 - grpc++
1308 - grpc
1309 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001310- name: interop_client_helper
1311 build: private
1312 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001313 headers:
1314 - test/cpp/interop/client_helper.h
1315 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001316 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001317 - test/cpp/interop/client_helper.cc
1318 deps:
1319 - grpc++_test_util
1320 - grpc_test_util
1321 - grpc++
1322 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001323 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001324- name: interop_client_main
1325 build: private
1326 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001327 headers:
1328 - test/cpp/interop/interop_client.h
1329 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001330 - src/proto/grpc/testing/empty.proto
1331 - src/proto/grpc/testing/messages.proto
1332 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001333 - test/cpp/interop/client.cc
1334 - test/cpp/interop/interop_client.cc
1335 deps:
1336 - interop_client_helper
1337 - grpc++_test_util
1338 - grpc_test_util
1339 - grpc++
1340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001341 - gpr_test_util
1342 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001343 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001344- name: interop_server_helper
1345 build: private
1346 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001347 headers:
1348 - test/cpp/interop/server_helper.h
1349 src:
1350 - test/cpp/interop/server_helper.cc
1351 deps:
yang-gcc591022017-01-11 11:10:43 -08001352 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001353 - grpc_test_util
1354 - grpc++
1355 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001356 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001357- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001358 build: private
1359 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001360 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001361 - src/proto/grpc/testing/empty.proto
1362 - src/proto/grpc/testing/messages.proto
1363 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001364 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001365 deps:
1366 - interop_server_helper
1367 - grpc++_test_util
1368 - grpc_test_util
1369 - grpc++
1370 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001371 - gpr_test_util
1372 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001373 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001374- name: interop_server_main
1375 build: private
1376 language: c++
1377 src:
1378 - test/cpp/interop/interop_server_bootstrap.cc
1379 deps:
1380 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001381- name: qps
1382 build: private
1383 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001384 headers:
1385 - test/cpp/qps/client.h
1386 - test/cpp/qps/driver.h
1387 - test/cpp/qps/histogram.h
1388 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001389 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001390 - test/cpp/qps/qps_worker.h
1391 - test/cpp/qps/report.h
1392 - test/cpp/qps/server.h
1393 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001394 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001395 - test/cpp/util/benchmark_config.h
1396 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001397 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001398 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001399 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001400 - src/proto/grpc/testing/control.proto
1401 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001402 - test/cpp/qps/client_async.cc
1403 - test/cpp/qps/client_sync.cc
1404 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001405 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001406 - test/cpp/qps/qps_worker.cc
1407 - test/cpp/qps/report.cc
1408 - test/cpp/qps/server_async.cc
1409 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001410 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001411 - test/cpp/util/benchmark_config.cc
1412 deps:
1413 - grpc_test_util
1414 - grpc++_test_util
1415 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001416- name: grpc_csharp_ext
1417 build: all
1418 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001419 src:
1420 - src/csharp/ext/grpc_csharp_ext.c
1421 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001422 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001423 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001424 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001425 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001426 dll: only
1427 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001428 vs_packages:
1429 - grpc.dependencies.openssl
1430 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001431 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001432 vs_props:
1433 - zlib
1434 - openssl
1435 - winsock
1436 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001437targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001438- name: alarm_test
1439 build: test
1440 language: c
1441 src:
1442 - test/core/surface/alarm_test.c
1443 deps:
1444 - grpc_test_util
1445 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001446 - gpr_test_util
1447 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001448- name: algorithm_test
1449 build: test
1450 language: c
1451 src:
1452 - test/core/compression/algorithm_test.c
1453 deps:
1454 - grpc_test_util
1455 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001456 - gpr_test_util
1457 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001458- name: alloc_test
1459 build: test
1460 language: c
1461 src:
1462 - test/core/support/alloc_test.c
1463 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001464 - gpr_test_util
1465 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001466- name: alpn_test
1467 build: test
1468 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001469 src:
1470 - test/core/transport/chttp2/alpn_test.c
1471 deps:
1472 - grpc_test_util
1473 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001474 - gpr_test_util
1475 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001476- name: api_fuzzer
1477 build: fuzzer
1478 language: c
1479 src:
1480 - test/core/end2end/fuzzers/api_fuzzer.c
1481 deps:
1482 - grpc_test_util
1483 - grpc
1484 - gpr_test_util
1485 - gpr
1486 corpus_dirs:
1487 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001488 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001489 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001490- name: bad_server_response_test
1491 build: test
1492 language: c
1493 src:
1494 - test/core/end2end/bad_server_response_test.c
1495 deps:
1496 - test_tcp_server
1497 - grpc_test_util
1498 - grpc
1499 - gpr_test_util
1500 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001501 exclude_iomgrs:
1502 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001503- name: bdp_estimator_test
1504 build: test
1505 language: c
1506 src:
1507 - test/core/transport/bdp_estimator_test.c
1508 deps:
1509 - grpc_test_util
1510 - grpc
1511 - gpr_test_util
1512 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001513- name: bin_decoder_test
1514 build: test
1515 language: c
1516 src:
1517 - test/core/transport/chttp2/bin_decoder_test.c
1518 deps:
1519 - grpc_test_util
1520 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001521- name: bin_encoder_test
1522 build: test
1523 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001524 src:
1525 - test/core/transport/chttp2/bin_encoder_test.c
1526 deps:
1527 - grpc_test_util
1528 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001529- name: census_context_test
1530 build: test
1531 language: c
1532 src:
1533 - test/core/census/context_test.c
1534 deps:
1535 - grpc_test_util
1536 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001537 - gpr_test_util
1538 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001539- name: census_resource_test
1540 build: test
1541 language: c
1542 src:
1543 - test/core/census/resource_test.c
1544 deps:
1545 - grpc_test_util
1546 - grpc
1547 - gpr_test_util
1548 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001549- name: census_trace_context_test
1550 build: test
1551 language: c
1552 src:
1553 - test/core/census/trace_context_test.c
1554 deps:
1555 - grpc_test_util
1556 - grpc
1557 - gpr_test_util
1558 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001559- name: channel_create_test
1560 build: test
1561 language: c
1562 src:
1563 - test/core/surface/channel_create_test.c
1564 deps:
1565 - grpc_test_util
1566 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001567 - gpr_test_util
1568 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001569- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001570 build: test
1571 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001572 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001573 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001574 deps:
1575 - grpc_test_util
1576 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001577 - gpr_test_util
1578 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001579- name: chttp2_stream_map_test
1580 build: test
1581 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001582 src:
1583 - test/core/transport/chttp2/stream_map_test.c
1584 deps:
1585 - grpc_test_util
1586 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001587 - gpr_test_util
1588 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001589- name: chttp2_varint_test
1590 build: test
1591 language: c
1592 src:
1593 - test/core/transport/chttp2/varint_test.c
1594 deps:
1595 - grpc_test_util
1596 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001597 - gpr_test_util
1598 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001599- name: client_fuzzer
1600 build: fuzzer
1601 language: c
1602 src:
1603 - test/core/end2end/fuzzers/client_fuzzer.c
1604 deps:
1605 - grpc_test_util
1606 - grpc
1607 - gpr_test_util
1608 - gpr
1609 corpus_dirs:
1610 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001611 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001612 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001613- name: combiner_test
1614 cpu_cost: 30
1615 build: test
1616 language: c
1617 src:
1618 - test/core/iomgr/combiner_test.c
1619 deps:
1620 - grpc_test_util
1621 - grpc
1622 - gpr_test_util
1623 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001624- name: compression_test
1625 build: test
1626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001627 src:
1628 - test/core/compression/compression_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001634- name: concurrent_connectivity_test
1635 build: test
1636 language: c
1637 src:
1638 - test/core/surface/concurrent_connectivity_test.c
1639 deps:
1640 - grpc_test_util
1641 - grpc
1642 - gpr_test_util
1643 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001644 exclude_iomgrs:
1645 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001646- name: connection_refused_test
1647 cpu_cost: 0.1
1648 build: test
1649 language: c
1650 src:
1651 - test/core/end2end/connection_refused_test.c
1652 deps:
1653 - grpc_test_util
1654 - grpc
1655 - gpr_test_util
1656 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001657- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001658 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001659 build: test
1660 language: c
1661 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001662 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001663 deps:
1664 - grpc_test_util
1665 - grpc
1666 - gpr_test_util
1667 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001668 exclude_iomgrs:
1669 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001670- name: dns_resolver_test
1671 build: test
1672 language: c
1673 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001674 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001675 deps:
1676 - grpc_test_util
1677 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001678 - gpr_test_util
1679 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001680- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001681 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001682 build: test
1683 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001684 src:
1685 - test/core/end2end/dualstack_socket_test.c
1686 deps:
1687 - grpc_test_util
1688 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001689 - gpr_test_util
1690 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001691 exclude_iomgrs:
1692 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001693 platforms:
1694 - mac
1695 - linux
1696 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001697- name: endpoint_pair_test
1698 build: test
1699 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001700 src:
1701 - test/core/iomgr/endpoint_pair_test.c
1702 deps:
1703 - grpc_test_util
1704 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001705 - gpr_test_util
1706 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001707 exclude_iomgrs:
1708 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001709- name: error_test
1710 cpu_cost: 30
1711 build: test
1712 language: c
1713 src:
1714 - test/core/iomgr/error_test.c
1715 deps:
1716 - grpc_test_util
1717 - grpc
1718 - gpr_test_util
1719 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001720- name: ev_epoll_linux_test
1721 build: test
1722 language: c
1723 src:
1724 - test/core/iomgr/ev_epoll_linux_test.c
1725 deps:
1726 - grpc_test_util
1727 - grpc
1728 - gpr_test_util
1729 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001730 exclude_iomgrs:
1731 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001732 platforms:
1733 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001734- name: fd_conservation_posix_test
1735 build: test
1736 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001737 src:
1738 - test/core/iomgr/fd_conservation_posix_test.c
1739 deps:
1740 - grpc_test_util
1741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001742 - gpr_test_util
1743 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001744 exclude_iomgrs:
1745 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001746 platforms:
1747 - mac
1748 - linux
1749 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001750- name: fd_posix_test
1751 build: test
1752 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001753 src:
1754 - test/core/iomgr/fd_posix_test.c
1755 deps:
1756 - grpc_test_util
1757 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001758 - gpr_test_util
1759 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001760 exclude_iomgrs:
1761 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001762 platforms:
1763 - mac
1764 - linux
1765 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001766- name: fling_client
1767 build: test
1768 run: false
1769 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001770 src:
1771 - test/core/fling/client.c
1772 deps:
1773 - grpc_test_util
1774 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: fling_server
1778 build: test
1779 run: false
1780 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001781 src:
1782 - test/core/fling/server.c
1783 deps:
1784 - grpc_test_util
1785 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001786 - gpr_test_util
1787 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001788- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001789 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001790 build: test
1791 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001792 src:
1793 - test/core/fling/fling_stream_test.c
1794 deps:
1795 - grpc_test_util
1796 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001797 - gpr_test_util
1798 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001799 platforms:
1800 - mac
1801 - linux
1802 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001803- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001804 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001805 build: test
1806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001807 src:
1808 - test/core/fling/fling_test.c
1809 deps:
1810 - grpc_test_util
1811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001812 - gpr_test_util
1813 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001814 platforms:
1815 - mac
1816 - linux
1817 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001818- name: gen_hpack_tables
1819 build: tool
1820 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001821 src:
1822 - tools/codegen/core/gen_hpack_tables.c
1823 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001824 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001825 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001826- name: gen_legal_metadata_characters
1827 build: tool
1828 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001829 src:
1830 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001831 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001832- name: gen_percent_encoding_tables
1833 build: tool
1834 language: c
1835 src:
1836 - tools/codegen/core/gen_percent_encoding_tables.c
1837 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001838- name: goaway_server_test
1839 cpu_cost: 0.1
1840 build: test
1841 language: c
1842 src:
1843 - test/core/end2end/goaway_server_test.c
1844 deps:
1845 - grpc_test_util
1846 - grpc
1847 - gpr_test_util
1848 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001849 exclude_iomgrs:
1850 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001851 platforms:
1852 - mac
1853 - linux
1854 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001855- name: gpr_avl_test
1856 build: test
1857 language: c
1858 src:
1859 - test/core/support/avl_test.c
1860 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001861 - gpr_test_util
1862 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001863- name: gpr_backoff_test
1864 build: test
1865 language: c
1866 src:
1867 - test/core/support/backoff_test.c
1868 deps:
1869 - gpr_test_util
1870 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001871- name: gpr_cmdline_test
1872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
1875 - test/core/support/cmdline_test.c
1876 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001877 - gpr_test_util
1878 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001879- name: gpr_cpu_test
1880 build: test
1881 language: c
1882 src:
1883 - test/core/support/cpu_test.c
1884 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001885 - gpr_test_util
1886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001887- name: gpr_env_test
1888 build: test
1889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001890 src:
1891 - test/core/support/env_test.c
1892 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001893 - gpr_test_util
1894 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001895- name: gpr_histogram_test
1896 build: test
1897 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001898 src:
1899 - test/core/support/histogram_test.c
1900 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001901 - gpr_test_util
1902 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001903- name: gpr_host_port_test
1904 build: test
1905 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001906 src:
1907 - test/core/support/host_port_test.c
1908 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001911- name: gpr_log_test
1912 build: test
1913 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001914 src:
1915 - test/core/support/log_test.c
1916 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001917 - gpr_test_util
1918 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001919- name: gpr_mpscq_test
1920 cpu_cost: 30
1921 build: test
1922 language: c
1923 src:
1924 - test/core/support/mpscq_test.c
1925 deps:
1926 - gpr_test_util
1927 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001928- name: gpr_spinlock_test
1929 cpu_cost: 10
1930 build: test
1931 language: c
1932 src:
1933 - test/core/support/spinlock_test.c
1934 deps:
1935 - gpr_test_util
1936 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001937- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001938 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001939 build: test
1940 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001941 src:
1942 - test/core/support/stack_lockfree_test.c
1943 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001944 - gpr_test_util
1945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001946- name: gpr_string_test
1947 build: test
1948 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001949 src:
1950 - test/core/support/string_test.c
1951 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001952 - gpr_test_util
1953 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001954- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001955 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001956 build: test
1957 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001958 src:
1959 - test/core/support/sync_test.c
1960 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001964 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001965 build: test
1966 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001967 src:
1968 - test/core/support/thd_test.c
1969 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001970 - gpr_test_util
1971 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001972- name: gpr_time_test
1973 build: test
1974 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001975 src:
1976 - test/core/support/time_test.c
1977 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001978 - gpr_test_util
1979 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001980- name: gpr_tls_test
1981 build: test
1982 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001983 src:
1984 - test/core/support/tls_test.c
1985 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001986 - gpr_test_util
1987 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001988- name: gpr_useful_test
1989 build: test
1990 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001991 src:
1992 - test/core/support/useful_test.c
1993 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001994 - gpr_test_util
1995 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001996- name: grpc_auth_context_test
1997 build: test
1998 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001999 src:
2000 - test/core/security/auth_context_test.c
2001 deps:
2002 - grpc_test_util
2003 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002004 - gpr_test_util
2005 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002006- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002007 build: test
2008 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002009 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002010 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002011 deps:
2012 - grpc_test_util
2013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002014 - gpr_test_util
2015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002016- name: grpc_byte_buffer_reader_test
2017 build: test
2018 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002019 src:
2020 - test/core/surface/byte_buffer_reader_test.c
2021 deps:
2022 - grpc_test_util
2023 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002024 - gpr_test_util
2025 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002026- name: grpc_channel_args_test
2027 build: test
2028 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002029 src:
2030 - test/core/channel/channel_args_test.c
2031 deps:
2032 - grpc_test_util
2033 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002034 - gpr_test_util
2035 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002036- name: grpc_channel_stack_test
2037 build: test
2038 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002039 src:
2040 - test/core/channel/channel_stack_test.c
2041 deps:
2042 - grpc_test_util
2043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002044 - gpr_test_util
2045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002046- name: grpc_completion_queue_test
2047 build: test
2048 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002049 src:
2050 - test/core/surface/completion_queue_test.c
2051 deps:
2052 - grpc_test_util
2053 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002054 - gpr_test_util
2055 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002056- name: grpc_completion_queue_threading_test
2057 build: test
2058 language: c
2059 src:
2060 - test/core/surface/completion_queue_threading_test.c
2061 deps:
2062 - grpc_test_util
2063 - grpc
2064 - gpr_test_util
2065 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002066 exclude_iomgrs:
2067 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002068- name: grpc_create_jwt
2069 build: tool
2070 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002071 src:
2072 - test/core/security/create_jwt.c
2073 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002074 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002075 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002076 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002077- name: grpc_credentials_test
2078 build: test
2079 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002080 src:
2081 - test/core/security/credentials_test.c
2082 deps:
2083 - grpc_test_util
2084 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002085 - gpr_test_util
2086 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002087- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002088 build: test
2089 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002090 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002091 src:
2092 - test/core/security/fetch_oauth2.c
2093 deps:
2094 - grpc_test_util
2095 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002096 - gpr_test_util
2097 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002098- name: grpc_invalid_channel_args_test
2099 build: test
2100 language: c
2101 src:
2102 - test/core/surface/invalid_channel_args_test.c
2103 deps:
2104 - grpc_test_util
2105 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002106 - gpr_test_util
2107 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002108- name: grpc_json_token_test
2109 build: test
2110 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002111 src:
2112 - test/core/security/json_token_test.c
2113 deps:
2114 - grpc_test_util
2115 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002116 - gpr_test_util
2117 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002118 platforms:
2119 - linux
2120 - posix
2121 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002122- name: grpc_jwt_verifier_test
2123 build: test
2124 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002125 src:
2126 - test/core/security/jwt_verifier_test.c
2127 deps:
2128 - grpc_test_util
2129 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002130 - gpr_test_util
2131 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002132- name: grpc_print_google_default_creds_token
2133 build: tool
2134 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002135 src:
2136 - test/core/security/print_google_default_creds_token.c
2137 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002138 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002139 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002140- name: grpc_security_connector_test
2141 build: test
2142 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002143 src:
2144 - test/core/security/security_connector_test.c
2145 deps:
2146 - grpc_test_util
2147 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002148 - gpr_test_util
2149 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002150- name: grpc_verify_jwt
2151 build: tool
2152 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002153 src:
2154 - test/core/security/verify_jwt.c
2155 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002156 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002157 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002158- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002159 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002160 language: c
2161 src:
2162 - test/core/handshake/client_ssl.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
2166 - gpr_test_util
2167 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002168 exclude_iomgrs:
2169 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002170 platforms:
2171 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002172 secure: true
2173- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002174 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002175 language: c
2176 src:
2177 - test/core/handshake/server_ssl.c
2178 deps:
2179 - grpc_test_util
2180 - grpc
2181 - gpr_test_util
2182 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002183 platforms:
2184 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002185 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002186- name: hpack_parser_fuzzer_test
2187 build: fuzzer
2188 language: c
2189 src:
2190 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2191 deps:
2192 - grpc_test_util
2193 - grpc
2194 - gpr_test_util
2195 - gpr
2196 corpus_dirs:
2197 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002198 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002199 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002200- name: hpack_parser_test
2201 build: test
2202 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002203 src:
2204 - test/core/transport/chttp2/hpack_parser_test.c
2205 deps:
2206 - grpc_test_util
2207 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002208 - gpr_test_util
2209 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002210- name: hpack_table_test
2211 build: test
2212 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002213 src:
2214 - test/core/transport/chttp2/hpack_table_test.c
2215 deps:
2216 - grpc_test_util
2217 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002218 - gpr_test_util
2219 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002220- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002221 build: test
2222 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002223 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002224 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002225 deps:
2226 - grpc_test_util
2227 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002228 - gpr_test_util
2229 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002230- name: http_request_fuzzer_test
2231 build: fuzzer
2232 language: c
2233 src:
2234 - test/core/http/request_fuzzer.c
2235 deps:
2236 - grpc_test_util
2237 - grpc
2238 - gpr_test_util
2239 - gpr
2240 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002241 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002242 maxlen: 2048
2243- name: http_response_fuzzer_test
2244 build: fuzzer
2245 language: c
2246 src:
2247 - test/core/http/response_fuzzer.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
2251 - gpr_test_util
2252 - gpr
2253 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002254 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002255 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002256- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002257 build: test
2258 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002259 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002260 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002261 deps:
2262 - grpc_test_util
2263 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002264 - gpr_test_util
2265 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002266- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002267 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002268 build: test
2269 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002270 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002271 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002272 deps:
2273 - grpc_test_util
2274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002275 - gpr_test_util
2276 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002277 platforms:
2278 - mac
2279 - linux
2280 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002281- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002282 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002283 build: test
2284 language: c
2285 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002286 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002287 deps:
2288 - grpc_test_util
2289 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002290 - gpr_test_util
2291 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002292 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002293 - linux
yang-gf1183302015-12-07 16:02:05 -08002294- name: init_test
2295 build: test
2296 language: c
2297 src:
2298 - test/core/surface/init_test.c
2299 deps:
2300 - grpc_test_util
2301 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002302 - gpr_test_util
2303 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002304- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002305 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002306 build: test
2307 language: c
2308 src:
2309 - test/core/end2end/invalid_call_argument_test.c
2310 deps:
2311 - grpc_test_util
2312 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002313 - gpr_test_util
2314 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002315- name: json_fuzzer_test
2316 build: fuzzer
2317 language: c
2318 src:
2319 - test/core/json/fuzzer.c
2320 deps:
2321 - grpc_test_util
2322 - grpc
2323 - gpr_test_util
2324 - gpr
2325 corpus_dirs:
2326 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002327 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002328- name: json_rewrite
2329 build: test
2330 run: false
2331 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002332 src:
2333 - test/core/json/json_rewrite.c
2334 deps:
2335 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002337- name: json_rewrite_test
2338 build: test
2339 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002340 src:
2341 - test/core/json/json_rewrite_test.c
2342 deps:
2343 - grpc_test_util
2344 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002345 - gpr_test_util
2346 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002347- name: json_stream_error_test
2348 build: test
2349 language: c
2350 src:
2351 - test/core/json/json_stream_error_test.c
2352 deps:
2353 - grpc_test_util
2354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002355 - gpr_test_util
2356 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002357- name: json_test
2358 build: test
2359 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002360 src:
2361 - test/core/json/json_test.c
2362 deps:
2363 - grpc_test_util
2364 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002365 - gpr_test_util
2366 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002367- name: lame_client_test
2368 build: test
2369 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002370 src:
2371 - test/core/surface/lame_client_test.c
2372 deps:
2373 - grpc_test_util
2374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002375 - gpr_test_util
2376 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002377- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002378 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002379 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002380 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002381 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002382 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002383 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002384 deps:
2385 - grpc_test_util
2386 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002387 - gpr_test_util
2388 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002389- name: load_file_test
2390 build: test
2391 language: c
2392 src:
2393 - test/core/iomgr/load_file_test.c
2394 deps:
2395 - grpc_test_util
2396 - grpc
2397 - gpr_test_util
2398 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002399- name: low_level_ping_pong_benchmark
2400 build: benchmark
2401 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002402 src:
2403 - test/core/network_benchmarks/low_level_ping_pong.c
2404 deps:
2405 - grpc_test_util
2406 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002407 - gpr_test_util
2408 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002409 platforms:
2410 - mac
2411 - linux
2412 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002413- name: memory_profile_client
2414 build: test
2415 run: false
2416 language: c
2417 src:
2418 - test/core/memory_usage/client.c
2419 deps:
2420 - grpc_test_util
2421 - grpc
2422 - gpr_test_util
2423 - gpr
2424- name: memory_profile_server
2425 build: test
2426 run: false
2427 language: c
2428 src:
2429 - test/core/memory_usage/server.c
2430 deps:
2431 - grpc_test_util
2432 - grpc
2433 - gpr_test_util
2434 - gpr
2435- name: memory_profile_test
2436 cpu_cost: 1.5
2437 build: test
2438 language: c
2439 src:
2440 - test/core/memory_usage/memory_usage_test.c
2441 deps:
2442 - grpc_test_util
2443 - grpc
2444 - gpr_test_util
2445 - gpr
2446 platforms:
2447 - mac
2448 - linux
2449 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002450- name: message_compress_test
2451 build: test
2452 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002453 src:
2454 - test/core/compression/message_compress_test.c
2455 deps:
2456 - grpc_test_util
2457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002458 - gpr_test_util
2459 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002460- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002461 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002462 build: test
2463 language: c
2464 src:
2465 - test/core/census/mlog_test.c
2466 deps:
2467 - grpc_test_util
2468 - grpc
2469 - gpr_test_util
2470 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002471- name: multiple_server_queues_test
2472 build: test
2473 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002474 src:
2475 - test/core/end2end/multiple_server_queues_test.c
2476 deps:
2477 - grpc_test_util
2478 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002479 - gpr_test_util
2480 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002481- name: murmur_hash_test
2482 build: test
2483 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002484 src:
2485 - test/core/support/murmur_hash_test.c
2486 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002487 - gpr_test_util
2488 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002489- name: nanopb_fuzzer_response_test
2490 build: fuzzer
2491 language: c
2492 src:
2493 - test/core/nanopb/fuzzer_response.c
2494 deps:
2495 - grpc_test_util
2496 - grpc
2497 - gpr_test_util
2498 - gpr
2499 corpus_dirs:
2500 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002501 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002502- name: nanopb_fuzzer_serverlist_test
2503 build: fuzzer
2504 language: c
2505 src:
2506 - test/core/nanopb/fuzzer_serverlist.c
2507 deps:
2508 - grpc_test_util
2509 - grpc
2510 - gpr_test_util
2511 - gpr
2512 corpus_dirs:
2513 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002514 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002515- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002516 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002517 build: test
2518 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002519 src:
2520 - test/core/end2end/no_server_test.c
2521 deps:
2522 - grpc_test_util
2523 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002524 - gpr_test_util
2525 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002526- name: parse_address_test
2527 build: test
2528 language: c
2529 src:
2530 - test/core/client_channel/parse_address_test.c
2531 deps:
2532 - grpc_test_util
2533 - grpc
2534 - gpr_test_util
2535 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002536- name: percent_decode_fuzzer
2537 build: fuzzer
2538 language: c
2539 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002540 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002541 deps:
2542 - grpc_test_util
2543 - grpc
2544 - gpr_test_util
2545 - gpr
2546 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002547 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002548 maxlen: 32
2549- name: percent_encode_fuzzer
2550 build: fuzzer
2551 language: c
2552 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002553 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002554 deps:
2555 - grpc_test_util
2556 - grpc
2557 - gpr_test_util
2558 - gpr
2559 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002560 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002561 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002562- name: percent_encoding_test
2563 build: test
2564 language: c
2565 src:
2566 - test/core/slice/percent_encoding_test.c
2567 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002568 - grpc_test_util
2569 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002570 - gpr_test_util
2571 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002572- name: pollset_set_test
2573 build: test
2574 language: c
2575 src:
2576 - test/core/iomgr/pollset_set_test.c
2577 deps:
2578 - grpc_test_util
2579 - grpc
2580 - gpr_test_util
2581 - gpr
2582 exclude_iomgrs:
2583 - uv
2584 platforms:
2585 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002586- name: resolve_address_posix_test
2587 build: test
2588 language: c
2589 src:
2590 - test/core/iomgr/resolve_address_posix_test.c
2591 deps:
2592 - grpc_test_util
2593 - grpc
2594 - gpr_test_util
2595 - gpr
2596 platforms:
2597 - mac
2598 - linux
2599 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002600- name: resolve_address_test
2601 build: test
2602 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002603 src:
2604 - test/core/iomgr/resolve_address_test.c
2605 deps:
2606 - grpc_test_util
2607 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002608 - gpr_test_util
2609 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002610- name: resource_quota_test
2611 cpu_cost: 30
2612 build: test
2613 language: c
2614 src:
2615 - test/core/iomgr/resource_quota_test.c
2616 deps:
2617 - grpc_test_util
2618 - grpc
2619 - gpr_test_util
2620 - gpr
yang-gd482e592015-12-10 14:04:00 -08002621- name: secure_channel_create_test
2622 build: test
2623 language: c
2624 src:
2625 - test/core/surface/secure_channel_create_test.c
2626 deps:
2627 - grpc_test_util
2628 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002629 - gpr_test_util
2630 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002631- name: secure_endpoint_test
2632 build: test
2633 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002634 src:
2635 - test/core/security/secure_endpoint_test.c
2636 deps:
2637 - grpc_test_util
2638 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002639 - gpr_test_util
2640 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002641 exclude_iomgrs:
2642 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002643- name: sequential_connectivity_test
2644 build: test
2645 language: c
2646 src:
2647 - test/core/surface/sequential_connectivity_test.c
2648 deps:
2649 - grpc_test_util
2650 - grpc
2651 - gpr_test_util
2652 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002653 exclude_iomgrs:
2654 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002655- name: server_chttp2_test
2656 build: test
2657 language: c
2658 src:
2659 - test/core/surface/server_chttp2_test.c
2660 deps:
2661 - grpc_test_util
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002665- name: server_fuzzer
2666 build: fuzzer
2667 language: c
2668 src:
2669 - test/core/end2end/fuzzers/server_fuzzer.c
2670 deps:
2671 - grpc_test_util
2672 - grpc
2673 - gpr_test_util
2674 - gpr
2675 corpus_dirs:
2676 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002677 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002678 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002679- name: server_test
2680 build: test
2681 language: c
2682 src:
2683 - test/core/surface/server_test.c
2684 deps:
2685 - grpc_test_util
2686 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002687 - gpr_test_util
2688 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002689- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002690 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002691 build: test
2692 language: c
2693 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002694 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002695 deps:
2696 - test_tcp_server
2697 - grpc_test_util
2698 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002699 - gpr_test_util
2700 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002701 exclude_iomgrs:
2702 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002703- name: slice_buffer_test
2704 build: test
2705 language: c
2706 src:
2707 - test/core/slice/slice_buffer_test.c
2708 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002709 - grpc_test_util
2710 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002711 - gpr_test_util
2712 - gpr
2713- name: slice_string_helpers_test
2714 build: test
2715 language: c
2716 src:
2717 - test/core/slice/slice_string_helpers_test.c
2718 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002719 - grpc_test_util
2720 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002721 - gpr_test_util
2722 - gpr
2723- name: slice_test
2724 build: test
2725 language: c
2726 src:
2727 - test/core/slice/slice_test.c
2728 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002729 - grpc_test_util
2730 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002731 - gpr_test_util
2732 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002733- name: sockaddr_resolver_test
2734 build: test
2735 language: c
2736 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002737 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002738 deps:
2739 - grpc_test_util
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr_test_util
2742 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002743- name: sockaddr_utils_test
2744 build: test
2745 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002746 src:
2747 - test/core/iomgr/sockaddr_utils_test.c
2748 deps:
2749 - grpc_test_util
2750 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002751 - gpr_test_util
2752 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002753- name: socket_utils_test
2754 build: test
2755 language: c
2756 src:
2757 - test/core/iomgr/socket_utils_test.c
2758 deps:
2759 - grpc_test_util
2760 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002761 - gpr_test_util
2762 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002763 exclude_iomgrs:
2764 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002765 platforms:
2766 - mac
2767 - linux
2768 - posix
yang-g31e21282016-11-04 15:10:03 -07002769- name: ssl_server_fuzzer
2770 build: fuzzer
2771 language: c
2772 src:
2773 - test/core/security/ssl_server_fuzzer.c
2774 deps:
2775 - grpc_test_util
2776 - grpc
2777 - gpr_test_util
2778 - gpr
2779 corpus_dirs:
2780 - test/core/security/corpus/ssl_server_corpus
2781 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002782- name: status_conversion_test
2783 build: test
2784 language: c
2785 src:
2786 - test/core/transport/status_conversion_test.c
2787 deps:
2788 - grpc_test_util
2789 - grpc
2790 - gpr_test_util
2791 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002792- name: stream_owned_slice_test
2793 build: test
2794 language: c
2795 src:
2796 - test/core/transport/stream_owned_slice_test.c
2797 deps:
2798 - grpc_test_util
2799 - grpc
2800 - gpr_test_util
2801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002802- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002803 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002804 build: test
2805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002806 src:
2807 - test/core/iomgr/tcp_client_posix_test.c
2808 deps:
2809 - grpc_test_util
2810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002811 - gpr_test_util
2812 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002813 exclude_iomgrs:
2814 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002815 platforms:
2816 - mac
2817 - linux
2818 - posix
murgatroid991191b722017-02-08 11:56:52 -08002819- name: tcp_client_uv_test
2820 cpu_cost: 0.5
2821 build: test
2822 language: c
2823 src:
2824 - test/core/iomgr/tcp_client_uv_test.c
2825 deps:
2826 - grpc_test_util
2827 - grpc
2828 - gpr_test_util
2829 - gpr
2830 exclude_iomgrs:
2831 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002832- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002833 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002834 build: test
2835 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002836 src:
2837 - test/core/iomgr/tcp_posix_test.c
2838 deps:
2839 - grpc_test_util
2840 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002841 - gpr_test_util
2842 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002843 exclude_iomgrs:
2844 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002845 platforms:
2846 - mac
2847 - linux
2848 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002849- name: tcp_server_posix_test
2850 build: test
2851 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002852 src:
2853 - test/core/iomgr/tcp_server_posix_test.c
2854 deps:
2855 - grpc_test_util
2856 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002857 - gpr_test_util
2858 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002859 exclude_iomgrs:
2860 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002861 platforms:
2862 - mac
2863 - linux
2864 - posix
murgatroid991191b722017-02-08 11:56:52 -08002865- name: tcp_server_uv_test
2866 build: test
2867 language: c
2868 src:
2869 - test/core/iomgr/tcp_server_uv_test.c
2870 deps:
2871 - grpc_test_util
2872 - grpc
2873 - gpr_test_util
2874 - gpr
2875 exclude_iomgrs:
2876 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002877- name: time_averaged_stats_test
2878 build: test
2879 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002880 src:
2881 - test/core/iomgr/time_averaged_stats_test.c
2882 deps:
2883 - grpc_test_util
2884 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002885 - gpr_test_util
2886 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002887- name: timeout_encoding_test
2888 build: test
2889 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002890 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002891 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002892 deps:
2893 - grpc_test_util
2894 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002895 - gpr_test_util
2896 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002897- name: timer_heap_test
2898 build: test
2899 language: c
2900 src:
2901 - test/core/iomgr/timer_heap_test.c
2902 deps:
2903 - grpc_test_util
2904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002905 - gpr_test_util
2906 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002907 exclude_iomgrs:
2908 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002909- name: timer_list_test
2910 build: test
2911 language: c
2912 src:
2913 - test/core/iomgr/timer_list_test.c
2914 deps:
2915 - grpc_test_util
2916 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002917 - gpr_test_util
2918 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002919 exclude_iomgrs:
2920 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002921- name: transport_connectivity_state_test
2922 build: test
2923 language: c
2924 src:
2925 - test/core/transport/connectivity_state_test.c
2926 deps:
2927 - grpc_test_util
2928 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002929 - gpr_test_util
2930 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002931- name: transport_metadata_test
2932 build: test
2933 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002934 src:
2935 - test/core/transport/metadata_test.c
2936 deps:
2937 - grpc_test_util
2938 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002939 - gpr_test_util
2940 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002941- name: transport_pid_controller_test
2942 build: test
2943 language: c
2944 src:
2945 - test/core/transport/pid_controller_test.c
2946 deps:
2947 - grpc_test_util
2948 - grpc
2949 - gpr_test_util
2950 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002951- name: transport_security_test
2952 build: test
2953 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002954 src:
2955 - test/core/tsi/transport_security_test.c
2956 deps:
2957 - grpc_test_util
2958 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002959 - gpr_test_util
2960 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002961 platforms:
2962 - linux
2963 - posix
2964 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002965- name: udp_server_test
2966 build: test
2967 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002968 src:
2969 - test/core/iomgr/udp_server_test.c
2970 deps:
2971 - grpc_test_util
2972 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002973 - gpr_test_util
2974 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002975 exclude_iomgrs:
2976 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002977 platforms:
2978 - mac
2979 - linux
2980 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002981- name: uri_fuzzer_test
2982 build: fuzzer
2983 language: c
2984 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002985 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002986 deps:
2987 - grpc_test_util
2988 - grpc
2989 - gpr_test_util
2990 - gpr
2991 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002992 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002993 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002994- name: uri_parser_test
2995 build: test
2996 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002997 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002998 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002999 deps:
3000 - grpc_test_util
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr_test_util
3003 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003004- name: wakeup_fd_cv_test
3005 build: test
3006 language: c
3007 src:
3008 - test/core/iomgr/wakeup_fd_cv_test.c
3009 deps:
3010 - grpc_test_util
3011 - grpc
3012 - gpr_test_util
3013 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003014 exclude_iomgrs:
3015 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003016 platforms:
3017 - mac
3018 - linux
3019 - posix
vjpai04e992a2016-02-10 16:58:38 -08003020- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003021 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003022 build: test
3023 language: c++
3024 src:
3025 - test/cpp/common/alarm_cpp_test.cc
3026 deps:
3027 - grpc++_test_util
3028 - grpc_test_util
3029 - grpc++
3030 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003031 - gpr_test_util
3032 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003033- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003034 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003035 build: test
3036 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003037 src:
3038 - test/cpp/end2end/async_end2end_test.cc
3039 deps:
3040 - grpc++_test_util
3041 - grpc_test_util
3042 - grpc++
3043 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003044 - gpr_test_util
3045 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003046- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003047 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003048 build: test
3049 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003050 src:
3051 - test/cpp/common/auth_property_iterator_test.cc
3052 deps:
3053 - grpc++_test_util
3054 - grpc_test_util
3055 - grpc++
3056 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003057 - gpr_test_util
3058 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08003059- name: bm_call_create
3060 build: test
3061 language: c++
3062 src:
3063 - test/cpp/microbenchmarks/bm_call_create.cc
3064 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003065 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003066 - benchmark
3067 - grpc++_test_util
3068 - grpc_test_util
3069 - grpc++
3070 - grpc
3071 - gpr_test_util
3072 - gpr
3073 args:
3074 - --benchmark_min_time=0
3075 platforms:
3076 - mac
3077 - linux
3078 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003079- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003080 build: test
3081 language: c++
3082 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003083 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003084 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003085 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003086 - benchmark
3087 - grpc++_test_util
3088 - grpc_test_util
3089 - grpc++
3090 - grpc
3091 - gpr_test_util
3092 - gpr
3093 args:
3094 - --benchmark_min_time=0
3095 platforms:
3096 - mac
3097 - linux
3098 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003099- name: bm_closure
3100 build: test
3101 language: c++
3102 src:
3103 - test/cpp/microbenchmarks/bm_closure.cc
3104 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003105 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003106 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003107 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003108 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003109 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003110 - grpc
3111 - gpr_test_util
3112 - gpr
3113 args:
3114 - --benchmark_min_time=0
3115 platforms:
3116 - mac
3117 - linux
3118 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003119- name: bm_cq
3120 build: test
3121 language: c++
3122 src:
3123 - test/cpp/microbenchmarks/bm_cq.cc
3124 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003125 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003126 - benchmark
3127 - grpc++_test_util
3128 - grpc_test_util
3129 - grpc++
3130 - grpc
3131 - gpr_test_util
3132 - gpr
3133 args:
3134 - --benchmark_min_time=0
3135 platforms:
3136 - mac
3137 - linux
3138 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003139- name: bm_error
3140 build: test
3141 language: c++
3142 src:
3143 - test/cpp/microbenchmarks/bm_error.cc
3144 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003145 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003146 - benchmark
3147 - grpc++_test_util
3148 - grpc_test_util
3149 - grpc++
3150 - grpc
3151 - gpr_test_util
3152 - gpr
3153 args:
3154 - --benchmark_min_time=0
3155 platforms:
3156 - mac
3157 - linux
3158 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003159- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003160 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003161 language: c++
3162 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003163 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003164 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003165 - grpc_benchmark
3166 - benchmark
3167 - grpc++_test_util
3168 - grpc_test_util
3169 - grpc++
3170 - grpc
3171 - gpr_test_util
3172 - gpr
3173 args:
3174 - --benchmark_min_time=0
3175 excluded_poll_engines:
3176 - poll
3177 - poll-cv
3178 platforms:
3179 - mac
3180 - linux
3181 - posix
3182 timeout_seconds: 1200
3183- name: bm_fullstack_streaming_pump
3184 build: test
3185 language: c++
3186 src:
3187 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003188 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003189 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003190 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003191 - grpc++_test_util
3192 - grpc_test_util
3193 - grpc++
3194 - grpc
3195 - gpr_test_util
3196 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003197 args:
3198 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003199 excluded_poll_engines:
3200 - poll
3201 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003202 platforms:
3203 - mac
3204 - linux
3205 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003206 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003207- name: bm_fullstack_trickle
3208 build: test
3209 language: c++
3210 src:
3211 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3212 deps:
3213 - grpc_benchmark
3214 - benchmark
3215 - grpc++_test_util
3216 - grpc_test_util
3217 - grpc++
3218 - grpc
3219 - gpr_test_util
3220 - gpr
3221 args:
3222 - --benchmark_min_time=0
3223 excluded_poll_engines:
3224 - poll
3225 - poll-cv
3226 platforms:
3227 - mac
3228 - linux
3229 - posix
3230 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003231- name: bm_fullstack_unary_ping_pong
3232 build: test
3233 language: c++
3234 src:
3235 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3236 deps:
3237 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003238 - benchmark
3239 - grpc++_test_util
3240 - grpc_test_util
3241 - grpc++
3242 - grpc
3243 - gpr_test_util
3244 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003245 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003246 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003247 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003248 - poll
3249 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003250 platforms:
3251 - mac
3252 - linux
3253 - posix
3254 timeout_seconds: 1200
3255- name: bm_metadata
3256 build: test
3257 language: c++
3258 src:
3259 - test/cpp/microbenchmarks/bm_metadata.cc
3260 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003261 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003262 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003263 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003264 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003265 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003266 - grpc
3267 - gpr_test_util
3268 - gpr
3269 args:
3270 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003271 platforms:
3272 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003273 - linux
3274 - posix
3275- name: channel_arguments_test
yang-gabdec2d2016-05-19 10:11:24 -07003276 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003277 build: test
3278 language: c++
3279 src:
3280 - test/cpp/common/channel_arguments_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003281 deps:
3282 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003283 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003284 - gpr
Craig Tillerbfd05532016-01-20 09:53:15 -08003285- name: channel_filter_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003286 gtest: true
3287 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003288 language: c++
3289 src:
3290 - test/cpp/common/channel_filter_test.cc
3291 deps:
3292 - grpc++
3293 - grpc
3294 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003295- name: cli_call_test
3296 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003297 build: test
3298 language: c++
3299 src:
3300 - test/cpp/util/cli_call_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003301 deps:
3302 - grpc_cli_libs
3303 - grpc++_test_util
3304 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003305 - grpc++
3306 - grpc
3307 - gpr_test_util
3308 - gpr
3309- name: client_crash_test
3310 gtest: true
3311 cpu_cost: 0.1
Craig Tillerda179ce2016-02-09 12:01:53 -08003312 build: test
3313 language: c++
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003314 src:
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003315 - test/cpp/end2end/client_crash_test.cc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003316 deps:
3317 - grpc++_test_util
3318 - grpc_test_util
3319 - grpc++
3320 - grpc
3321 - gpr_test_util
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003322 - gpr
3323 platforms:
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003324 - mac
3325 - linux
3326 - posix
3327- name: client_crash_test_server
3328 build: test
3329 run: false
yang-g17487f92016-06-03 15:21:15 -07003330 language: c++
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003331 src:
3332 - test/cpp/end2end/client_crash_test_server.cc
3333 deps:
3334 - grpc++_test_util
3335 - grpc_test_util
3336 - grpc++
3337 - grpc
3338 - gpr_test_util
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003339 - gpr
3340- name: codegen_test_full
3341 gtest: true
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003342 build: test
yang-g17487f92016-06-03 15:21:15 -07003343 language: c++
yang-g34b58612016-06-03 17:30:09 -07003344 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003345 - src/proto/grpc/testing/control.proto
Craig Tillerca62ff02016-02-24 22:22:57 -08003346 - src/proto/grpc/testing/messages.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003347 - src/proto/grpc/testing/payloads.proto
3348 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07003349 - src/proto/grpc/testing/stats.proto
3350 - test/cpp/codegen/codegen_test_full.cc
3351 deps:
3352 - grpc++
3353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003354 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003355 filegroups:
Craig Tillerca62ff02016-02-24 22:22:57 -08003356 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07003357- name: codegen_test_minimal
3358 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003359 build: test
3360 language: c++
3361 src:
3362 - src/proto/grpc/testing/control.proto
3363 - src/proto/grpc/testing/messages.proto
3364 - src/proto/grpc/testing/payloads.proto
Craig Tillerda179ce2016-02-09 12:01:53 -08003365 - src/proto/grpc/testing/services.proto
3366 - src/proto/grpc/testing/stats.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003367 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tillerca62ff02016-02-24 22:22:57 -08003368 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003369 - grpc++_codegen_base
3370 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003371- name: credentials_test
3372 gtest: true
3373 build: test
3374 language: c++
3375 src:
3376 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003377 deps:
3378 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003379 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003380 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003381- name: cxx_byte_buffer_test
3382 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003383 build: test
3384 language: c++
3385 src:
3386 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003387 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003388 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003389 - grpc++
3390 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003391 - gpr_test_util
3392 - gpr
3393- name: cxx_slice_test
3394 gtest: true
3395 build: test
3396 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003397 src:
3398 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003399 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003400 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003401 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003402 - grpc
3403 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003404 - gpr
3405- name: cxx_string_ref_test
3406 gtest: true
3407 build: test
3408 language: c++
3409 src:
3410 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003411 deps:
3412 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003413- name: cxx_time_test
3414 gtest: true
3415 build: test
3416 language: c++
3417 src:
3418 - test/cpp/util/time_test.cc
3419 deps:
3420 - grpc_test_util
3421 - grpc++
3422 - grpc
3423 - gpr_test_util
3424 - gpr
3425- name: end2end_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003426 gtest: true
Craig Tillerca62ff02016-02-24 22:22:57 -08003427 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003428 build: test
3429 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003430 src:
3431 - test/cpp/end2end/end2end_test.cc
3432 deps:
3433 - grpc++_test_util
3434 - grpc_test_util
3435 - grpc++
3436 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003437 - gpr_test_util
3438 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003439- name: filter_end2end_test
3440 gtest: true
3441 build: test
3442 language: c++
3443 src:
3444 - test/cpp/end2end/filter_end2end_test.cc
3445 deps:
3446 - grpc++_test_util
3447 - grpc_test_util
3448 - grpc++
3449 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003450 - gpr_test_util
3451 - gpr
3452- name: generic_end2end_test
3453 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003454 build: test
3455 language: c++
3456 src:
yang-gabdec2d2016-05-19 10:11:24 -07003457 - test/cpp/end2end/generic_end2end_test.cc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003458 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003459 - grpc++_test_util
3460 - grpc_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003461 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003462 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003463 - gpr_test_util
3464 - gpr
3465- name: golden_file_test
Craig Tiller25834342015-09-25 08:08:24 -07003466 gtest: true
3467 build: test
3468 language: c++
3469 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003470 - src/proto/grpc/testing/compiler_test.proto
3471 - test/cpp/codegen/golden_file_test.cc
3472 deps:
3473 - grpc++
3474 - grpc
3475 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003476 args:
3477 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003478- name: grpc_cli
3479 build: test
3480 run: false
3481 language: c++
3482 src:
3483 - test/cpp/util/grpc_cli.cc
3484 deps:
3485 - grpc_cli_libs
3486 - grpc++_proto_reflection_desc_db
3487 - grpc++
3488 - grpc
3489 - gpr
3490 - grpc++_test_config
3491- name: grpc_cpp_plugin
3492 build: protoc
3493 language: c++
3494 src:
3495 - src/compiler/cpp_plugin.cc
3496 deps:
3497 - grpc_plugin_support
Craig Tiller25834342015-09-25 08:08:24 -07003498 secure: false
3499 vs_config_type: Application
3500 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3501- name: grpc_csharp_plugin
Craig Tillerbf4b2242015-08-31 15:53:53 -07003502 build: protoc
3503 language: c++
3504 src:
murgatroid99d2ee81f2016-02-26 11:10:33 -08003505 - src/compiler/csharp_plugin.cc
3506 deps:
3507 - grpc_plugin_support
3508 secure: false
3509 vs_config_type: Application
3510 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
3511- name: grpc_node_plugin
3512 build: protoc
3513 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003514 src:
3515 - src/compiler/node_plugin.cc
3516 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003517 - grpc_plugin_support
3518 secure: false
3519 vs_config_type: Application
3520- name: grpc_objective_c_plugin
Craig Tillerbf4b2242015-08-31 15:53:53 -07003521 build: protoc
3522 language: c++
3523 src:
3524 - src/compiler/objective_c_plugin.cc
3525 deps:
3526 - grpc_plugin_support
Craig Tiller25834342015-09-25 08:08:24 -07003527 secure: false
3528 vs_config_type: Application
3529 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003530- name: grpc_php_plugin
3531 build: protoc
3532 language: c++
3533 src:
3534 - src/compiler/php_plugin.cc
3535 deps:
3536 - grpc_plugin_support
3537 secure: false
3538 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003539- name: grpc_python_plugin
3540 build: protoc
3541 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003542 src:
3543 - src/compiler/python_plugin.cc
3544 deps:
3545 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003546 secure: false
3547 vs_config_type: Application
3548 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3549- name: grpc_ruby_plugin
3550 build: protoc
3551 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003552 src:
3553 - src/compiler/ruby_plugin.cc
3554 deps:
3555 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003556 secure: false
3557 vs_config_type: Application
3558 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003559- name: grpc_tool_test
3560 gtest: true
3561 build: test
3562 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003563 src:
3564 - src/proto/grpc/testing/echo.proto
3565 - src/proto/grpc/testing/echo_messages.proto
3566 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003567 deps:
3568 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003569 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003570 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003571 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003572 - grpc_test_util
3573 - grpc++
3574 - grpc
3575 - gpr_test_util
3576 - gpr
3577 filegroups:
3578 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003579- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003580 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003581 build: test
3582 language: c++
3583 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003584 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003585 - test/cpp/grpclb/grpclb_api_test.cc
3586 deps:
3587 - grpc++_test_util
3588 - grpc_test_util
3589 - grpc++
3590 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003591- name: grpclb_test
3592 gtest: false
3593 build: test
3594 language: c++
3595 src:
3596 - src/proto/grpc/lb/v1/load_balancer.proto
3597 - test/cpp/grpclb/grpclb_test.cc
3598 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003599 - grpc++_test_util
3600 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003601 - grpc++
3602 - grpc
3603 - gpr_test_util
3604 - gpr
yang-gad327642016-12-12 14:32:09 -08003605- name: health_service_end2end_test
3606 gtest: true
3607 build: test
3608 language: c++
3609 src:
3610 - test/cpp/end2end/health_service_end2end_test.cc
3611 deps:
3612 - grpc++_test_util
3613 - grpc_test_util
3614 - grpc++
3615 - grpc
3616 - gpr_test_util
3617 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003618- name: http2_client
3619 build: test
3620 run: false
3621 language: c++
3622 src: []
3623 deps:
3624 - http2_client_main
3625 - grpc++_test_util
3626 - grpc_test_util
3627 - grpc++
3628 - grpc
3629 - grpc++_test_config
3630 platforms:
3631 - mac
3632 - linux
3633 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003634- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003635 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003636 build: test
3637 language: c++
3638 src:
3639 - test/cpp/end2end/hybrid_end2end_test.cc
3640 deps:
3641 - grpc++_test_util
3642 - grpc_test_util
3643 - grpc++
3644 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003645 - gpr_test_util
3646 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003647- name: interop_client
3648 build: test
3649 run: false
3650 language: c++
3651 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003652 deps:
3653 - interop_client_main
3654 - interop_client_helper
3655 - grpc++_test_util
3656 - grpc_test_util
3657 - grpc++
3658 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003659 - gpr_test_util
3660 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003661 - grpc++_test_config
3662 platforms:
3663 - mac
3664 - linux
3665 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003666- name: interop_server
3667 build: test
3668 run: false
3669 language: c++
3670 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003671 deps:
3672 - interop_server_main
3673 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003674 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003675 - grpc++_test_util
3676 - grpc_test_util
3677 - grpc++
3678 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003679 - gpr_test_util
3680 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003681 - grpc++_test_config
3682 platforms:
3683 - mac
3684 - linux
3685 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003686- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003687 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003688 build: test
3689 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003690 src:
3691 - test/cpp/interop/interop_test.cc
3692 deps:
3693 - grpc_test_util
3694 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003695 - gpr_test_util
3696 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003697 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003698 platforms:
3699 - mac
3700 - linux
3701 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003702- name: json_run_localhost
3703 build: test
3704 run: false
3705 language: c++
3706 src:
3707 - test/cpp/qps/json_run_localhost.cc
3708 deps:
3709 - grpc++_test_util
3710 - grpc_test_util
3711 - grpc++
3712 - grpc
3713 - gpr_test_util
3714 - gpr
3715 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003716 platforms:
3717 - mac
3718 - linux
3719 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003720- name: metrics_client
3721 build: test
3722 run: false
3723 language: c++
3724 headers:
3725 - test/cpp/util/metrics_server.h
3726 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003727 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003728 - test/cpp/interop/metrics_client.cc
3729 deps:
3730 - grpc++
3731 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003732 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003733 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003734- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003735 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003736 build: test
3737 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003738 src:
3739 - test/cpp/end2end/mock_test.cc
3740 deps:
3741 - grpc++_test_util
3742 - grpc_test_util
3743 - grpc++
3744 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003745 - gpr_test_util
3746 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003747- name: noop-benchmark
3748 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003749 language: c++
3750 src:
3751 - test/cpp/microbenchmarks/noop-benchmark.cc
3752 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003753 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003754- name: proto_server_reflection_test
3755 gtest: true
3756 build: test
3757 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003758 src:
3759 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003760 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003761 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003762 - grpc++_reflection
3763 - grpc++_test_util
3764 - grpc_test_util
3765 - grpc++
3766 - grpc
3767 - gpr_test_util
3768 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003769- name: proto_utils_test
3770 gtest: true
3771 build: test
3772 language: c++
3773 src:
3774 - test/cpp/codegen/proto_utils_test.cc
3775 deps:
3776 - grpc++
3777 - grpc
3778 filegroups:
3779 - grpc++_codegen_base
3780 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003781- name: qps_interarrival_test
3782 build: test
3783 run: false
3784 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003785 src:
3786 - test/cpp/qps/qps_interarrival_test.cc
3787 deps:
3788 - qps
3789 - grpc++_test_util
3790 - grpc_test_util
3791 - grpc++
3792 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003793 - gpr_test_util
3794 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003795 platforms:
3796 - mac
3797 - linux
3798 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003799- name: qps_json_driver
3800 build: test
3801 run: false
3802 language: c++
3803 src:
3804 - test/cpp/qps/qps_json_driver.cc
3805 deps:
3806 - qps
3807 - grpc++_test_util
3808 - grpc_test_util
3809 - grpc++
3810 - grpc
3811 - gpr_test_util
3812 - gpr
3813 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003814- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003815 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003816 build: test
3817 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003818 src:
3819 - test/cpp/qps/qps_openloop_test.cc
3820 deps:
3821 - qps
3822 - grpc++_test_util
3823 - grpc_test_util
3824 - grpc++
3825 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003826 - gpr_test_util
3827 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003828 - grpc++_test_config
3829 platforms:
3830 - mac
3831 - linux
3832 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003833- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003834 build: test
3835 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003836 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003837 headers:
3838 - test/cpp/qps/client.h
3839 - test/cpp/qps/server.h
3840 src:
3841 - test/cpp/qps/worker.cc
3842 deps:
3843 - qps
3844 - grpc++_test_util
3845 - grpc_test_util
3846 - grpc++
3847 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003848 - gpr_test_util
3849 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003850 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003851- name: reconnect_interop_client
3852 build: test
3853 run: false
3854 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003855 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003856 - src/proto/grpc/testing/empty.proto
3857 - src/proto/grpc/testing/messages.proto
3858 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003859 - test/cpp/interop/reconnect_interop_client.cc
3860 deps:
3861 - grpc++_test_util
3862 - grpc_test_util
3863 - grpc++
3864 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003865 - gpr_test_util
3866 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003867 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003868- name: reconnect_interop_server
3869 build: test
3870 run: false
3871 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003872 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003873 - src/proto/grpc/testing/empty.proto
3874 - src/proto/grpc/testing/messages.proto
3875 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003876 - test/cpp/interop/reconnect_interop_server.cc
3877 deps:
3878 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003879 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003880 - grpc++_test_util
3881 - grpc_test_util
3882 - grpc++
3883 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003884 - gpr_test_util
3885 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003886 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003887- name: round_robin_end2end_test
3888 gtest: true
3889 build: test
3890 language: c++
3891 src:
3892 - test/cpp/end2end/round_robin_end2end_test.cc
3893 deps:
3894 - grpc++_test_util
3895 - grpc_test_util
3896 - grpc++
3897 - grpc
3898 - gpr_test_util
3899 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003900- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003901 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003902 build: test
3903 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003904 src:
3905 - test/cpp/common/secure_auth_context_test.cc
3906 deps:
3907 - grpc++_test_util
3908 - grpc_test_util
3909 - grpc++
3910 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003911 - gpr_test_util
3912 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003913- name: secure_sync_unary_ping_pong_test
3914 build: test
3915 language: c++
3916 src:
3917 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3918 deps:
3919 - qps
3920 - grpc++_test_util
3921 - grpc_test_util
3922 - grpc++
3923 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003924 - gpr_test_util
3925 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003926 platforms:
3927 - mac
3928 - linux
3929 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003930- name: server_builder_plugin_test
3931 gtest: true
3932 build: test
3933 language: c++
3934 src:
3935 - test/cpp/end2end/server_builder_plugin_test.cc
3936 deps:
3937 - grpc++_test_util
3938 - grpc_test_util
3939 - grpc++
3940 - grpc
3941 - gpr_test_util
3942 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08003943- name: server_builder_test
3944 gtest: true
3945 build: test
3946 language: c++
3947 src:
3948 - src/proto/grpc/testing/echo_messages.proto
3949 - src/proto/grpc/testing/echo.proto
3950 - test/cpp/server/server_builder_test.cc
3951 deps:
3952 - grpc++_test_util
3953 - grpc_test_util
3954 - gpr_test_util
3955 - grpc++
3956 - grpc
3957 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003958- name: server_context_test_spouse_test
3959 gtest: true
3960 build: test
3961 language: c++
3962 src:
3963 - test/cpp/test/server_context_test_spouse_test.cc
3964 deps:
3965 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003966 - grpc++
3967 - grpc
3968 - gpr_test_util
3969 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003970 uses:
3971 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003972- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003973 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003974 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003975 build: test
3976 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003977 src:
3978 - test/cpp/end2end/server_crash_test.cc
3979 deps:
3980 - grpc++_test_util
3981 - grpc_test_util
3982 - grpc++
3983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003984 - gpr_test_util
3985 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003986 platforms:
3987 - mac
3988 - linux
3989 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003990- name: server_crash_test_client
3991 build: test
3992 run: false
3993 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003994 src:
3995 - test/cpp/end2end/server_crash_test_client.cc
3996 deps:
3997 - grpc++_test_util
3998 - grpc_test_util
3999 - grpc++
4000 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004001 - gpr_test_util
4002 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004003- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004004 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004005 build: test
4006 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004007 src:
4008 - test/cpp/end2end/shutdown_test.cc
4009 deps:
4010 - grpc++_test_util
4011 - grpc_test_util
4012 - grpc++
4013 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004014 - gpr_test_util
4015 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004016- name: status_test
4017 build: test
4018 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004019 src:
4020 - test/cpp/util/status_test.cc
4021 deps:
4022 - grpc_test_util
4023 - grpc++
4024 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004025 - gpr_test_util
4026 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004027- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004028 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004029 build: test
4030 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004031 src:
4032 - test/cpp/end2end/streaming_throughput_test.cc
4033 deps:
4034 - grpc++_test_util
4035 - grpc_test_util
4036 - grpc++
4037 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004038 - gpr_test_util
4039 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004040 platforms:
4041 - mac
4042 - linux
4043 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004044- name: stress_test
4045 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004046 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004047 language: c++
4048 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004049 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004050 - test/cpp/interop/interop_client.h
4051 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004052 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004053 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004054 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004055 - src/proto/grpc/testing/empty.proto
4056 - src/proto/grpc/testing/messages.proto
4057 - src/proto/grpc/testing/metrics.proto
4058 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004059 - test/cpp/interop/interop_client.cc
4060 - test/cpp/interop/stress_interop_client.cc
4061 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004062 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004063 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004064 deps:
4065 - grpc++_test_util
4066 - grpc_test_util
4067 - grpc++
4068 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004069 - gpr_test_util
4070 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004071 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004072- name: thread_manager_test
4073 build: test
4074 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004075 src:
4076 - test/cpp/thread_manager/thread_manager_test.cc
4077 deps:
4078 - grpc++
4079 - grpc
4080 - gpr
4081 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004082- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004083 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004084 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004085 build: test
4086 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004087 src:
4088 - test/cpp/end2end/thread_stress_test.cc
4089 deps:
4090 - grpc++_test_util
4091 - grpc_test_util
4092 - grpc++
4093 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004094 - gpr_test_util
4095 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004096- name: writes_per_rpc_test
4097 gtest: true
4098 cpu_cost: 0.5
4099 build: test
4100 language: c++
4101 src:
4102 - test/cpp/performance/writes_per_rpc_test.cc
4103 deps:
4104 - grpc++_test_util
4105 - grpc_test_util
4106 - grpc++
4107 - grpc
4108 - gpr_test_util
4109 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004110 platforms:
4111 - mac
4112 - linux
4113 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004114- name: public_headers_must_be_c89
4115 build: test
4116 language: c89
4117 src:
4118 - test/core/surface/public_headers_must_be_c89.c
4119 deps:
4120 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004121 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004122vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004123- linkage: static
4124 name: grpc.dependencies.zlib
4125 props: false
4126 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004127 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004128- linkage: static
4129 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004130 props: true
4131 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004132 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004133- name: gflags
4134 props: false
4135 redist: false
4136 version: 2.1.2.1
4137- name: gtest
4138 props: false
4139 redist: false
4140 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004141configs:
4142 asan:
4143 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004144 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4145 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004146 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004147 LD: clang
4148 LDFLAGS: -fsanitize=address
4149 LDXX: clang++
4150 compile_the_world: true
4151 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004152 ASAN_OPTIONS: detect_leaks=1:color=always
4153 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004154 asan-noleaks:
4155 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004156 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4157 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004158 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004159 LD: clang
4160 LDFLAGS: -fsanitize=address
4161 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004162 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004163 test_environ:
4164 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004165 asan-trace-cmp:
4166 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004167 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4168 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004169 CXX: clang++
4170 LD: clang
4171 LDFLAGS: -fsanitize=address
4172 LDXX: clang++
4173 compile_the_world: true
4174 test_environ:
4175 ASAN_OPTIONS: detect_leaks=1:color=always
4176 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004177 basicprof:
4178 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4179 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004180 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004181 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004182 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004183 dbg:
4184 CPPFLAGS: -O0
4185 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004186 gcov:
4187 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004188 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004189 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004190 DEFINES: _DEBUG DEBUG GPR_GCOV
4191 LD: gcc
4192 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4193 LDXX: g++
4194 helgrind:
4195 CPPFLAGS: -O0
4196 DEFINES: _DEBUG DEBUG
4197 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004198 valgrind: --tool=helgrind
4199 memcheck:
4200 CPPFLAGS: -O0
4201 DEFINES: _DEBUG DEBUG
4202 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004203 valgrind: --tool=memcheck --leak-check=full
4204 msan:
4205 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004206 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4207 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4208 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004209 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004210 DEFINES: NDEBUG
4211 LD: clang
4212 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4213 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4214 LDXX: clang++
4215 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004216 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004217 CPPFLAGS: -O3 -fno-omit-frame-pointer
4218 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004219 LDFLAGS: -rdynamic
4220 opt:
4221 CPPFLAGS: -O2
4222 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004223 stapprof:
4224 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4225 DEFINES: NDEBUG
4226 tsan:
4227 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004228 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004229 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004230 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004231 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004232 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004233 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004234 LDXX: clang++
4235 compile_the_world: true
4236 test_environ:
4237 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004238 ubsan:
4239 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004240 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4241 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004242 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004243 DEFINES: NDEBUG
4244 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004245 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004246 LDXX: clang++
4247 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004248 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004249 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004250defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004251 benchmark:
4252 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004253 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004254 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004255 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004256 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004257 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004258 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004259 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004260 LDFLAGS: -g
4261 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004262 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004263 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004264node_modules:
4265- deps:
4266 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004267 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004268 - boringssl
4269 - z
murgatroid9994a75412015-11-19 14:04:53 -08004270 headers:
4271 - src/node/ext/byte_buffer.h
4272 - src/node/ext/call.h
4273 - src/node/ext/call_credentials.h
4274 - src/node/ext/channel.h
4275 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004276 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004277 - src/node/ext/server.h
4278 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004279 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004280 - src/node/ext/timeval.h
4281 js:
4282 - src/node/index.js
4283 - src/node/src/client.js
4284 - src/node/src/common.js
4285 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004286 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004287 - src/node/src/metadata.js
4288 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004289 name: grpc_node
4290 src:
4291 - src/node/ext/byte_buffer.cc
4292 - src/node/ext/call.cc
4293 - src/node/ext/call_credentials.cc
4294 - src/node/ext/channel.cc
4295 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004296 - src/node/ext/completion_queue_threadpool.cc
4297 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004298 - src/node/ext/node_grpc.cc
4299 - src/node/ext/server.cc
4300 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004301 - src/node/ext/server_generic.cc
4302 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004303 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004304 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004305openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004306 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004307 extraction_dir: openssl-1.0.2f
4308 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004309php_config_m4:
4310 deps:
4311 - grpc
4312 - gpr
4313 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004314 headers:
4315 - src/php/ext/grpc/byte_buffer.h
4316 - src/php/ext/grpc/call.h
4317 - src/php/ext/grpc/call_credentials.h
4318 - src/php/ext/grpc/channel.h
4319 - src/php/ext/grpc/channel_credentials.h
4320 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004321 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004322 - src/php/ext/grpc/php_grpc.h
4323 - src/php/ext/grpc/server.h
4324 - src/php/ext/grpc/server_credentials.h
4325 - src/php/ext/grpc/timeval.h
4326 src:
4327 - src/php/ext/grpc/byte_buffer.c
4328 - src/php/ext/grpc/call.c
4329 - src/php/ext/grpc/call_credentials.c
4330 - src/php/ext/grpc/channel.c
4331 - src/php/ext/grpc/channel_credentials.c
4332 - src/php/ext/grpc/completion_queue.c
4333 - src/php/ext/grpc/php_grpc.c
4334 - src/php/ext/grpc/server.c
4335 - src/php/ext/grpc/server_credentials.c
4336 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004337python_dependencies:
4338 deps:
4339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004340 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004341 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004342 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004343ruby_gem:
4344 deps:
4345 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004346 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004347 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004348 - z