blob: 7b27968c61d6fa0a6f23f8dfd01fcaf893f60cfe [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
Mark D. Rothfecba532017-03-17 09:50:48 -0700104 - src/core/lib/support/atm.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700105 - src/core/lib/support/avl.c
106 - src/core/lib/support/backoff.c
107 - src/core/lib/support/cmdline.c
108 - src/core/lib/support/cpu_iphone.c
109 - src/core/lib/support/cpu_linux.c
110 - src/core/lib/support/cpu_posix.c
111 - src/core/lib/support/cpu_windows.c
112 - src/core/lib/support/env_linux.c
113 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700115 - src/core/lib/support/histogram.c
116 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/log.c
118 - src/core/lib/support/log_android.c
119 - src/core/lib/support/log_linux.c
120 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/log_windows.c
Craig Tiller57726ca2016-09-12 11:59:45 -0700122 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700123 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700124 - src/core/lib/support/stack_lockfree.c
125 - src/core/lib/support/string.c
126 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700127 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700128 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700129 - src/core/lib/support/subprocess_posix.c
130 - src/core/lib/support/subprocess_windows.c
131 - src/core/lib/support/sync.c
132 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/thd.c
135 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700136 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700137 - src/core/lib/support/time.c
138 - src/core/lib/support/time_posix.c
139 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700140 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700141 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200142 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700143 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700144 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700145 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700146 uses:
147 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800148- name: gpr_codegen
149 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800150 - include/grpc/impl/codegen/atm.h
151 - include/grpc/impl/codegen/atm_gcc_atomic.h
152 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700153 - include/grpc/impl/codegen/atm_windows.h
Mark D. Roth4d2ea022016-12-12 07:12:27 -0800154 - include/grpc/impl/codegen/gpr_slice.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700155 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800156 - include/grpc/impl/codegen/port_platform.h
157 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800158 - include/grpc/impl/codegen/sync.h
159 - include/grpc/impl/codegen/sync_generic.h
160 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700161 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700162- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700163 public_headers:
164 - include/grpc/byte_buffer.h
165 - include/grpc/byte_buffer_reader.h
166 - include/grpc/compression.h
167 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700168 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200169 - include/grpc/grpc_security_constants.h
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800170 - include/grpc/load_reporting.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700171 - include/grpc/slice.h
172 - include/grpc/slice_buffer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700173 - include/grpc/status.h
Craig Tiller25834342015-09-25 08:08:24 -0700174 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700175 - src/core/lib/channel/channel_args.h
176 - src/core/lib/channel/channel_stack.h
177 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700178 - src/core/lib/channel/compress_filter.h
179 - src/core/lib/channel/connected_channel.h
180 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700181 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700182 - src/core/lib/channel/handshaker.h
Mark D. Roth1f0f23c2017-01-06 13:07:19 -0800183 - src/core/lib/channel/handshaker_factory.h
184 - src/core/lib/channel/handshaker_registry.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/channel/http_client_filter.h
186 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700187 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700188 - src/core/lib/compression/algorithm_metadata.h
189 - src/core/lib/compression/message_compress.h
190 - src/core/lib/debug/trace.h
191 - src/core/lib/http/format_request.h
192 - src/core/lib/http/httpcli.h
193 - src/core/lib/http/parser.h
194 - src/core/lib/iomgr/closure.h
Craig Tiller57726ca2016-09-12 11:59:45 -0700195 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700196 - src/core/lib/iomgr/endpoint.h
197 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700198 - src/core/lib/iomgr/error.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800199 - src/core/lib/iomgr/error_internal.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700200 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700201 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700202 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700203 - src/core/lib/iomgr/exec_ctx.h
204 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700205 - src/core/lib/iomgr/iocp_windows.h
206 - src/core/lib/iomgr/iomgr.h
207 - src/core/lib/iomgr/iomgr_internal.h
208 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700209 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700210 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700211 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700212 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700213 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700215 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700216 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700217 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700219 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700220 - src/core/lib/iomgr/sockaddr.h
221 - src/core/lib/iomgr/sockaddr_posix.h
222 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700223 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700224 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700225 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700226 - src/core/lib/iomgr/socket_utils_posix.h
227 - src/core/lib/iomgr/socket_windows.h
228 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700229 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/tcp_posix.h
231 - src/core/lib/iomgr/tcp_server.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
murgatroid999030c812016-09-16 13:25:08 -0700341 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700342 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700343 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700344 - src/core/lib/iomgr/tcp_windows.c
345 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700346 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700348 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700349 - src/core/lib/iomgr/udp_server.c
350 - src/core/lib/iomgr/unix_sockets_posix.c
351 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700352 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700353 - src/core/lib/iomgr/wakeup_fd_eventfd.c
354 - src/core/lib/iomgr/wakeup_fd_nospecial.c
355 - src/core/lib/iomgr/wakeup_fd_pipe.c
356 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700357 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700358 - src/core/lib/iomgr/workqueue_windows.c
359 - src/core/lib/json/json.c
360 - src/core/lib/json/json_reader.c
361 - src/core/lib/json/json_string.c
362 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700363 - src/core/lib/slice/percent_encoding.c
364 - src/core/lib/slice/slice.c
365 - src/core/lib/slice/slice_buffer.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800366 - src/core/lib/slice/slice_hash_table.c
367 - src/core/lib/slice/slice_intern.c
Craig Tillerc3350542016-10-26 16:19:01 -0700368 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700369 - src/core/lib/surface/alarm.c
370 - src/core/lib/surface/api_trace.c
371 - src/core/lib/surface/byte_buffer.c
372 - src/core/lib/surface/byte_buffer_reader.c
373 - src/core/lib/surface/call.c
374 - src/core/lib/surface/call_details.c
375 - src/core/lib/surface/call_log_batch.c
376 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700377 - src/core/lib/surface/channel_init.c
378 - src/core/lib/surface/channel_ping.c
379 - src/core/lib/surface/channel_stack_type.c
380 - src/core/lib/surface/completion_queue.c
381 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700382 - src/core/lib/surface/lame_client.c
383 - src/core/lib/surface/metadata_array.c
384 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700385 - src/core/lib/surface/validate_metadata.c
386 - src/core/lib/surface/version.c
Craig Tiller9e0066b2016-10-20 14:04:18 -0700387 - src/core/lib/transport/bdp_estimator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700388 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700389 - src/core/lib/transport/connectivity_state.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800390 - src/core/lib/transport/error_utils.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700391 - src/core/lib/transport/metadata.c
392 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700393 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700394 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700395 - src/core/lib/transport/static_metadata.c
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800396 - src/core/lib/transport/status_conversion.c
Robbie Shade710d2422016-07-13 15:15:38 -0400397 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700398 - src/core/lib/transport/transport.c
399 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700400 deps:
401 - gpr
402 uses:
403 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700404- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700405 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700406 - src/core/ext/client_channel/client_channel.h
407 - src/core/ext/client_channel/client_channel_factory.h
408 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700409 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Rothd58a9852017-01-18 08:28:57 -0800410 - src/core/ext/client_channel/http_proxy.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700411 - src/core/ext/client_channel/initial_connect_string.h
412 - src/core/ext/client_channel/lb_policy.h
413 - src/core/ext/client_channel/lb_policy_factory.h
414 - src/core/ext/client_channel/lb_policy_registry.h
415 - src/core/ext/client_channel/parse_address.h
Mark D. Roth79f2a242017-01-17 14:13:33 -0800416 - src/core/ext/client_channel/proxy_mapper.h
417 - src/core/ext/client_channel/proxy_mapper_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700418 - src/core/ext/client_channel/resolver.h
419 - src/core/ext/client_channel/resolver_factory.h
420 - src/core/ext/client_channel/resolver_registry.h
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800421 - src/core/ext/client_channel/retry_throttle.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700422 - src/core/ext/client_channel/subchannel.h
423 - src/core/ext/client_channel/subchannel_index.h
424 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700425 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700426 - src/core/ext/client_channel/channel_connectivity.c
427 - src/core/ext/client_channel/client_channel.c
428 - src/core/ext/client_channel/client_channel_factory.c
429 - src/core/ext/client_channel/client_channel_plugin.c
430 - src/core/ext/client_channel/connector.c
431 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700432 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Rothd58a9852017-01-18 08:28:57 -0800433 - src/core/ext/client_channel/http_proxy.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700434 - src/core/ext/client_channel/initial_connect_string.c
435 - src/core/ext/client_channel/lb_policy.c
436 - src/core/ext/client_channel/lb_policy_factory.c
437 - src/core/ext/client_channel/lb_policy_registry.c
438 - src/core/ext/client_channel/parse_address.c
Mark D. Roth79f2a242017-01-17 14:13:33 -0800439 - src/core/ext/client_channel/proxy_mapper.c
440 - src/core/ext/client_channel/proxy_mapper_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700441 - src/core/ext/client_channel/resolver.c
442 - src/core/ext/client_channel/resolver_factory.c
443 - src/core/ext/client_channel/resolver_registry.c
Mark D. Rothd6d192d2017-02-23 08:58:42 -0800444 - src/core/ext/client_channel/retry_throttle.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700445 - src/core/ext/client_channel/subchannel.c
446 - src/core/ext/client_channel/subchannel_index.c
447 - src/core/ext/client_channel/uri_parser.c
448 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700449 uses:
450 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800451- name: grpc_codegen
452 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700453 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800454 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800455 - include/grpc/impl/codegen/connectivity_state.h
Craig Tillerb995e8b2016-12-12 06:36:43 -0800456 - include/grpc/impl/codegen/exec_ctx_fwd.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800457 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800458 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800459 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700460 uses:
461 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700462- name: grpc_lb_policy_grpclb
463 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700464 - src/core/ext/lb_policy/grpclb/grpclb.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800465 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
Craig Tiller023caf12016-03-29 08:00:30 -0700466 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700467 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700468 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700469 - src/core/ext/lb_policy/grpclb/grpclb.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800470 - src/core/ext/lb_policy/grpclb/grpclb_channel.c
471 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
472 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
473 plugin: grpc_lb_policy_grpclb
474 uses:
475 - grpc_base
476 - grpc_client_channel
477 - nanopb
478- name: grpc_lb_policy_grpclb_secure
479 headers:
480 - src/core/ext/lb_policy/grpclb/grpclb.h
481 - src/core/ext/lb_policy/grpclb/grpclb_channel.h
482 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
483 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
484 src:
485 - src/core/ext/lb_policy/grpclb/grpclb.c
486 - src/core/ext/lb_policy/grpclb/grpclb_channel_secure.c
Craig Tiller023caf12016-03-29 08:00:30 -0700487 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700488 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700489 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700490 uses:
491 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700492 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700493 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700494- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700495 src:
496 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700497 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700498 uses:
499 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700500 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700501- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700502 src:
503 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700504 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700505 uses:
506 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700507 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700508- name: grpc_load_reporting
509 headers:
510 - src/core/ext/load_reporting/load_reporting.h
511 - src/core/ext/load_reporting/load_reporting_filter.h
512 src:
513 - src/core/ext/load_reporting/load_reporting.c
514 - src/core/ext/load_reporting/load_reporting_filter.c
515 plugin: grpc_load_reporting_plugin
516 uses:
517 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700518- name: grpc_resolver_dns_native
519 src:
520 - src/core/ext/resolver/dns/native/dns_resolver.c
521 plugin: grpc_resolver_dns_native
522 uses:
523 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700524 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700525- name: grpc_resolver_sockaddr
526 src:
527 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
528 plugin: grpc_resolver_sockaddr
529 uses:
530 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700531 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100532- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700533 public_headers:
534 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100535 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700536 - src/core/lib/security/context/security_context.h
537 - src/core/lib/security/credentials/composite/composite_credentials.h
538 - src/core/lib/security/credentials/credentials.h
539 - src/core/lib/security/credentials/fake/fake_credentials.h
540 - src/core/lib/security/credentials/google_default/google_default_credentials.h
541 - src/core/lib/security/credentials/iam/iam_credentials.h
542 - src/core/lib/security/credentials/jwt/json_token.h
543 - src/core/lib/security/credentials/jwt/jwt_credentials.h
544 - src/core/lib/security/credentials/jwt/jwt_verifier.h
545 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
546 - src/core/lib/security/credentials/plugin/plugin_credentials.h
547 - src/core/lib/security/credentials/ssl/ssl_credentials.h
548 - src/core/lib/security/transport/auth_filters.h
David Garcia Quintas01291502017-02-07 13:26:41 -0800549 - src/core/lib/security/transport/lb_targets_info.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700550 - src/core/lib/security/transport/secure_endpoint.h
551 - src/core/lib/security/transport/security_connector.h
Mark D. Roth071cacf2016-11-17 13:17:56 -0800552 - src/core/lib/security/transport/security_handshaker.h
Craig Tillerddad9782016-05-05 17:11:31 -0700553 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700554 - src/core/lib/security/util/b64.h
555 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100556 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700557 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700558 - src/core/lib/security/context/security_context.c
559 - src/core/lib/security/credentials/composite/composite_credentials.c
560 - src/core/lib/security/credentials/credentials.c
561 - src/core/lib/security/credentials/credentials_metadata.c
562 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700563 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700564 - src/core/lib/security/credentials/google_default/google_default_credentials.c
565 - src/core/lib/security/credentials/iam/iam_credentials.c
566 - src/core/lib/security/credentials/jwt/json_token.c
567 - src/core/lib/security/credentials/jwt/jwt_credentials.c
568 - src/core/lib/security/credentials/jwt/jwt_verifier.c
569 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
570 - src/core/lib/security/credentials/plugin/plugin_credentials.c
571 - src/core/lib/security/credentials/ssl/ssl_credentials.c
572 - src/core/lib/security/transport/client_auth_filter.c
David Garcia Quintas01291502017-02-07 13:26:41 -0800573 - src/core/lib/security/transport/lb_targets_info.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700574 - src/core/lib/security/transport/secure_endpoint.c
575 - src/core/lib/security/transport/security_connector.c
Mark D. Roth071cacf2016-11-17 13:17:56 -0800576 - src/core/lib/security/transport/security_handshaker.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700577 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700578 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700579 - src/core/lib/security/util/b64.c
580 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700581 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700582 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700583 uses:
584 - grpc_base
585 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700586 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700587- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700588 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700589 headers:
590 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700591 - test/core/end2end/fake_resolver.h
Craig Tillere067b6e2017-03-06 14:46:37 -0800592 - test/core/end2end/fixtures/http_proxy_fixture.h
Craig Tiller25834342015-09-25 08:08:24 -0700593 - test/core/end2end/fixtures/proxy.h
594 - test/core/iomgr/endpoint_tests.h
Craig Tiller61eb40c2017-02-03 13:46:33 -0800595 - test/core/util/debugger_macros.h
Craig Tiller25834342015-09-25 08:08:24 -0700596 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200597 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700598 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700599 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700600 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700601 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700602 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700603 - test/core/util/slice_splitter.h
Craig Tillerfe5f4972017-02-13 16:26:27 -0800604 - test/core/util/trickle_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700605 src:
606 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700607 - test/core/end2end/fake_resolver.c
Craig Tillere067b6e2017-03-06 14:46:37 -0800608 - test/core/end2end/fixtures/http_proxy_fixture.c
Craig Tiller25834342015-09-25 08:08:24 -0700609 - test/core/end2end/fixtures/proxy.c
610 - test/core/iomgr/endpoint_tests.c
Craig Tiller61eb40c2017-02-03 13:46:33 -0800611 - test/core/util/debugger_macros.c
Craig Tiller25834342015-09-25 08:08:24 -0700612 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200613 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700614 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700615 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700616 - test/core/util/passthru_endpoint.c
Craig Tillercba864b2017-02-17 10:27:56 -0800617 - test/core/util/port.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700618 - test/core/util/port_server_client.c
Craig Tiller25834342015-09-25 08:08:24 -0700619 - test/core/util/slice_splitter.c
Craig Tillerfe5f4972017-02-13 16:26:27 -0800620 - test/core/util/trickle_endpoint.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700621 deps:
622 - grpc
623 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700624- name: grpc_transport_chttp2
625 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700626 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700627 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700628 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
629 - src/core/ext/transport/chttp2/transport/frame.h
630 - src/core/ext/transport/chttp2/transport/frame_data.h
631 - src/core/ext/transport/chttp2/transport/frame_goaway.h
632 - src/core/ext/transport/chttp2/transport/frame_ping.h
633 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
634 - src/core/ext/transport/chttp2/transport/frame_settings.h
635 - src/core/ext/transport/chttp2/transport/frame_window_update.h
636 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
637 - src/core/ext/transport/chttp2/transport/hpack_parser.h
638 - src/core/ext/transport/chttp2/transport/hpack_table.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700639 - src/core/ext/transport/chttp2/transport/huffsyms.h
640 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
641 - src/core/ext/transport/chttp2/transport/internal.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700642 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700643 - src/core/ext/transport/chttp2/transport/varint.h
644 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700645 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700646 - src/core/ext/transport/chttp2/transport/bin_encoder.c
647 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700648 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
649 - src/core/ext/transport/chttp2/transport/frame_data.c
650 - src/core/ext/transport/chttp2/transport/frame_goaway.c
651 - src/core/ext/transport/chttp2/transport/frame_ping.c
652 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
653 - src/core/ext/transport/chttp2/transport/frame_settings.c
654 - src/core/ext/transport/chttp2/transport/frame_window_update.c
655 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
656 - src/core/ext/transport/chttp2/transport/hpack_parser.c
657 - src/core/ext/transport/chttp2/transport/hpack_table.c
658 - src/core/ext/transport/chttp2/transport/huffsyms.c
659 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
660 - src/core/ext/transport/chttp2/transport/parsing.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700661 - src/core/ext/transport/chttp2/transport/stream_lists.c
662 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700663 - src/core/ext/transport/chttp2/transport/varint.c
664 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700665 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700666 uses:
667 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700668 - grpc_transport_chttp2_alpn
669- name: grpc_transport_chttp2_alpn
670 headers:
671 - src/core/ext/transport/chttp2/alpn/alpn.h
672 src:
673 - src/core/ext/transport/chttp2/alpn/alpn.c
674 deps:
675 - gpr
Mark D. Roth8686cab2016-11-17 13:12:17 -0800676- name: grpc_transport_chttp2_client_connector
677 headers:
678 - src/core/ext/transport/chttp2/client/chttp2_connector.h
679 src:
680 - src/core/ext/transport/chttp2/client/chttp2_connector.c
Mark D. Roth2502afb2016-11-29 15:17:31 -0800681 uses:
Mark D. Roth8686cab2016-11-17 13:12:17 -0800682 - grpc_transport_chttp2
683 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700684- name: grpc_transport_chttp2_client_insecure
685 src:
686 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700687 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700688 uses:
Mark D. Roth2502afb2016-11-29 15:17:31 -0800689 - grpc_transport_chttp2_client_connector
Craig Tiller44cc10b2016-03-28 10:45:29 -0700690 - grpc_transport_chttp2
691 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700692 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700693- name: grpc_transport_chttp2_client_secure
694 src:
695 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700696 uses:
697 - grpc_transport_chttp2
698 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700699 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700700 - grpc_secure
Mark D. Roth8686cab2016-11-17 13:12:17 -0800701 - grpc_transport_chttp2_client_connector
Mark D. Roth71403822016-12-02 10:51:39 -0800702- name: grpc_transport_chttp2_server
703 headers:
704 - src/core/ext/transport/chttp2/server/chttp2_server.h
705 src:
706 - src/core/ext/transport/chttp2/server/chttp2_server.c
707 uses:
708 - grpc_transport_chttp2
709 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700710- name: grpc_transport_chttp2_server_insecure
711 src:
712 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700713 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700714 uses:
715 - grpc_transport_chttp2
716 - grpc_base
Mark D. Roth71403822016-12-02 10:51:39 -0800717 - grpc_transport_chttp2_server
Craig Tillerf0555b32016-03-28 10:19:24 -0700718- name: grpc_transport_chttp2_server_secure
719 src:
720 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700721 uses:
722 - grpc_transport_chttp2
723 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700724 - grpc_secure
Mark D. Roth71403822016-12-02 10:51:39 -0800725 - grpc_transport_chttp2_server
makdharmac2ec95b2016-05-11 16:26:15 -0700726- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700727 public_headers:
728 - include/grpc/grpc_cronet.h
729 - include/grpc/grpc_security.h
730 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700731 headers:
Muxi Yan0a2fae92017-02-01 14:49:03 -0800732 - src/core/ext/transport/cronet/transport/cronet_transport.h
Muxi Yanbb2e8af2017-01-31 15:58:06 -0800733 - third_party/objective_c/Cronet/bidirectional_stream_c.h
makdharmac2ec95b2016-05-11 16:26:15 -0700734 src:
735 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
736 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
737 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700738 filegroups:
739 - grpc_base
740 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800741- name: nanopb
742 headers:
743 - third_party/nanopb/pb.h
744 - third_party/nanopb/pb_common.h
745 - third_party/nanopb/pb_decode.h
746 - third_party/nanopb/pb_encode.h
747 src:
748 - third_party/nanopb/pb_common.c
749 - third_party/nanopb/pb_decode.c
750 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751- name: tsi
752 headers:
753 - src/core/lib/tsi/fake_transport_security.h
754 - src/core/lib/tsi/ssl_transport_security.h
755 - src/core/lib/tsi/ssl_types.h
756 - src/core/lib/tsi/transport_security.h
757 - src/core/lib/tsi/transport_security_interface.h
758 src:
759 - src/core/lib/tsi/fake_transport_security.c
760 - src/core/lib/tsi/ssl_transport_security.c
761 - src/core/lib/tsi/transport_security.c
762 deps:
763 - gpr
764 secure: true
765- name: grpc++_base
766 language: c++
767 public_headers:
768 - include/grpc++/alarm.h
769 - include/grpc++/channel.h
770 - include/grpc++/client_context.h
771 - include/grpc++/completion_queue.h
772 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700773 - include/grpc++/create_channel_posix.h
yang-g04981242016-12-01 11:53:08 -0800774 - include/grpc++/ext/health_check_service_server_builder_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700775 - include/grpc++/generic/async_generic_service.h
776 - include/grpc++/generic/generic_stub.h
777 - include/grpc++/grpc++.h
yang-g1accb122016-12-28 10:38:04 -0800778 - include/grpc++/health_check_service_interface.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700779 - include/grpc++/impl/call.h
Craig Tiller4751c282017-01-10 14:29:00 -0800780 - include/grpc++/impl/channel_argument_option.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700781 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700782 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700783 - include/grpc++/impl/grpc_library.h
784 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700785 - include/grpc++/impl/rpc_method.h
786 - include/grpc++/impl/rpc_service_method.h
787 - include/grpc++/impl/serialization_traits.h
788 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700789 - include/grpc++/impl/server_builder_plugin.h
790 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700792 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700793 - include/grpc++/security/auth_context.h
794 - include/grpc++/security/auth_metadata_processor.h
795 - include/grpc++/security/credentials.h
796 - include/grpc++/security/server_credentials.h
797 - include/grpc++/server.h
798 - include/grpc++/server_builder.h
799 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700800 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - include/grpc++/support/async_stream.h
802 - include/grpc++/support/async_unary_call.h
803 - include/grpc++/support/byte_buffer.h
804 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700805 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700806 - include/grpc++/support/slice.h
807 - include/grpc++/support/status.h
808 - include/grpc++/support/status_code_enum.h
809 - include/grpc++/support/string_ref.h
810 - include/grpc++/support/stub_options.h
811 - include/grpc++/support/sync_stream.h
812 - include/grpc++/support/time.h
813 headers:
814 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700815 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700816 - src/cpp/server/dynamic_thread_pool.h
yang-gc3c475f2016-12-27 10:37:26 -0800817 - src/cpp/server/health/default_health_check_service.h
818 - src/cpp/server/health/health.pb.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700819 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700820 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700822 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - src/cpp/client/client_context.cc
824 - src/cpp/client/create_channel.cc
825 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700826 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700827 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700828 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700829 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700830 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700831 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700832 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700833 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700834 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700835 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700836 - src/cpp/server/async_generic_service.cc
Craig Tiller4751c282017-01-10 14:29:00 -0800837 - src/cpp/server/channel_argument_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700838 - src/cpp/server/create_default_thread_pool.cc
839 - src/cpp/server/dynamic_thread_pool.cc
yang-gc3c475f2016-12-27 10:37:26 -0800840 - src/cpp/server/health/default_health_check_service.cc
841 - src/cpp/server/health/health.pb.c
842 - src/cpp/server/health/health_check_service.cc
843 - src/cpp/server/health/health_check_service_server_builder_option.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700844 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700845 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700846 - src/cpp/server/server_context.cc
847 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700848 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700849 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700850 - src/cpp/util/byte_buffer_cc.cc
851 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700852 - src/cpp/util/status.cc
853 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700854 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700855 uses:
yang-g17487f92016-06-03 15:21:15 -0700856 - grpc++_codegen_base
857- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700858 language: c++
859 public_headers:
860 - include/grpc++/impl/codegen/async_stream.h
861 - include/grpc++/impl/codegen/async_unary_call.h
862 - include/grpc++/impl/codegen/call.h
863 - include/grpc++/impl/codegen/call_hook.h
864 - include/grpc++/impl/codegen/channel_interface.h
865 - include/grpc++/impl/codegen/client_context.h
866 - include/grpc++/impl/codegen/client_unary_call.h
867 - include/grpc++/impl/codegen/completion_queue.h
868 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700869 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700870 - include/grpc++/impl/codegen/core_codegen_interface.h
871 - include/grpc++/impl/codegen/create_auth_context.h
872 - include/grpc++/impl/codegen/grpc_library.h
yang-g988b47c2017-01-31 09:51:45 -0800873 - include/grpc++/impl/codegen/metadata_map.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700874 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700875 - include/grpc++/impl/codegen/rpc_method.h
876 - include/grpc++/impl/codegen/rpc_service_method.h
877 - include/grpc++/impl/codegen/security/auth_context.h
878 - include/grpc++/impl/codegen/serialization_traits.h
879 - include/grpc++/impl/codegen/server_context.h
880 - include/grpc++/impl/codegen/server_interface.h
881 - include/grpc++/impl/codegen/service_type.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -0800882 - include/grpc++/impl/codegen/slice.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700883 - include/grpc++/impl/codegen/status.h
884 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700885 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700886 - include/grpc++/impl/codegen/string_ref.h
887 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700888 - include/grpc++/impl/codegen/sync_stream.h
889 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700890 uses:
891 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700892- name: grpc++_codegen_base_src
893 language: c++
894 src:
895 - src/cpp/codegen/codegen_init.cc
896 uses:
897 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700898- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700899 language: c++
900 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700901 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700902 uses:
yang-g17487f92016-06-03 15:21:15 -0700903 - grpc++_codegen_base
904 - grpc++_config_proto
905- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700906 language: c++
907 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700908 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700909- name: grpc++_reflection_proto
910 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700911 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700912 - src/proto/grpc/reflection/v1alpha/reflection.proto
David Garcia Quintasf31f0962017-02-10 14:53:58 -0800913- name: grpc++_test
914 language: c++
915 public_headers:
916 - include/grpc++/test/server_context_test_spouse.h
917 deps:
918 - grpc++
chedetibc618ee2016-07-31 15:35:51 -0700919- name: thrift_util
920 language: c++
921 public_headers:
922 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700923 - include/grpc++/impl/codegen/thrift_utils.h
924 uses:
925 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100926libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800927- name: gpr
928 build: all
929 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800930 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700931 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800932 secure: false
933 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
934- name: gpr_test_util
935 build: private
936 language: c
937 headers:
938 - test/core/util/test_config.h
939 src:
940 - test/core/util/test_config.c
941 deps:
942 - gpr
943 secure: false
944 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700945- name: grpc
946 build: all
947 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700948 src:
949 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700950 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800951 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700952 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700953 filegroups:
954 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700955 - grpc_transport_chttp2_server_secure
956 - grpc_transport_chttp2_client_secure
957 - grpc_transport_chttp2_server_insecure
958 - grpc_transport_chttp2_client_insecure
David Garcia Quintas01291502017-02-07 13:26:41 -0800959 - grpc_lb_policy_grpclb_secure
Craig Tiller023caf12016-03-29 08:00:30 -0700960 - grpc_lb_policy_pick_first
961 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700962 - grpc_resolver_dns_native
963 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700964 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100965 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700966 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700967 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700968 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700969 vs_packages:
970 - grpc.dependencies.openssl
971 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700972 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700973- name: grpc_cronet
974 build: all
975 language: c
976 src:
977 - src/core/lib/surface/init.c
978 baselib: true
979 deps_linkage: static
980 dll: true
981 filegroups:
982 - grpc_base
983 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700984 - grpc_transport_chttp2_client_secure
ncteisen40e1e992017-02-24 11:45:51 -0800985 - grpc_load_reporting
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700986 generate_plugin_registry: true
987 platforms:
988 - linux
989 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100990- name: grpc_dll
991 build: private
992 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100993 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100994 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100995 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100996 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100997 build_system:
998 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100999 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +01001000 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +01001001 vs_config_type: DynamicLibrary
1002 vs_packages:
1003 - grpc.dependencies.openssl
1004 - grpc.dependencies.zlib
1005 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
1006 vs_props:
1007 - zlib
1008 - openssl
1009 - winsock
1010 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001011- name: grpc_test_util
1012 build: private
1013 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001014 headers:
1015 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -08001016 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -07001017 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -07001018 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -07001019 - test/core/end2end/data/server1_cert.c
1020 - test/core/end2end/data/server1_key.c
1021 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -08001022 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -07001023 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001024 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -08001025 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001026 - grpc
1027 filegroups:
1028 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -07001029 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001030 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
1031- name: grpc_test_util_unsecure
1032 build: private
1033 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001034 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001035 - gpr
1036 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -08001037 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -07001038 filegroups:
1039 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07001040 secure: false
1041 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
1042- name: grpc_unsecure
1043 build: all
1044 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001045 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -07001046 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -07001047 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001048 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -08001049 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001050 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001051 filegroups:
1052 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -07001053 - grpc_transport_chttp2_server_insecure
1054 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -07001055 - grpc_resolver_dns_native
1056 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -07001057 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -07001058 - grpc_lb_policy_grpclb
1059 - grpc_lb_policy_pick_first
1060 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -07001061 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -07001062 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001063 secure: false
1064 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -07001065- name: reconnect_server
1066 build: private
1067 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001068 headers:
1069 - test/core/util/reconnect_server.h
1070 src:
1071 - test/core/util/reconnect_server.c
1072 deps:
yang-gc9fca182015-11-06 16:41:33 -08001073 - test_tcp_server
1074 - grpc_test_util
1075 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001076 - gpr_test_util
1077 - gpr
yang-gc9fca182015-11-06 16:41:33 -08001078- name: test_tcp_server
1079 build: private
1080 language: c
1081 headers:
1082 - test/core/util/test_tcp_server.h
1083 src:
1084 - test/core/util/test_tcp_server.c
1085 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001086 - grpc_test_util
1087 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001088 - gpr_test_util
1089 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090- name: grpc++
1091 build: all
1092 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001093 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001094 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001095 - src/cpp/client/secure_credentials.h
1096 - src/cpp/common/secure_auth_context.h
1097 - src/cpp/server/secure_server_credentials.h
1098 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001099 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001100 - src/cpp/client/secure_credentials.cc
1101 - src/cpp/common/auth_property_iterator.cc
1102 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001103 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001104 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001105 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001106 - src/cpp/server/secure_server_credentials.cc
1107 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001108 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001109 baselib: true
1110 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001111 filegroups:
1112 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001113 - grpc++_codegen_base
Piotr Pietraszkiewiczcc08a4f2017-02-07 11:02:58 +01001114 - grpc++_codegen_proto
yang-g34b58612016-06-03 17:30:09 -07001115 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001116 secure: check
1117 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001118- name: grpc++_cronet
1119 build: all
1120 language: c++
1121 src:
1122 - src/cpp/client/cronet_credentials.cc
1123 - src/cpp/client/insecure_credentials.cc
1124 - src/cpp/common/insecure_create_auth_context.cc
1125 - src/cpp/server/insecure_server_credentials.cc
1126 deps:
1127 - gpr
1128 - grpc_cronet
1129 baselib: true
1130 dll: true
1131 filegroups:
1132 - grpc++_base
1133 - grpc++_codegen_base
1134 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001135 - grpc_transport_chttp2_client_insecure
1136 - grpc_transport_chttp2_server_insecure
1137 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001138 platforms:
1139 - linux
1140 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001141- name: grpc++_proto_reflection_desc_db
1142 build: private
1143 language: c++
1144 headers:
1145 - test/cpp/util/proto_reflection_descriptor_database.h
1146 src:
1147 - test/cpp/util/proto_reflection_descriptor_database.cc
1148 deps:
1149 - grpc++
1150 filegroups:
1151 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001152 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001153- name: grpc++_reflection
1154 build: all
1155 language: c++
1156 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001157 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001158 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001159 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001160 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001161 - src/cpp/ext/proto_server_reflection.cc
1162 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001163 deps:
1164 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001165 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001166 - grpc++_reflection_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001167- name: grpc++_test_config
1168 build: private
1169 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001170 headers:
1171 - test/cpp/util/test_config.h
1172 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001173 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001174- name: grpc++_test_util
1175 build: private
1176 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001177 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001178 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001179 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001180 - test/cpp/util/create_test_channel.h
1181 - test/cpp/util/string_ref_helper.h
1182 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001183 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001184 src:
yang-gc8a49d22016-12-12 11:18:49 -08001185 - src/proto/grpc/health/v1/health.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001186 - src/proto/grpc/testing/echo_messages.proto
1187 - src/proto/grpc/testing/echo.proto
1188 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001189 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001190 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001191 - test/cpp/util/create_test_channel.cc
1192 - test/cpp/util/string_ref_helper.cc
1193 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001194 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001195 deps:
1196 - grpc++
1197 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001198 filegroups:
1199 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001200 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001201 - grpc++_codegen_proto
1202 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001203 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001204- name: grpc++_unsecure
1205 build: all
1206 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001207 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001208 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001209 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001210 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001211 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001212 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001213 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001214 baselib: true
1215 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001216 filegroups:
1217 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001218 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001219 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001220 secure: false
1221 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
Craig Tiller5e321532017-03-03 08:50:25 -08001222- name: grpc_benchmark
1223 build: test
1224 language: c++
1225 headers:
Craig Tiller627a5982017-03-03 09:47:21 -08001226 - test/cpp/microbenchmarks/fullstack_context_mutators.h
1227 - test/cpp/microbenchmarks/fullstack_fixtures.h
Craig Tiller5e321532017-03-03 08:50:25 -08001228 - test/cpp/microbenchmarks/helpers.h
Craig Tillerf09ec592017-03-03 16:52:37 -08001229 src:
1230 - test/cpp/microbenchmarks/helpers.cc
Craig Tiller5e321532017-03-03 08:50:25 -08001231 deps:
1232 - benchmark
1233 - grpc++
Craig Tillere067b6e2017-03-06 14:46:37 -08001234 - grpc_test_util
Craig Tiller5e321532017-03-03 08:50:25 -08001235 - grpc
yang-gabdec2d2016-05-19 10:11:24 -07001236- name: grpc_cli_libs
1237 build: private
1238 language: c++
1239 headers:
1240 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001241 - test/cpp/util/cli_credentials.h
1242 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001243 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001244 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001245 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001246 src:
1247 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001248 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001249 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001250 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001251 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001252 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001253 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001254 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001255 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001256 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001257 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001258- name: grpc_plugin_support
1259 build: protoc
1260 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001261 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001262 - src/compiler/config.h
1263 - src/compiler/cpp_generator.h
1264 - src/compiler/cpp_generator_helpers.h
1265 - src/compiler/csharp_generator.h
1266 - src/compiler/csharp_generator_helpers.h
1267 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001268 - src/compiler/node_generator.h
1269 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001270 - src/compiler/objective_c_generator.h
1271 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001272 - src/compiler/php_generator.h
1273 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001274 - src/compiler/python_generator.h
1275 - src/compiler/ruby_generator.h
1276 - src/compiler/ruby_generator_helpers-inl.h
1277 - src/compiler/ruby_generator_map-inl.h
1278 - src/compiler/ruby_generator_string-inl.h
1279 src:
1280 - src/compiler/cpp_generator.cc
1281 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001282 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001283 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001284 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001285 - src/compiler/python_generator.cc
1286 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001287 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001288 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001289 secure: false
1290 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001291 vs_props:
1292 - protoc
Eric Gribkoffc344e872017-01-09 10:53:50 -08001293- name: http2_client_main
1294 build: private
1295 language: c++
1296 headers:
1297 - test/cpp/interop/http2_client.h
1298 src:
1299 - src/proto/grpc/testing/empty.proto
1300 - src/proto/grpc/testing/messages.proto
1301 - src/proto/grpc/testing/test.proto
1302 - test/cpp/interop/http2_client.cc
1303 deps:
1304 - grpc++_test_util
1305 - grpc_test_util
1306 - grpc++
1307 - grpc
1308 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001309- name: interop_client_helper
1310 build: private
1311 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001312 headers:
1313 - test/cpp/interop/client_helper.h
1314 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001315 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001316 - test/cpp/interop/client_helper.cc
1317 deps:
1318 - grpc++_test_util
1319 - grpc_test_util
1320 - grpc++
1321 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001322 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001323- name: interop_client_main
1324 build: private
1325 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001326 headers:
1327 - test/cpp/interop/interop_client.h
1328 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001329 - src/proto/grpc/testing/empty.proto
1330 - src/proto/grpc/testing/messages.proto
1331 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001332 - test/cpp/interop/client.cc
1333 - test/cpp/interop/interop_client.cc
1334 deps:
1335 - interop_client_helper
1336 - grpc++_test_util
1337 - grpc_test_util
1338 - grpc++
1339 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001340 - gpr_test_util
1341 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001342 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001343- name: interop_server_helper
1344 build: private
1345 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001346 headers:
1347 - test/cpp/interop/server_helper.h
1348 src:
1349 - test/cpp/interop/server_helper.cc
1350 deps:
yang-gcc591022017-01-11 11:10:43 -08001351 - grpc++_test_util
Craig Tiller25834342015-09-25 08:08:24 -07001352 - grpc_test_util
1353 - grpc++
1354 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001355 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001356- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001357 build: private
1358 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001359 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001360 - src/proto/grpc/testing/empty.proto
1361 - src/proto/grpc/testing/messages.proto
1362 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001363 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001364 deps:
1365 - interop_server_helper
1366 - grpc++_test_util
1367 - grpc_test_util
1368 - grpc++
1369 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001370 - gpr_test_util
1371 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001372 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001373- name: interop_server_main
1374 build: private
1375 language: c++
1376 src:
1377 - test/cpp/interop/interop_server_bootstrap.cc
1378 deps:
1379 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001380- name: qps
1381 build: private
1382 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001383 headers:
1384 - test/cpp/qps/client.h
1385 - test/cpp/qps/driver.h
1386 - test/cpp/qps/histogram.h
1387 - test/cpp/qps/interarrival.h
David Klempnere27d1892016-05-19 13:50:16 -07001388 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001389 - test/cpp/qps/qps_worker.h
1390 - test/cpp/qps/report.h
1391 - test/cpp/qps/server.h
1392 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001393 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001394 - test/cpp/util/benchmark_config.h
1395 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001396 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001397 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001398 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001399 - src/proto/grpc/testing/control.proto
1400 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001401 - test/cpp/qps/client_async.cc
1402 - test/cpp/qps/client_sync.cc
1403 - test/cpp/qps/driver.cc
David Klempnere27d1892016-05-19 13:50:16 -07001404 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001405 - test/cpp/qps/qps_worker.cc
1406 - test/cpp/qps/report.cc
1407 - test/cpp/qps/server_async.cc
1408 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001409 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001410 - test/cpp/util/benchmark_config.cc
1411 deps:
1412 - grpc_test_util
1413 - grpc++_test_util
1414 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001415- name: grpc_csharp_ext
1416 build: all
1417 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001418 src:
1419 - src/csharp/ext/grpc_csharp_ext.c
1420 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001421 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001422 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001423 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001424 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001425 dll: only
1426 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001427 vs_packages:
1428 - grpc.dependencies.openssl
1429 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001430 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001431 vs_props:
1432 - zlib
1433 - openssl
1434 - winsock
1435 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001436targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001437- name: alarm_test
1438 build: test
1439 language: c
1440 src:
1441 - test/core/surface/alarm_test.c
1442 deps:
1443 - grpc_test_util
1444 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001445 - gpr_test_util
1446 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001447- name: algorithm_test
1448 build: test
1449 language: c
1450 src:
1451 - test/core/compression/algorithm_test.c
1452 deps:
1453 - grpc_test_util
1454 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001455 - gpr_test_util
1456 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001457- name: alloc_test
1458 build: test
1459 language: c
1460 src:
1461 - test/core/support/alloc_test.c
1462 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001463 - gpr_test_util
1464 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001465- name: alpn_test
1466 build: test
1467 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001468 src:
1469 - test/core/transport/chttp2/alpn_test.c
1470 deps:
1471 - grpc_test_util
1472 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001473 - gpr_test_util
1474 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001475- name: api_fuzzer
1476 build: fuzzer
1477 language: c
1478 src:
1479 - test/core/end2end/fuzzers/api_fuzzer.c
1480 deps:
1481 - grpc_test_util
1482 - grpc
1483 - gpr_test_util
1484 - gpr
1485 corpus_dirs:
1486 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001487 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001488 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001489- name: bad_server_response_test
1490 build: test
1491 language: c
1492 src:
1493 - test/core/end2end/bad_server_response_test.c
1494 deps:
1495 - test_tcp_server
1496 - grpc_test_util
1497 - grpc
1498 - gpr_test_util
1499 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001500 exclude_iomgrs:
1501 - uv
Craig Tiller9e0066b2016-10-20 14:04:18 -07001502- name: bdp_estimator_test
1503 build: test
1504 language: c
1505 src:
1506 - test/core/transport/bdp_estimator_test.c
1507 deps:
1508 - grpc_test_util
1509 - grpc
1510 - gpr_test_util
1511 - gpr
Yuchen Zengd982bba2016-05-12 18:53:52 -07001512- name: bin_decoder_test
1513 build: test
1514 language: c
1515 src:
1516 - test/core/transport/chttp2/bin_decoder_test.c
1517 deps:
1518 - grpc_test_util
1519 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001520- name: bin_encoder_test
1521 build: test
1522 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001523 src:
1524 - test/core/transport/chttp2/bin_encoder_test.c
1525 deps:
1526 - grpc_test_util
1527 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001528- name: census_context_test
1529 build: test
1530 language: c
1531 src:
1532 - test/core/census/context_test.c
1533 deps:
1534 - grpc_test_util
1535 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001536 - gpr_test_util
1537 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001538- name: census_resource_test
1539 build: test
1540 language: c
1541 src:
1542 - test/core/census/resource_test.c
1543 deps:
1544 - grpc_test_util
1545 - grpc
1546 - gpr_test_util
1547 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001548- name: census_trace_context_test
1549 build: test
1550 language: c
1551 src:
1552 - test/core/census/trace_context_test.c
1553 deps:
1554 - grpc_test_util
1555 - grpc
1556 - gpr_test_util
1557 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001558- name: channel_create_test
1559 build: test
1560 language: c
1561 src:
1562 - test/core/surface/channel_create_test.c
1563 deps:
1564 - grpc_test_util
1565 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001566 - gpr_test_util
1567 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001568- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001569 build: test
1570 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001571 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001572 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001573 deps:
1574 - grpc_test_util
1575 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001576 - gpr_test_util
1577 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001578- name: chttp2_stream_map_test
1579 build: test
1580 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001581 src:
1582 - test/core/transport/chttp2/stream_map_test.c
1583 deps:
1584 - grpc_test_util
1585 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001586 - gpr_test_util
1587 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001588- name: chttp2_varint_test
1589 build: test
1590 language: c
1591 src:
1592 - test/core/transport/chttp2/varint_test.c
1593 deps:
1594 - grpc_test_util
1595 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001596 - gpr_test_util
1597 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001598- name: client_fuzzer
1599 build: fuzzer
1600 language: c
1601 src:
1602 - test/core/end2end/fuzzers/client_fuzzer.c
1603 deps:
1604 - grpc_test_util
1605 - grpc
1606 - gpr_test_util
1607 - gpr
1608 corpus_dirs:
1609 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001610 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001611 maxlen: 2048
Craig Tiller57726ca2016-09-12 11:59:45 -07001612- name: combiner_test
1613 cpu_cost: 30
1614 build: test
1615 language: c
1616 src:
1617 - test/core/iomgr/combiner_test.c
1618 deps:
1619 - grpc_test_util
1620 - grpc
1621 - gpr_test_util
1622 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001623- name: compression_test
1624 build: test
1625 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001626 src:
1627 - test/core/compression/compression_test.c
1628 deps:
1629 - grpc_test_util
1630 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001631 - gpr_test_util
1632 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001633- name: concurrent_connectivity_test
1634 build: test
1635 language: c
1636 src:
1637 - test/core/surface/concurrent_connectivity_test.c
1638 deps:
1639 - grpc_test_util
1640 - grpc
1641 - gpr_test_util
1642 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001643 exclude_iomgrs:
1644 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001645- name: connection_refused_test
1646 cpu_cost: 0.1
1647 build: test
1648 language: c
1649 src:
1650 - test/core/end2end/connection_refused_test.c
1651 deps:
1652 - grpc_test_util
1653 - grpc
1654 - gpr_test_util
1655 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001656- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001657 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001658 build: test
1659 language: c
1660 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001661 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001662 deps:
1663 - grpc_test_util
1664 - grpc
1665 - gpr_test_util
1666 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001667 exclude_iomgrs:
1668 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001669- name: dns_resolver_test
1670 build: test
1671 language: c
1672 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001673 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001674 deps:
1675 - grpc_test_util
1676 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001677 - gpr_test_util
1678 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001680 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001681 build: test
1682 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001683 src:
1684 - test/core/end2end/dualstack_socket_test.c
1685 deps:
1686 - grpc_test_util
1687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001688 - gpr_test_util
1689 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001690 exclude_iomgrs:
1691 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001692 platforms:
1693 - mac
1694 - linux
1695 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001696- name: endpoint_pair_test
1697 build: test
1698 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001699 src:
1700 - test/core/iomgr/endpoint_pair_test.c
1701 deps:
1702 - grpc_test_util
1703 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001704 - gpr_test_util
1705 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001706 exclude_iomgrs:
1707 - uv
ncteisen3da3ce32017-02-17 09:51:25 -08001708- name: error_test
1709 cpu_cost: 30
1710 build: test
1711 language: c
1712 src:
1713 - test/core/iomgr/error_test.c
1714 deps:
1715 - grpc_test_util
1716 - grpc
1717 - gpr_test_util
1718 - gpr
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001719- name: ev_epoll_linux_test
1720 build: test
1721 language: c
1722 src:
1723 - test/core/iomgr/ev_epoll_linux_test.c
1724 deps:
1725 - grpc_test_util
1726 - grpc
1727 - gpr_test_util
1728 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001729 exclude_iomgrs:
1730 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001731 platforms:
1732 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001733- name: fd_conservation_posix_test
1734 build: test
1735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001736 src:
1737 - test/core/iomgr/fd_conservation_posix_test.c
1738 deps:
1739 - grpc_test_util
1740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001741 - gpr_test_util
1742 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001743 exclude_iomgrs:
1744 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001745 platforms:
1746 - mac
1747 - linux
1748 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001749- name: fd_posix_test
1750 build: test
1751 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001752 src:
1753 - test/core/iomgr/fd_posix_test.c
1754 deps:
1755 - grpc_test_util
1756 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001757 - gpr_test_util
1758 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001759 exclude_iomgrs:
1760 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001761 platforms:
1762 - mac
1763 - linux
1764 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001765- name: fling_client
1766 build: test
1767 run: false
1768 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001769 src:
1770 - test/core/fling/client.c
1771 deps:
1772 - grpc_test_util
1773 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001774 - gpr_test_util
1775 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001776- name: fling_server
1777 build: test
1778 run: false
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/fling/server.c
1782 deps:
1783 - grpc_test_util
1784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001785 - gpr_test_util
1786 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001787- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001788 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001789 build: test
1790 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001791 src:
1792 - test/core/fling/fling_stream_test.c
1793 deps:
1794 - grpc_test_util
1795 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001796 - gpr_test_util
1797 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001798 platforms:
1799 - mac
1800 - linux
1801 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001803 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001804 build: test
1805 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001806 src:
1807 - test/core/fling/fling_test.c
1808 deps:
1809 - grpc_test_util
1810 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001811 - gpr_test_util
1812 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001813 platforms:
1814 - mac
1815 - linux
1816 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001817- name: gen_hpack_tables
1818 build: tool
1819 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001820 src:
1821 - tools/codegen/core/gen_hpack_tables.c
1822 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001823 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001824 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001825- name: gen_legal_metadata_characters
1826 build: tool
1827 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001828 src:
1829 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001831- name: gen_percent_encoding_tables
1832 build: tool
1833 language: c
1834 src:
1835 - tools/codegen/core/gen_percent_encoding_tables.c
1836 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001837- name: goaway_server_test
1838 cpu_cost: 0.1
1839 build: test
1840 language: c
1841 src:
1842 - test/core/end2end/goaway_server_test.c
1843 deps:
1844 - grpc_test_util
1845 - grpc
1846 - gpr_test_util
1847 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001848 exclude_iomgrs:
1849 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001850 platforms:
1851 - mac
1852 - linux
1853 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001854- name: gpr_avl_test
1855 build: test
1856 language: c
1857 src:
1858 - test/core/support/avl_test.c
1859 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001860 - gpr_test_util
1861 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001862- name: gpr_backoff_test
1863 build: test
1864 language: c
1865 src:
1866 - test/core/support/backoff_test.c
1867 deps:
1868 - gpr_test_util
1869 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001870- name: gpr_cmdline_test
1871 build: test
1872 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001873 src:
1874 - test/core/support/cmdline_test.c
1875 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001876 - gpr_test_util
1877 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001878- name: gpr_cpu_test
1879 build: test
1880 language: c
1881 src:
1882 - test/core/support/cpu_test.c
1883 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001884 - gpr_test_util
1885 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001886- name: gpr_env_test
1887 build: test
1888 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001889 src:
1890 - test/core/support/env_test.c
1891 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001892 - gpr_test_util
1893 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001894- name: gpr_histogram_test
1895 build: test
1896 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001897 src:
1898 - test/core/support/histogram_test.c
1899 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001900 - gpr_test_util
1901 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001902- name: gpr_host_port_test
1903 build: test
1904 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001905 src:
1906 - test/core/support/host_port_test.c
1907 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001908 - gpr_test_util
1909 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001910- name: gpr_log_test
1911 build: test
1912 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001913 src:
1914 - test/core/support/log_test.c
1915 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001916 - gpr_test_util
1917 - gpr
Craig Tiller57726ca2016-09-12 11:59:45 -07001918- name: gpr_mpscq_test
1919 cpu_cost: 30
1920 build: test
1921 language: c
1922 src:
1923 - test/core/support/mpscq_test.c
1924 deps:
1925 - gpr_test_util
1926 - gpr
Craig Tilleredbf2b92017-02-27 07:24:00 -08001927- name: gpr_spinlock_test
1928 cpu_cost: 10
1929 build: test
1930 language: c
1931 src:
1932 - test/core/support/spinlock_test.c
1933 deps:
1934 - gpr_test_util
1935 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001936- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001937 cpu_cost: 7
Craig Tillerbf4b2242015-08-31 15:53:53 -07001938 build: test
1939 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001940 src:
1941 - test/core/support/stack_lockfree_test.c
1942 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001943 - gpr_test_util
1944 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945- name: gpr_string_test
1946 build: test
1947 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001948 src:
1949 - test/core/support/string_test.c
1950 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001951 - gpr_test_util
1952 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001953- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001954 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001955 build: test
1956 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001957 src:
1958 - test/core/support/sync_test.c
1959 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001960 - gpr_test_util
1961 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001962- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001963 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001964 build: test
1965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001966 src:
1967 - test/core/support/thd_test.c
1968 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001969 - gpr_test_util
1970 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001971- name: gpr_time_test
1972 build: test
1973 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001974 src:
1975 - test/core/support/time_test.c
1976 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001977 - gpr_test_util
1978 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001979- name: gpr_tls_test
1980 build: test
1981 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001982 src:
1983 - test/core/support/tls_test.c
1984 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: gpr_useful_test
1988 build: test
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/support/useful_test.c
1992 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001993 - gpr_test_util
1994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: grpc_auth_context_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/security/auth_context_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002005- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002006 build: test
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
Craig Tiller732a8752016-02-22 15:59:19 -08002009 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002010 deps:
2011 - grpc_test_util
2012 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002013 - gpr_test_util
2014 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002015- name: grpc_byte_buffer_reader_test
2016 build: test
2017 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002018 src:
2019 - test/core/surface/byte_buffer_reader_test.c
2020 deps:
2021 - grpc_test_util
2022 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002023 - gpr_test_util
2024 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002025- name: grpc_channel_args_test
2026 build: test
2027 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002028 src:
2029 - test/core/channel/channel_args_test.c
2030 deps:
2031 - grpc_test_util
2032 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002033 - gpr_test_util
2034 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002035- name: grpc_channel_stack_test
2036 build: test
2037 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002038 src:
2039 - test/core/channel/channel_stack_test.c
2040 deps:
2041 - grpc_test_util
2042 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002043 - gpr_test_util
2044 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002045- name: grpc_completion_queue_test
2046 build: test
2047 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002048 src:
2049 - test/core/surface/completion_queue_test.c
2050 deps:
2051 - grpc_test_util
2052 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002053 - gpr_test_util
2054 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002055- name: grpc_completion_queue_threading_test
2056 build: test
2057 language: c
2058 src:
2059 - test/core/surface/completion_queue_threading_test.c
2060 deps:
2061 - grpc_test_util
2062 - grpc
2063 - gpr_test_util
2064 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002065 exclude_iomgrs:
2066 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07002067- name: grpc_create_jwt
2068 build: tool
2069 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002070 src:
2071 - test/core/security/create_jwt.c
2072 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002073 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002074 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002075 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002076- name: grpc_credentials_test
2077 build: test
2078 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002079 src:
2080 - test/core/security/credentials_test.c
2081 deps:
2082 - grpc_test_util
2083 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002084 - gpr_test_util
2085 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002086- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01002087 build: test
2088 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07002089 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002090 src:
2091 - test/core/security/fetch_oauth2.c
2092 deps:
2093 - grpc_test_util
2094 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002095 - gpr_test_util
2096 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08002097- name: grpc_invalid_channel_args_test
2098 build: test
2099 language: c
2100 src:
2101 - test/core/surface/invalid_channel_args_test.c
2102 deps:
2103 - grpc_test_util
2104 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002105 - gpr_test_util
2106 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002107- name: grpc_json_token_test
2108 build: test
2109 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002110 src:
2111 - test/core/security/json_token_test.c
2112 deps:
2113 - grpc_test_util
2114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002115 - gpr_test_util
2116 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002117 platforms:
2118 - linux
2119 - posix
2120 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121- name: grpc_jwt_verifier_test
2122 build: test
2123 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002124 src:
2125 - test/core/security/jwt_verifier_test.c
2126 deps:
2127 - grpc_test_util
2128 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002129 - gpr_test_util
2130 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002131- name: grpc_print_google_default_creds_token
2132 build: tool
2133 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002134 src:
2135 - test/core/security/print_google_default_creds_token.c
2136 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002137 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002138 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002139- name: grpc_security_connector_test
2140 build: test
2141 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002142 src:
2143 - test/core/security/security_connector_test.c
2144 deps:
2145 - grpc_test_util
2146 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002147 - gpr_test_util
2148 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002149- name: grpc_verify_jwt
2150 build: tool
2151 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002152 src:
2153 - test/core/security/verify_jwt.c
2154 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002155 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002156 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002157- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002158 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002159 language: c
2160 src:
2161 - test/core/handshake/client_ssl.c
2162 deps:
2163 - grpc_test_util
2164 - grpc
2165 - gpr_test_util
2166 - gpr
murgatroid991191b722017-02-08 11:56:52 -08002167 exclude_iomgrs:
2168 - uv
Harvey Tuch7be13222016-10-24 15:00:49 -04002169 platforms:
2170 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002171 secure: true
2172- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002173 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002174 language: c
2175 src:
2176 - test/core/handshake/server_ssl.c
2177 deps:
2178 - grpc_test_util
2179 - grpc
2180 - gpr_test_util
2181 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002182 platforms:
2183 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002184 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002185- name: hpack_parser_fuzzer_test
2186 build: fuzzer
2187 language: c
2188 src:
2189 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2190 deps:
2191 - grpc_test_util
2192 - grpc
2193 - gpr_test_util
2194 - gpr
2195 corpus_dirs:
2196 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002197 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002198 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002199- name: hpack_parser_test
2200 build: test
2201 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002202 src:
2203 - test/core/transport/chttp2/hpack_parser_test.c
2204 deps:
2205 - grpc_test_util
2206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002207 - gpr_test_util
2208 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002209- name: hpack_table_test
2210 build: test
2211 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002212 src:
2213 - test/core/transport/chttp2/hpack_table_test.c
2214 deps:
2215 - grpc_test_util
2216 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002217 - gpr_test_util
2218 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002219- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002220 build: test
2221 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002222 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002223 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002224 deps:
2225 - grpc_test_util
2226 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002227 - gpr_test_util
2228 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002229- name: http_request_fuzzer_test
2230 build: fuzzer
2231 language: c
2232 src:
2233 - test/core/http/request_fuzzer.c
2234 deps:
2235 - grpc_test_util
2236 - grpc
2237 - gpr_test_util
2238 - gpr
2239 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002240 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002241 maxlen: 2048
2242- name: http_response_fuzzer_test
2243 build: fuzzer
2244 language: c
2245 src:
2246 - test/core/http/response_fuzzer.c
2247 deps:
2248 - grpc_test_util
2249 - grpc
2250 - gpr_test_util
2251 - gpr
2252 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002253 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002254 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002255- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002256 build: test
2257 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002258 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002259 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002260 deps:
2261 - grpc_test_util
2262 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002263 - gpr_test_util
2264 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002265- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002266 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002267 build: test
2268 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002269 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002270 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002271 deps:
2272 - grpc_test_util
2273 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002274 - gpr_test_util
2275 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002276 platforms:
2277 - mac
2278 - linux
2279 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002280- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002281 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002282 build: test
2283 language: c
2284 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002285 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002286 deps:
2287 - grpc_test_util
2288 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002289 - gpr_test_util
2290 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002291 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002292 - linux
yang-gf1183302015-12-07 16:02:05 -08002293- name: init_test
2294 build: test
2295 language: c
2296 src:
2297 - test/core/surface/init_test.c
2298 deps:
2299 - grpc_test_util
2300 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002301 - gpr_test_util
2302 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002303- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002304 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002305 build: test
2306 language: c
2307 src:
2308 - test/core/end2end/invalid_call_argument_test.c
2309 deps:
2310 - grpc_test_util
2311 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002312 - gpr_test_util
2313 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002314- name: json_fuzzer_test
2315 build: fuzzer
2316 language: c
2317 src:
2318 - test/core/json/fuzzer.c
2319 deps:
2320 - grpc_test_util
2321 - grpc
2322 - gpr_test_util
2323 - gpr
2324 corpus_dirs:
2325 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002326 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002327- name: json_rewrite
2328 build: test
2329 run: false
2330 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002331 src:
2332 - test/core/json/json_rewrite.c
2333 deps:
2334 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002335 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002336- name: json_rewrite_test
2337 build: test
2338 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002339 src:
2340 - test/core/json/json_rewrite_test.c
2341 deps:
2342 - grpc_test_util
2343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002344 - gpr_test_util
2345 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002346- name: json_stream_error_test
2347 build: test
2348 language: c
2349 src:
2350 - test/core/json/json_stream_error_test.c
2351 deps:
2352 - grpc_test_util
2353 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002354 - gpr_test_util
2355 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002356- name: json_test
2357 build: test
2358 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002359 src:
2360 - test/core/json/json_test.c
2361 deps:
2362 - grpc_test_util
2363 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002364 - gpr_test_util
2365 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366- name: lame_client_test
2367 build: test
2368 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002369 src:
2370 - test/core/surface/lame_client_test.c
2371 deps:
2372 - grpc_test_util
2373 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002374 - gpr_test_util
2375 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002376- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002377 cpu_cost: 0.1
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002378 build: test
David Garcia Quintas448191c2017-02-17 09:37:50 -08002379 run: false
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002380 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002381 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002382 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002383 deps:
2384 - grpc_test_util
2385 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002386 - gpr_test_util
2387 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002388- name: load_file_test
2389 build: test
2390 language: c
2391 src:
2392 - test/core/iomgr/load_file_test.c
2393 deps:
2394 - grpc_test_util
2395 - grpc
2396 - gpr_test_util
2397 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002398- name: low_level_ping_pong_benchmark
2399 build: benchmark
2400 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002401 src:
2402 - test/core/network_benchmarks/low_level_ping_pong.c
2403 deps:
2404 - grpc_test_util
2405 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002406 - gpr_test_util
2407 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002408 platforms:
2409 - mac
2410 - linux
2411 - posix
Yuxuan Li6fb04d62016-11-18 18:08:36 -08002412- name: memory_profile_client
2413 build: test
2414 run: false
2415 language: c
2416 src:
2417 - test/core/memory_usage/client.c
2418 deps:
2419 - grpc_test_util
2420 - grpc
2421 - gpr_test_util
2422 - gpr
2423- name: memory_profile_server
2424 build: test
2425 run: false
2426 language: c
2427 src:
2428 - test/core/memory_usage/server.c
2429 deps:
2430 - grpc_test_util
2431 - grpc
2432 - gpr_test_util
2433 - gpr
2434- name: memory_profile_test
2435 cpu_cost: 1.5
2436 build: test
2437 language: c
2438 src:
2439 - test/core/memory_usage/memory_usage_test.c
2440 deps:
2441 - grpc_test_util
2442 - grpc
2443 - gpr_test_util
2444 - gpr
2445 platforms:
2446 - mac
2447 - linux
2448 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002449- name: message_compress_test
2450 build: test
2451 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002452 src:
2453 - test/core/compression/message_compress_test.c
2454 deps:
2455 - grpc_test_util
2456 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002457 - gpr_test_util
2458 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002459- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002460 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002461 build: test
2462 language: c
2463 src:
2464 - test/core/census/mlog_test.c
2465 deps:
2466 - grpc_test_util
2467 - grpc
2468 - gpr_test_util
2469 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002470- name: multiple_server_queues_test
2471 build: test
2472 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002473 src:
2474 - test/core/end2end/multiple_server_queues_test.c
2475 deps:
2476 - grpc_test_util
2477 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002478 - gpr_test_util
2479 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002480- name: murmur_hash_test
2481 build: test
2482 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002483 src:
2484 - test/core/support/murmur_hash_test.c
2485 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002486 - gpr_test_util
2487 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002488- name: nanopb_fuzzer_response_test
2489 build: fuzzer
2490 language: c
2491 src:
2492 - test/core/nanopb/fuzzer_response.c
2493 deps:
2494 - grpc_test_util
2495 - grpc
2496 - gpr_test_util
2497 - gpr
2498 corpus_dirs:
2499 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002500 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002501- name: nanopb_fuzzer_serverlist_test
2502 build: fuzzer
2503 language: c
2504 src:
2505 - test/core/nanopb/fuzzer_serverlist.c
2506 deps:
2507 - grpc_test_util
2508 - grpc
2509 - gpr_test_util
2510 - gpr
2511 corpus_dirs:
2512 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002513 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002514- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002515 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002516 build: test
2517 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002518 src:
2519 - test/core/end2end/no_server_test.c
2520 deps:
2521 - grpc_test_util
2522 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002523 - gpr_test_util
2524 - gpr
Yuchen Zenga9d8a152017-02-15 15:27:44 -08002525- name: parse_address_test
2526 build: test
2527 language: c
2528 src:
2529 - test/core/client_channel/parse_address_test.c
2530 deps:
2531 - grpc_test_util
2532 - grpc
2533 - gpr_test_util
2534 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002535- name: percent_decode_fuzzer
2536 build: fuzzer
2537 language: c
2538 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002539 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002540 deps:
2541 - grpc_test_util
2542 - grpc
2543 - gpr_test_util
2544 - gpr
2545 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002546 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002547 maxlen: 32
2548- name: percent_encode_fuzzer
2549 build: fuzzer
2550 language: c
2551 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002552 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002553 deps:
2554 - grpc_test_util
2555 - grpc
2556 - gpr_test_util
2557 - gpr
2558 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002559 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002560 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002561- name: percent_encoding_test
2562 build: test
2563 language: c
2564 src:
2565 - test/core/slice/percent_encoding_test.c
2566 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002567 - grpc_test_util
2568 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002569 - gpr_test_util
2570 - gpr
Sree Kuchibhotlaef8ef3b2016-12-09 23:03:33 -08002571- name: pollset_set_test
2572 build: test
2573 language: c
2574 src:
2575 - test/core/iomgr/pollset_set_test.c
2576 deps:
2577 - grpc_test_util
2578 - grpc
2579 - gpr_test_util
2580 - gpr
2581 exclude_iomgrs:
2582 - uv
2583 platforms:
2584 - linux
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002585- name: resolve_address_posix_test
2586 build: test
2587 language: c
2588 src:
2589 - test/core/iomgr/resolve_address_posix_test.c
2590 deps:
2591 - grpc_test_util
2592 - grpc
2593 - gpr_test_util
2594 - gpr
murgatroid99d0cda5c2017-03-07 18:04:52 -08002595 exclude_iomgrs:
2596 - uv
Yuchen Zenge6f01f62016-10-24 15:56:35 -07002597 platforms:
2598 - mac
2599 - linux
2600 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002601- name: resolve_address_test
2602 build: test
2603 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002604 src:
2605 - test/core/iomgr/resolve_address_test.c
2606 deps:
2607 - grpc_test_util
2608 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002609 - gpr_test_util
2610 - gpr
Craig Tiller20afa3d2016-10-17 14:52:14 -07002611- name: resource_quota_test
2612 cpu_cost: 30
2613 build: test
2614 language: c
2615 src:
2616 - test/core/iomgr/resource_quota_test.c
2617 deps:
2618 - grpc_test_util
2619 - grpc
2620 - gpr_test_util
2621 - gpr
yang-gd482e592015-12-10 14:04:00 -08002622- name: secure_channel_create_test
2623 build: test
2624 language: c
2625 src:
2626 - test/core/surface/secure_channel_create_test.c
2627 deps:
2628 - grpc_test_util
2629 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002630 - gpr_test_util
2631 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002632- name: secure_endpoint_test
2633 build: test
2634 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002635 src:
2636 - test/core/security/secure_endpoint_test.c
2637 deps:
2638 - grpc_test_util
2639 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002640 - gpr_test_util
2641 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002642 exclude_iomgrs:
2643 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002644- name: sequential_connectivity_test
2645 build: test
2646 language: c
2647 src:
2648 - test/core/surface/sequential_connectivity_test.c
2649 deps:
2650 - grpc_test_util
2651 - grpc
2652 - gpr_test_util
2653 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002654 exclude_iomgrs:
2655 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002656- name: server_chttp2_test
2657 build: test
2658 language: c
2659 src:
2660 - test/core/surface/server_chttp2_test.c
2661 deps:
2662 - grpc_test_util
2663 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002664 - gpr_test_util
2665 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002666- name: server_fuzzer
2667 build: fuzzer
2668 language: c
2669 src:
2670 - test/core/end2end/fuzzers/server_fuzzer.c
2671 deps:
2672 - grpc_test_util
2673 - grpc
2674 - gpr_test_util
2675 - gpr
2676 corpus_dirs:
2677 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002678 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002679 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002680- name: server_test
2681 build: test
2682 language: c
2683 src:
2684 - test/core/surface/server_test.c
2685 deps:
2686 - grpc_test_util
2687 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002688 - gpr_test_util
2689 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002690- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002691 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002692 build: test
2693 language: c
2694 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002695 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002696 deps:
2697 - test_tcp_server
2698 - grpc_test_util
2699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002700 - gpr_test_util
2701 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002702 exclude_iomgrs:
2703 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002704- name: slice_buffer_test
2705 build: test
2706 language: c
2707 src:
2708 - test/core/slice/slice_buffer_test.c
2709 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002710 - grpc_test_util
2711 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002712 - gpr_test_util
2713 - gpr
2714- name: slice_string_helpers_test
2715 build: test
2716 language: c
2717 src:
2718 - test/core/slice/slice_string_helpers_test.c
2719 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002720 - grpc_test_util
2721 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002722 - gpr_test_util
2723 - gpr
2724- name: slice_test
2725 build: test
2726 language: c
2727 src:
2728 - test/core/slice/slice_test.c
2729 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002730 - grpc_test_util
2731 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002732 - gpr_test_util
2733 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002734- name: sockaddr_resolver_test
2735 build: test
2736 language: c
2737 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002738 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002739 deps:
2740 - grpc_test_util
2741 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002742 - gpr_test_util
2743 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002744- name: sockaddr_utils_test
2745 build: test
2746 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002747 src:
2748 - test/core/iomgr/sockaddr_utils_test.c
2749 deps:
2750 - grpc_test_util
2751 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002752 - gpr_test_util
2753 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002754- name: socket_utils_test
2755 build: test
2756 language: c
2757 src:
2758 - test/core/iomgr/socket_utils_test.c
2759 deps:
2760 - grpc_test_util
2761 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002762 - gpr_test_util
2763 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002764 exclude_iomgrs:
2765 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002766 platforms:
2767 - mac
2768 - linux
2769 - posix
yang-g31e21282016-11-04 15:10:03 -07002770- name: ssl_server_fuzzer
2771 build: fuzzer
2772 language: c
2773 src:
2774 - test/core/security/ssl_server_fuzzer.c
2775 deps:
2776 - grpc_test_util
2777 - grpc
2778 - gpr_test_util
2779 - gpr
2780 corpus_dirs:
2781 - test/core/security/corpus/ssl_server_corpus
2782 maxlen: 2048
Craig Tiller7c70b6c2017-01-23 07:48:42 -08002783- name: status_conversion_test
2784 build: test
2785 language: c
2786 src:
2787 - test/core/transport/status_conversion_test.c
2788 deps:
2789 - grpc_test_util
2790 - grpc
2791 - gpr_test_util
2792 - gpr
Craig Tiller295df6d2017-03-01 11:28:24 -08002793- name: stream_owned_slice_test
2794 build: test
2795 language: c
2796 src:
2797 - test/core/transport/stream_owned_slice_test.c
2798 deps:
2799 - grpc_test_util
2800 - grpc
2801 - gpr_test_util
2802 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002804 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002805 build: test
2806 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002807 src:
2808 - test/core/iomgr/tcp_client_posix_test.c
2809 deps:
2810 - grpc_test_util
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002814 exclude_iomgrs:
2815 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002816 platforms:
2817 - mac
2818 - linux
2819 - posix
murgatroid991191b722017-02-08 11:56:52 -08002820- name: tcp_client_uv_test
2821 cpu_cost: 0.5
2822 build: test
2823 language: c
2824 src:
2825 - test/core/iomgr/tcp_client_uv_test.c
2826 deps:
2827 - grpc_test_util
2828 - grpc
2829 - gpr_test_util
2830 - gpr
2831 exclude_iomgrs:
2832 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002833- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002834 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002835 build: test
2836 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002837 src:
2838 - test/core/iomgr/tcp_posix_test.c
2839 deps:
2840 - grpc_test_util
2841 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002842 - gpr_test_util
2843 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002844 exclude_iomgrs:
2845 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002846 platforms:
2847 - mac
2848 - linux
2849 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002850- name: tcp_server_posix_test
2851 build: test
2852 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002853 src:
2854 - test/core/iomgr/tcp_server_posix_test.c
2855 deps:
2856 - grpc_test_util
2857 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002858 - gpr_test_util
2859 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002860 exclude_iomgrs:
2861 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002862 platforms:
2863 - mac
2864 - linux
2865 - posix
murgatroid991191b722017-02-08 11:56:52 -08002866- name: tcp_server_uv_test
2867 build: test
2868 language: c
2869 src:
2870 - test/core/iomgr/tcp_server_uv_test.c
2871 deps:
2872 - grpc_test_util
2873 - grpc
2874 - gpr_test_util
2875 - gpr
2876 exclude_iomgrs:
2877 - native
Craig Tillerbf4b2242015-08-31 15:53:53 -07002878- name: time_averaged_stats_test
2879 build: test
2880 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002881 src:
2882 - test/core/iomgr/time_averaged_stats_test.c
2883 deps:
2884 - grpc_test_util
2885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002886 - gpr_test_util
2887 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002888- name: timeout_encoding_test
2889 build: test
2890 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002891 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002892 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002893 deps:
2894 - grpc_test_util
2895 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002896 - gpr_test_util
2897 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002898- name: timer_heap_test
2899 build: test
2900 language: c
2901 src:
2902 - test/core/iomgr/timer_heap_test.c
2903 deps:
2904 - grpc_test_util
2905 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002906 - gpr_test_util
2907 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002908 exclude_iomgrs:
2909 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002910- name: timer_list_test
2911 build: test
2912 language: c
2913 src:
2914 - test/core/iomgr/timer_list_test.c
2915 deps:
2916 - grpc_test_util
2917 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002918 - gpr_test_util
2919 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002920 exclude_iomgrs:
2921 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002922- name: transport_connectivity_state_test
2923 build: test
2924 language: c
2925 src:
2926 - test/core/transport/connectivity_state_test.c
2927 deps:
2928 - grpc_test_util
2929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002930 - gpr_test_util
2931 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002932- name: transport_metadata_test
2933 build: test
2934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002935 src:
2936 - test/core/transport/metadata_test.c
2937 deps:
2938 - grpc_test_util
2939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002940 - gpr_test_util
2941 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002942- name: transport_pid_controller_test
2943 build: test
2944 language: c
2945 src:
2946 - test/core/transport/pid_controller_test.c
2947 deps:
2948 - grpc_test_util
2949 - grpc
2950 - gpr_test_util
2951 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002952- name: transport_security_test
2953 build: test
2954 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002955 src:
2956 - test/core/tsi/transport_security_test.c
2957 deps:
2958 - grpc_test_util
2959 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002960 - gpr_test_util
2961 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002962 platforms:
2963 - linux
2964 - posix
2965 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002966- name: udp_server_test
2967 build: test
2968 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002969 src:
2970 - test/core/iomgr/udp_server_test.c
2971 deps:
2972 - grpc_test_util
2973 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002974 - gpr_test_util
2975 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002976 exclude_iomgrs:
2977 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002978 platforms:
2979 - mac
2980 - linux
2981 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002982- name: uri_fuzzer_test
2983 build: fuzzer
2984 language: c
2985 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002986 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002987 deps:
2988 - grpc_test_util
2989 - grpc
2990 - gpr_test_util
2991 - gpr
2992 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002993 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002994 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002995- name: uri_parser_test
2996 build: test
2997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002998 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002999 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07003000 deps:
3001 - grpc_test_util
3002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003003 - gpr_test_util
3004 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07003005- name: wakeup_fd_cv_test
3006 build: test
3007 language: c
3008 src:
3009 - test/core/iomgr/wakeup_fd_cv_test.c
3010 deps:
3011 - grpc_test_util
3012 - grpc
3013 - gpr_test_util
3014 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07003015 exclude_iomgrs:
3016 - uv
kpayson64d195cf52016-10-09 18:04:00 -07003017 platforms:
3018 - mac
3019 - linux
3020 - posix
vjpai04e992a2016-02-10 16:58:38 -08003021- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003022 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08003023 build: test
3024 language: c++
3025 src:
3026 - test/cpp/common/alarm_cpp_test.cc
3027 deps:
3028 - grpc++_test_util
3029 - grpc_test_util
3030 - grpc++
3031 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08003032 - gpr_test_util
3033 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003034- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003035 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003036 build: test
3037 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003038 src:
3039 - test/cpp/end2end/async_end2end_test.cc
3040 deps:
3041 - grpc++_test_util
3042 - grpc_test_util
3043 - grpc++
3044 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003045 - gpr_test_util
3046 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003047- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003048 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003049 build: test
3050 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003051 src:
3052 - test/cpp/common/auth_property_iterator_test.cc
3053 deps:
3054 - grpc++_test_util
3055 - grpc_test_util
3056 - grpc++
3057 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003058 - gpr_test_util
3059 - gpr
Craig Tillerfd044b82017-02-15 16:15:48 -08003060- name: bm_call_create
3061 build: test
3062 language: c++
3063 src:
3064 - test/cpp/microbenchmarks/bm_call_create.cc
3065 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003066 - grpc_benchmark
Craig Tillerfd044b82017-02-15 16:15:48 -08003067 - benchmark
3068 - grpc++_test_util
3069 - grpc_test_util
3070 - grpc++
3071 - grpc
3072 - gpr_test_util
3073 - gpr
3074 args:
3075 - --benchmark_min_time=0
3076 platforms:
3077 - mac
3078 - linux
3079 - posix
Craig Tiller523d54b2017-02-23 08:52:38 -08003080- name: bm_chttp2_hpack
Craig Tiller2f792d92017-02-22 16:26:33 -08003081 build: test
3082 language: c++
3083 src:
Craig Tiller523d54b2017-02-23 08:52:38 -08003084 - test/cpp/microbenchmarks/bm_chttp2_hpack.cc
Craig Tiller2f792d92017-02-22 16:26:33 -08003085 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003086 - grpc_benchmark
Craig Tiller2f792d92017-02-22 16:26:33 -08003087 - benchmark
3088 - grpc++_test_util
3089 - grpc_test_util
3090 - grpc++
3091 - grpc
3092 - gpr_test_util
3093 - gpr
3094 args:
3095 - --benchmark_min_time=0
3096 platforms:
3097 - mac
3098 - linux
3099 - posix
Craig Tillerb3f34b62017-02-13 10:29:33 -08003100- name: bm_closure
3101 build: test
3102 language: c++
3103 src:
3104 - test/cpp/microbenchmarks/bm_closure.cc
3105 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003106 - grpc_benchmark
Craig Tillerb3f34b62017-02-13 10:29:33 -08003107 - benchmark
Craig Tiller510f38a2017-02-24 17:00:19 -08003108 - grpc++_test_util
Craig Tillerb3f34b62017-02-13 10:29:33 -08003109 - grpc_test_util
Craig Tiller510f38a2017-02-24 17:00:19 -08003110 - grpc++
Craig Tillerb3f34b62017-02-13 10:29:33 -08003111 - grpc
3112 - gpr_test_util
3113 - gpr
3114 args:
3115 - --benchmark_min_time=0
3116 platforms:
3117 - mac
3118 - linux
3119 - posix
Craig Tiller14ae5382017-02-14 12:43:50 -08003120- name: bm_cq
3121 build: test
3122 language: c++
3123 src:
3124 - test/cpp/microbenchmarks/bm_cq.cc
3125 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003126 - grpc_benchmark
Craig Tiller14ae5382017-02-14 12:43:50 -08003127 - benchmark
3128 - grpc++_test_util
3129 - grpc_test_util
3130 - grpc++
3131 - grpc
3132 - gpr_test_util
3133 - gpr
3134 args:
3135 - --benchmark_min_time=0
3136 platforms:
3137 - mac
3138 - linux
3139 - posix
Craig Tiller264307f2017-02-16 09:07:45 -08003140- name: bm_error
3141 build: test
3142 language: c++
3143 src:
3144 - test/cpp/microbenchmarks/bm_error.cc
3145 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003146 - grpc_benchmark
Craig Tiller264307f2017-02-16 09:07:45 -08003147 - benchmark
3148 - grpc++_test_util
3149 - grpc_test_util
3150 - grpc++
3151 - grpc
3152 - gpr_test_util
3153 - gpr
3154 args:
3155 - --benchmark_min_time=0
3156 platforms:
3157 - mac
3158 - linux
3159 - posix
Craig Tiller12d22e42017-03-03 10:14:20 -08003160- name: bm_fullstack_streaming_ping_pong
Craig Tiller93d802b2016-10-25 21:05:49 -07003161 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07003162 language: c++
3163 src:
Craig Tiller12d22e42017-03-03 10:14:20 -08003164 - test/cpp/microbenchmarks/bm_fullstack_streaming_ping_pong.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003165 deps:
Craig Tiller12d22e42017-03-03 10:14:20 -08003166 - grpc_benchmark
3167 - benchmark
3168 - grpc++_test_util
3169 - grpc_test_util
3170 - grpc++
3171 - grpc
3172 - gpr_test_util
3173 - gpr
3174 args:
3175 - --benchmark_min_time=0
3176 excluded_poll_engines:
3177 - poll
3178 - poll-cv
3179 platforms:
3180 - mac
3181 - linux
3182 - posix
3183 timeout_seconds: 1200
3184- name: bm_fullstack_streaming_pump
3185 build: test
3186 language: c++
3187 src:
3188 - test/cpp/microbenchmarks/bm_fullstack_streaming_pump.cc
Craig Tiller93d802b2016-10-25 21:05:49 -07003189 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003190 - grpc_benchmark
David Garcia Quintasff311212016-12-06 16:03:18 -08003191 - benchmark
Craig Tiller93d802b2016-10-25 21:05:49 -07003192 - grpc++_test_util
3193 - grpc_test_util
3194 - grpc++
3195 - grpc
3196 - gpr_test_util
3197 - gpr
Craig Tillera4354b02017-02-03 14:27:17 -08003198 args:
3199 - --benchmark_min_time=0
Craig Tiller122e4502017-02-22 10:22:32 -08003200 excluded_poll_engines:
3201 - poll
3202 - poll-cv
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003203 platforms:
3204 - mac
3205 - linux
3206 - posix
Craig Tiller3f06e3f2017-02-16 11:16:03 -08003207 timeout_seconds: 1200
Craig Tiller52bd4412017-03-03 10:52:22 -08003208- name: bm_fullstack_trickle
3209 build: test
3210 language: c++
3211 src:
3212 - test/cpp/microbenchmarks/bm_fullstack_trickle.cc
3213 deps:
3214 - grpc_benchmark
3215 - benchmark
3216 - grpc++_test_util
3217 - grpc_test_util
3218 - grpc++
3219 - grpc
3220 - gpr_test_util
3221 - gpr
3222 args:
3223 - --benchmark_min_time=0
3224 excluded_poll_engines:
3225 - poll
3226 - poll-cv
3227 platforms:
3228 - mac
3229 - linux
3230 - posix
3231 timeout_seconds: 1200
Craig Tiller62ac65b2017-03-03 09:57:43 -08003232- name: bm_fullstack_unary_ping_pong
3233 build: test
3234 language: c++
3235 src:
3236 - test/cpp/microbenchmarks/bm_fullstack_unary_ping_pong.cc
3237 deps:
3238 - grpc_benchmark
Mark D. Roth0e44a252016-11-07 11:26:05 -08003239 - benchmark
3240 - grpc++_test_util
3241 - grpc_test_util
3242 - grpc++
3243 - grpc
3244 - gpr_test_util
3245 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003246 args:
Craig Tillerca62ff02016-02-24 22:22:57 -08003247 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003248 excluded_poll_engines:
Craig Tiller25834342015-09-25 08:08:24 -07003249 - poll
3250 - poll-cv
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003251 platforms:
3252 - mac
3253 - linux
3254 - posix
3255 timeout_seconds: 1200
3256- name: bm_metadata
3257 build: test
3258 language: c++
3259 src:
3260 - test/cpp/microbenchmarks/bm_metadata.cc
3261 deps:
Craig Tiller5e321532017-03-03 08:50:25 -08003262 - grpc_benchmark
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003263 - benchmark
Craig Tillerad14bce2017-03-09 08:32:01 -08003264 - grpc++_test_util
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003265 - grpc_test_util
Craig Tillerad14bce2017-03-09 08:32:01 -08003266 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003267 - grpc
3268 - gpr_test_util
3269 - gpr
3270 args:
3271 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003272 platforms:
3273 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003274 - linux
3275 - posix
Craig Tiller1128d462017-03-03 16:46:54 -08003276- name: bm_pollset
3277 build: test
3278 language: c++
3279 src:
3280 - test/cpp/microbenchmarks/bm_pollset.cc
3281 deps:
3282 - grpc_benchmark
3283 - benchmark
Craig Tiller3a351892017-03-10 07:39:26 -08003284 - grpc++_test_util
Craig Tiller1128d462017-03-03 16:46:54 -08003285 - grpc_test_util
Craig Tiller3a351892017-03-10 07:39:26 -08003286 - grpc++
Craig Tillerb8e2bca2017-02-16 16:26:51 -08003287 - grpc
3288 - gpr_test_util
3289 - gpr
3290 args:
3291 - --benchmark_min_time=0
Craig Tillerbf4b2242015-08-31 15:53:53 -07003292 platforms:
3293 - mac
Craig Tiller25834342015-09-25 08:08:24 -07003294 - linux
3295 - posix
3296- name: channel_arguments_test
yang-gabdec2d2016-05-19 10:11:24 -07003297 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003298 build: test
3299 language: c++
3300 src:
3301 - test/cpp/common/channel_arguments_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003302 deps:
3303 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003304 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003305 - gpr
Craig Tillerbfd05532016-01-20 09:53:15 -08003306- name: channel_filter_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003307 gtest: true
3308 build: test
Craig Tiller25834342015-09-25 08:08:24 -07003309 language: c++
3310 src:
3311 - test/cpp/common/channel_filter_test.cc
3312 deps:
3313 - grpc++
3314 - grpc
3315 - gpr
Craig Tillerda179ce2016-02-09 12:01:53 -08003316- name: cli_call_test
3317 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003318 build: test
3319 language: c++
3320 src:
3321 - test/cpp/util/cli_call_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003322 deps:
3323 - grpc_cli_libs
3324 - grpc++_test_util
3325 - grpc_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003326 - grpc++
3327 - grpc
3328 - gpr_test_util
3329 - gpr
3330- name: client_crash_test
3331 gtest: true
3332 cpu_cost: 0.1
Craig Tillerda179ce2016-02-09 12:01:53 -08003333 build: test
3334 language: c++
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003335 src:
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08003336 - test/cpp/end2end/client_crash_test.cc
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003337 deps:
3338 - grpc++_test_util
3339 - grpc_test_util
3340 - grpc++
3341 - grpc
3342 - gpr_test_util
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08003343 - gpr
3344 platforms:
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003345 - mac
3346 - linux
3347 - posix
3348- name: client_crash_test_server
3349 build: test
3350 run: false
yang-g17487f92016-06-03 15:21:15 -07003351 language: c++
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003352 src:
3353 - test/cpp/end2end/client_crash_test_server.cc
3354 deps:
3355 - grpc++_test_util
3356 - grpc_test_util
3357 - grpc++
3358 - grpc
3359 - gpr_test_util
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07003360 - gpr
3361- name: codegen_test_full
3362 gtest: true
Craig Tiller03d8f2f2016-04-07 08:02:16 -07003363 build: test
yang-g17487f92016-06-03 15:21:15 -07003364 language: c++
yang-g34b58612016-06-03 17:30:09 -07003365 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003366 - src/proto/grpc/testing/control.proto
Craig Tillerca62ff02016-02-24 22:22:57 -08003367 - src/proto/grpc/testing/messages.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003368 - src/proto/grpc/testing/payloads.proto
3369 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07003370 - src/proto/grpc/testing/stats.proto
3371 - test/cpp/codegen/codegen_test_full.cc
3372 deps:
3373 - grpc++
3374 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003375 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003376 filegroups:
Craig Tillerca62ff02016-02-24 22:22:57 -08003377 - grpc++_codegen_base
Craig Tillerbf4b2242015-08-31 15:53:53 -07003378- name: codegen_test_minimal
3379 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003380 build: test
3381 language: c++
3382 src:
3383 - src/proto/grpc/testing/control.proto
3384 - src/proto/grpc/testing/messages.proto
3385 - src/proto/grpc/testing/payloads.proto
Craig Tillerda179ce2016-02-09 12:01:53 -08003386 - src/proto/grpc/testing/services.proto
3387 - src/proto/grpc/testing/stats.proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003388 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tillerca62ff02016-02-24 22:22:57 -08003389 filegroups:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003390 - grpc++_codegen_base
3391 - grpc++_codegen_base_src
Craig Tiller25834342015-09-25 08:08:24 -07003392- name: credentials_test
3393 gtest: true
3394 build: test
3395 language: c++
3396 src:
3397 - test/cpp/client/credentials_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003398 deps:
3399 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003400 - grpc
Craig Tillerca62ff02016-02-24 22:22:57 -08003401 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003402- name: cxx_byte_buffer_test
3403 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003404 build: test
3405 language: c++
3406 src:
3407 - test/cpp/util/byte_buffer_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003408 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003409 - grpc_test_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07003410 - grpc++
3411 - grpc
Craig Tiller25834342015-09-25 08:08:24 -07003412 - gpr_test_util
3413 - gpr
3414- name: cxx_slice_test
3415 gtest: true
3416 build: test
3417 language: c++
Craig Tillerda179ce2016-02-09 12:01:53 -08003418 src:
3419 - test/cpp/util/slice_test.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003420 deps:
Craig Tillerca62ff02016-02-24 22:22:57 -08003421 - grpc_test_util
Craig Tillerbfd05532016-01-20 09:53:15 -08003422 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003423 - grpc
3424 - gpr_test_util
Craig Tiller25834342015-09-25 08:08:24 -07003425 - gpr
3426- name: cxx_string_ref_test
3427 gtest: true
3428 build: test
3429 language: c++
3430 src:
3431 - test/cpp/util/string_ref_test.cc
Craig Tillerda179ce2016-02-09 12:01:53 -08003432 deps:
3433 - grpc++
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003434- name: cxx_time_test
3435 gtest: true
3436 build: test
3437 language: c++
3438 src:
3439 - test/cpp/util/time_test.cc
3440 deps:
3441 - grpc_test_util
3442 - grpc++
3443 - grpc
3444 - gpr_test_util
3445 - gpr
3446- name: end2end_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003447 gtest: true
Craig Tillerca62ff02016-02-24 22:22:57 -08003448 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003449 build: test
3450 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003451 src:
3452 - test/cpp/end2end/end2end_test.cc
3453 deps:
3454 - grpc++_test_util
3455 - grpc_test_util
3456 - grpc++
3457 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003458 - gpr_test_util
3459 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003460- name: filter_end2end_test
3461 gtest: true
3462 build: test
3463 language: c++
3464 src:
3465 - test/cpp/end2end/filter_end2end_test.cc
3466 deps:
3467 - grpc++_test_util
3468 - grpc_test_util
3469 - grpc++
3470 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003471 - gpr_test_util
3472 - gpr
3473- name: generic_end2end_test
3474 gtest: true
Craig Tiller25834342015-09-25 08:08:24 -07003475 build: test
3476 language: c++
3477 src:
yang-gabdec2d2016-05-19 10:11:24 -07003478 - test/cpp/end2end/generic_end2end_test.cc
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003479 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003480 - grpc++_test_util
3481 - grpc_test_util
Craig Tillerda179ce2016-02-09 12:01:53 -08003482 - grpc++
Craig Tiller25834342015-09-25 08:08:24 -07003483 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07003484 - gpr_test_util
3485 - gpr
3486- name: golden_file_test
Craig Tiller25834342015-09-25 08:08:24 -07003487 gtest: true
3488 build: test
3489 language: c++
3490 src:
Craig Tillerbf4b2242015-08-31 15:53:53 -07003491 - src/proto/grpc/testing/compiler_test.proto
3492 - test/cpp/codegen/golden_file_test.cc
3493 deps:
3494 - grpc++
3495 - grpc
3496 - gpr
David Garcia Quintase8543572017-02-21 10:44:02 -08003497 args:
3498 - --generated_file_path=gens/src/proto/grpc/testing/compiler_test.grpc.pb.h
Craig Tillerbf4b2242015-08-31 15:53:53 -07003499- name: grpc_cli
3500 build: test
3501 run: false
3502 language: c++
3503 src:
3504 - test/cpp/util/grpc_cli.cc
3505 deps:
3506 - grpc_cli_libs
3507 - grpc++_proto_reflection_desc_db
3508 - grpc++
3509 - grpc
3510 - gpr
3511 - grpc++_test_config
3512- name: grpc_cpp_plugin
3513 build: protoc
3514 language: c++
3515 src:
3516 - src/compiler/cpp_plugin.cc
3517 deps:
3518 - grpc_plugin_support
Craig Tiller25834342015-09-25 08:08:24 -07003519 secure: false
3520 vs_config_type: Application
3521 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3522- name: grpc_csharp_plugin
Craig Tillerbf4b2242015-08-31 15:53:53 -07003523 build: protoc
3524 language: c++
3525 src:
murgatroid99d2ee81f2016-02-26 11:10:33 -08003526 - src/compiler/csharp_plugin.cc
3527 deps:
3528 - grpc_plugin_support
3529 secure: false
3530 vs_config_type: Application
3531 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
3532- name: grpc_node_plugin
3533 build: protoc
3534 language: c++
Craig Tillerbf4b2242015-08-31 15:53:53 -07003535 src:
3536 - src/compiler/node_plugin.cc
3537 deps:
Craig Tiller25834342015-09-25 08:08:24 -07003538 - grpc_plugin_support
3539 secure: false
3540 vs_config_type: Application
3541- name: grpc_objective_c_plugin
Craig Tillerbf4b2242015-08-31 15:53:53 -07003542 build: protoc
3543 language: c++
3544 src:
3545 - src/compiler/objective_c_plugin.cc
3546 deps:
3547 - grpc_plugin_support
Craig Tiller25834342015-09-25 08:08:24 -07003548 secure: false
3549 vs_config_type: Application
3550 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003551- name: grpc_php_plugin
3552 build: protoc
3553 language: c++
3554 src:
3555 - src/compiler/php_plugin.cc
3556 deps:
3557 - grpc_plugin_support
3558 secure: false
3559 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003560- name: grpc_python_plugin
3561 build: protoc
3562 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003563 src:
3564 - src/compiler/python_plugin.cc
3565 deps:
3566 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003567 secure: false
3568 vs_config_type: Application
3569 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3570- name: grpc_ruby_plugin
3571 build: protoc
3572 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003573 src:
3574 - src/compiler/ruby_plugin.cc
3575 deps:
3576 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003577 secure: false
3578 vs_config_type: Application
3579 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003580- name: grpc_tool_test
3581 gtest: true
3582 build: test
3583 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003584 src:
3585 - src/proto/grpc/testing/echo.proto
3586 - src/proto/grpc/testing/echo_messages.proto
3587 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003588 deps:
3589 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003590 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003591 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003592 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003593 - grpc_test_util
3594 - grpc++
3595 - grpc
3596 - gpr_test_util
3597 - gpr
3598 filegroups:
3599 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003600- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003601 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003602 build: test
3603 language: c++
3604 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003605 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003606 - test/cpp/grpclb/grpclb_api_test.cc
3607 deps:
3608 - grpc++_test_util
3609 - grpc_test_util
3610 - grpc++
3611 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003612- name: grpclb_test
3613 gtest: false
3614 build: test
3615 language: c++
3616 src:
3617 - src/proto/grpc/lb/v1/load_balancer.proto
3618 - test/cpp/grpclb/grpclb_test.cc
3619 deps:
David Garcia Quintas55145c02016-06-21 14:51:54 -07003620 - grpc++_test_util
3621 - grpc_test_util
Jan Tattermusch1c6a1442017-01-13 14:17:40 +01003622 - grpc++
3623 - grpc
3624 - gpr_test_util
3625 - gpr
yang-gad327642016-12-12 14:32:09 -08003626- name: health_service_end2end_test
3627 gtest: true
3628 build: test
3629 language: c++
3630 src:
3631 - test/cpp/end2end/health_service_end2end_test.cc
3632 deps:
3633 - grpc++_test_util
3634 - grpc_test_util
3635 - grpc++
3636 - grpc
3637 - gpr_test_util
3638 - gpr
Eric Gribkoffc344e872017-01-09 10:53:50 -08003639- name: http2_client
3640 build: test
3641 run: false
3642 language: c++
3643 src: []
3644 deps:
3645 - http2_client_main
3646 - grpc++_test_util
3647 - grpc_test_util
3648 - grpc++
3649 - grpc
3650 - grpc++_test_config
3651 platforms:
3652 - mac
3653 - linux
3654 - posix
yang-gbe5a2c42016-01-14 13:11:15 -08003655- name: hybrid_end2end_test
Craig Tillerb23f4b72017-01-31 15:50:45 -08003656 flaky: true
yang-gbe5a2c42016-01-14 13:11:15 -08003657 build: test
3658 language: c++
3659 src:
3660 - test/cpp/end2end/hybrid_end2end_test.cc
3661 deps:
3662 - grpc++_test_util
3663 - grpc_test_util
3664 - grpc++
3665 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003666 - gpr_test_util
3667 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003668- name: interop_client
3669 build: test
3670 run: false
3671 language: c++
3672 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003673 deps:
3674 - interop_client_main
3675 - interop_client_helper
3676 - grpc++_test_util
3677 - grpc_test_util
3678 - grpc++
3679 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003680 - gpr_test_util
3681 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003682 - grpc++_test_config
3683 platforms:
3684 - mac
3685 - linux
3686 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003687- name: interop_server
3688 build: test
3689 run: false
3690 language: c++
3691 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003692 deps:
3693 - interop_server_main
3694 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003695 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003696 - grpc++_test_util
3697 - grpc_test_util
3698 - grpc++
3699 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003700 - gpr_test_util
3701 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003702 - grpc++_test_config
3703 platforms:
3704 - mac
3705 - linux
3706 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003707- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003708 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003709 build: test
3710 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003711 src:
3712 - test/cpp/interop/interop_test.cc
3713 deps:
3714 - grpc_test_util
3715 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003716 - gpr_test_util
3717 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003718 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003719 platforms:
3720 - mac
3721 - linux
3722 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003723- name: json_run_localhost
3724 build: test
3725 run: false
3726 language: c++
3727 src:
3728 - test/cpp/qps/json_run_localhost.cc
3729 deps:
3730 - grpc++_test_util
3731 - grpc_test_util
3732 - grpc++
3733 - grpc
3734 - gpr_test_util
3735 - gpr
3736 - grpc++_test_config
Jan Tattermuschbd0b0542017-01-19 18:09:50 +01003737 platforms:
3738 - mac
3739 - linux
3740 - posix
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003741- name: metrics_client
3742 build: test
3743 run: false
3744 language: c++
3745 headers:
3746 - test/cpp/util/metrics_server.h
3747 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003748 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003749 - test/cpp/interop/metrics_client.cc
3750 deps:
3751 - grpc++
3752 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003753 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003754 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003755- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003756 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003757 build: test
3758 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003759 src:
3760 - test/cpp/end2end/mock_test.cc
3761 deps:
3762 - grpc++_test_util
3763 - grpc_test_util
3764 - grpc++
3765 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003766 - gpr_test_util
3767 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003768- name: noop-benchmark
3769 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003770 language: c++
3771 src:
3772 - test/cpp/microbenchmarks/noop-benchmark.cc
3773 deps:
David Garcia Quintasff311212016-12-06 16:03:18 -08003774 - benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003775- name: proto_server_reflection_test
3776 gtest: true
3777 build: test
3778 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003779 src:
3780 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003781 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003782 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003783 - grpc++_reflection
3784 - grpc++_test_util
3785 - grpc_test_util
3786 - grpc++
3787 - grpc
3788 - gpr_test_util
3789 - gpr
Harvey Tuch5f3cfe92017-01-20 11:02:11 -05003790- name: proto_utils_test
3791 gtest: true
3792 build: test
3793 language: c++
3794 src:
3795 - test/cpp/codegen/proto_utils_test.cc
3796 deps:
3797 - grpc++
3798 - grpc
3799 filegroups:
3800 - grpc++_codegen_base
3801 - grpc++_codegen_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07003802- name: qps_interarrival_test
3803 build: test
3804 run: false
3805 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003806 src:
3807 - test/cpp/qps/qps_interarrival_test.cc
3808 deps:
3809 - qps
3810 - grpc++_test_util
3811 - grpc_test_util
3812 - grpc++
3813 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003814 - gpr_test_util
3815 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003816 platforms:
3817 - mac
3818 - linux
3819 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003820- name: qps_json_driver
3821 build: test
3822 run: false
3823 language: c++
3824 src:
3825 - test/cpp/qps/qps_json_driver.cc
3826 deps:
3827 - qps
3828 - grpc++_test_util
3829 - grpc_test_util
3830 - grpc++
3831 - grpc
3832 - gpr_test_util
3833 - gpr
3834 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003835- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003836 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003837 build: test
3838 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003839 src:
3840 - test/cpp/qps/qps_openloop_test.cc
3841 deps:
3842 - qps
3843 - grpc++_test_util
3844 - grpc_test_util
3845 - grpc++
3846 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003847 - gpr_test_util
3848 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003849 - grpc++_test_config
3850 platforms:
3851 - mac
3852 - linux
3853 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003854- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003855 build: test
3856 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003857 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003858 headers:
3859 - test/cpp/qps/client.h
3860 - test/cpp/qps/server.h
3861 src:
3862 - test/cpp/qps/worker.cc
3863 deps:
3864 - qps
3865 - grpc++_test_util
3866 - grpc_test_util
3867 - grpc++
3868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003869 - gpr_test_util
3870 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003871 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003872- name: reconnect_interop_client
3873 build: test
3874 run: false
3875 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003876 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003877 - src/proto/grpc/testing/empty.proto
3878 - src/proto/grpc/testing/messages.proto
3879 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003880 - test/cpp/interop/reconnect_interop_client.cc
3881 deps:
3882 - grpc++_test_util
3883 - grpc_test_util
3884 - grpc++
3885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003886 - gpr_test_util
3887 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003888 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003889- name: reconnect_interop_server
3890 build: test
3891 run: false
3892 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003893 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003894 - src/proto/grpc/testing/empty.proto
3895 - src/proto/grpc/testing/messages.proto
3896 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003897 - test/cpp/interop/reconnect_interop_server.cc
3898 deps:
3899 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003900 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003901 - grpc++_test_util
3902 - grpc_test_util
3903 - grpc++
3904 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003905 - gpr_test_util
3906 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003907 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003908- name: round_robin_end2end_test
3909 gtest: true
3910 build: test
3911 language: c++
3912 src:
3913 - test/cpp/end2end/round_robin_end2end_test.cc
3914 deps:
3915 - grpc++_test_util
3916 - grpc_test_util
3917 - grpc++
3918 - grpc
3919 - gpr_test_util
3920 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003921- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003922 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003923 build: test
3924 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003925 src:
3926 - test/cpp/common/secure_auth_context_test.cc
3927 deps:
3928 - grpc++_test_util
3929 - grpc_test_util
3930 - grpc++
3931 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003932 - gpr_test_util
3933 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003934- name: secure_sync_unary_ping_pong_test
3935 build: test
3936 language: c++
3937 src:
3938 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3939 deps:
3940 - qps
3941 - grpc++_test_util
3942 - grpc_test_util
3943 - grpc++
3944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003945 - gpr_test_util
3946 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003947 platforms:
3948 - mac
3949 - linux
3950 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003951- name: server_builder_plugin_test
3952 gtest: true
3953 build: test
3954 language: c++
3955 src:
3956 - test/cpp/end2end/server_builder_plugin_test.cc
3957 deps:
3958 - grpc++_test_util
3959 - grpc_test_util
3960 - grpc++
3961 - grpc
3962 - gpr_test_util
3963 - gpr
Craig Tiller12352b22017-01-10 15:16:14 -08003964- name: server_builder_test
3965 gtest: true
3966 build: test
3967 language: c++
3968 src:
3969 - src/proto/grpc/testing/echo_messages.proto
3970 - src/proto/grpc/testing/echo.proto
3971 - test/cpp/server/server_builder_test.cc
3972 deps:
3973 - grpc++_test_util
3974 - grpc_test_util
3975 - gpr_test_util
3976 - grpc++
3977 - grpc
3978 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003979- name: server_context_test_spouse_test
3980 gtest: true
3981 build: test
3982 language: c++
3983 src:
3984 - test/cpp/test/server_context_test_spouse_test.cc
3985 deps:
3986 - grpc_test_util
yang-gc4292fb2016-10-13 16:54:08 -07003987 - grpc++
3988 - grpc
3989 - gpr_test_util
3990 - gpr
David Garcia Quintasf31f0962017-02-10 14:53:58 -08003991 uses:
3992 - grpc++_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07003993- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003994 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003995 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003996 build: test
3997 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003998 src:
3999 - test/cpp/end2end/server_crash_test.cc
4000 deps:
4001 - grpc++_test_util
4002 - grpc_test_util
4003 - grpc++
4004 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004005 - gpr_test_util
4006 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004007 platforms:
4008 - mac
4009 - linux
4010 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07004011- name: server_crash_test_client
4012 build: test
4013 run: false
4014 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004015 src:
4016 - test/cpp/end2end/server_crash_test_client.cc
4017 deps:
4018 - grpc++_test_util
4019 - grpc_test_util
4020 - grpc++
4021 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004022 - gpr_test_util
4023 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004024- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004025 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07004026 build: test
4027 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004028 src:
4029 - test/cpp/end2end/shutdown_test.cc
4030 deps:
4031 - grpc++_test_util
4032 - grpc_test_util
4033 - grpc++
4034 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004035 - gpr_test_util
4036 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004037- name: status_test
4038 build: test
4039 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004040 src:
4041 - test/cpp/util/status_test.cc
4042 deps:
4043 - grpc_test_util
4044 - grpc++
4045 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004046 - gpr_test_util
4047 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004048- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004049 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07004050 build: test
4051 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004052 src:
4053 - test/cpp/end2end/streaming_throughput_test.cc
4054 deps:
4055 - grpc++_test_util
4056 - grpc_test_util
4057 - grpc++
4058 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004059 - gpr_test_util
4060 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07004061 platforms:
4062 - mac
4063 - linux
4064 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004065- name: stress_test
4066 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07004067 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004068 language: c++
4069 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07004070 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004071 - test/cpp/interop/interop_client.h
4072 - test/cpp/interop/stress_interop_client.h
ncteisen9c7a08d2017-01-17 16:26:40 -08004073 - test/cpp/util/create_test_channel.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004074 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004075 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08004076 - src/proto/grpc/testing/empty.proto
4077 - src/proto/grpc/testing/messages.proto
4078 - src/proto/grpc/testing/metrics.proto
4079 - src/proto/grpc/testing/test.proto
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004080 - test/cpp/interop/interop_client.cc
4081 - test/cpp/interop/stress_interop_client.cc
4082 - test/cpp/interop/stress_test.cc
ncteisen9c7a08d2017-01-17 16:26:40 -08004083 - test/cpp/util/create_test_channel.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07004084 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004085 deps:
4086 - grpc++_test_util
4087 - grpc_test_util
4088 - grpc++
4089 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004090 - gpr_test_util
4091 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07004092 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004093- name: thread_manager_test
4094 build: test
4095 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07004096 src:
4097 - test/cpp/thread_manager/thread_manager_test.cc
4098 deps:
4099 - grpc++
4100 - grpc
4101 - gpr
4102 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07004103- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08004104 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08004105 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07004106 build: test
4107 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07004108 src:
4109 - test/cpp/end2end/thread_stress_test.cc
4110 deps:
4111 - grpc++_test_util
4112 - grpc_test_util
4113 - grpc++
4114 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004115 - gpr_test_util
4116 - gpr
Craig Tiller9a3997c2017-01-30 13:22:33 -08004117- name: writes_per_rpc_test
4118 gtest: true
4119 cpu_cost: 0.5
4120 build: test
4121 language: c++
4122 src:
4123 - test/cpp/performance/writes_per_rpc_test.cc
4124 deps:
4125 - grpc++_test_util
4126 - grpc_test_util
4127 - grpc++
4128 - grpc
4129 - gpr_test_util
4130 - gpr
Craig Tiller1bb53712017-02-04 15:39:27 -08004131 platforms:
4132 - mac
4133 - linux
4134 - posix
Craig Tillerab230452016-01-04 08:18:43 -08004135- name: public_headers_must_be_c89
4136 build: test
4137 language: c89
4138 src:
4139 - test/core/surface/public_headers_must_be_c89.c
4140 deps:
4141 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004142 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004143vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07004144- linkage: static
4145 name: grpc.dependencies.zlib
4146 props: false
4147 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004148 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08004149- linkage: static
4150 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07004151 props: true
4152 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08004153 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07004154- name: gflags
4155 props: false
4156 redist: false
4157 version: 2.1.2.1
4158- name: gtest
4159 props: false
4160 redist: false
4161 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08004162configs:
4163 asan:
4164 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004165 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4166 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004167 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004168 LD: clang
4169 LDFLAGS: -fsanitize=address
4170 LDXX: clang++
4171 compile_the_world: true
4172 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08004173 ASAN_OPTIONS: detect_leaks=1:color=always
4174 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004175 asan-noleaks:
4176 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004177 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
4178 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004179 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004180 LD: clang
4181 LDFLAGS: -fsanitize=address
4182 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08004183 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004184 test_environ:
4185 ASAN_OPTIONS: detect_leaks=0:color=always
Craig Tillerae945942016-03-23 21:43:58 -07004186 asan-trace-cmp:
4187 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07004188 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
4189 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07004190 CXX: clang++
4191 LD: clang
4192 LDFLAGS: -fsanitize=address
4193 LDXX: clang++
4194 compile_the_world: true
4195 test_environ:
4196 ASAN_OPTIONS: detect_leaks=1:color=always
4197 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Craig Tillera0f85172016-01-20 15:56:06 -08004198 basicprof:
4199 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
4200 DEFINES: NDEBUG
Craig Tillerb038beb2017-02-07 08:28:51 -08004201 counters:
Craig Tillerf3dec9c2017-02-21 10:02:31 -08004202 CPPFLAGS: -O2 -DGPR_LOW_LEVEL_COUNTERS
Craig Tillerb038beb2017-02-07 08:28:51 -08004203 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004204 dbg:
4205 CPPFLAGS: -O0
4206 DEFINES: _DEBUG DEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004207 gcov:
4208 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004209 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08004210 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08004211 DEFINES: _DEBUG DEBUG GPR_GCOV
4212 LD: gcc
4213 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
4214 LDXX: g++
4215 helgrind:
4216 CPPFLAGS: -O0
4217 DEFINES: _DEBUG DEBUG
4218 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004219 valgrind: --tool=helgrind
4220 memcheck:
4221 CPPFLAGS: -O0
4222 DEFINES: _DEBUG DEBUG
4223 LDFLAGS: -rdynamic
Craig Tillera0f85172016-01-20 15:56:06 -08004224 valgrind: --tool=memcheck --leak-check=full
4225 msan:
4226 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07004227 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
4228 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4229 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004230 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004231 DEFINES: NDEBUG
4232 LD: clang
4233 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
4234 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
4235 LDXX: clang++
4236 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08004237 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07004238 CPPFLAGS: -O3 -fno-omit-frame-pointer
4239 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004240 LDFLAGS: -rdynamic
4241 opt:
4242 CPPFLAGS: -O2
4243 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08004244 stapprof:
4245 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
4246 DEFINES: NDEBUG
4247 tsan:
4248 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004249 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07004250 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08004251 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07004252 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08004253 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07004254 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08004255 LDXX: clang++
4256 compile_the_world: true
4257 test_environ:
4258 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
Craig Tillera0f85172016-01-20 15:56:06 -08004259 ubsan:
4260 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004261 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
4262 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08004263 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08004264 DEFINES: NDEBUG
4265 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07004266 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08004267 LDXX: clang++
4268 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07004269 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07004270 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004271defaults:
David Garcia Quintasff311212016-12-06 16:03:18 -08004272 benchmark:
4273 CPPFLAGS: -Ithird_party/benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004274 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004275 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07004276 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004277 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01004278 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004279 global:
Jeremie Girault9c0e9f12016-10-04 13:26:30 +02004280 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter -DOSATOMIC_USE_INLINED=1
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01004281 LDFLAGS: -g
4282 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01004283 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01004284 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08004285node_modules:
4286- deps:
4287 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004288 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08004289 - boringssl
4290 - z
murgatroid9994a75412015-11-19 14:04:53 -08004291 headers:
4292 - src/node/ext/byte_buffer.h
4293 - src/node/ext/call.h
4294 - src/node/ext/call_credentials.h
4295 - src/node/ext/channel.h
4296 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07004297 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08004298 - src/node/ext/server.h
4299 - src/node/ext/server_credentials.h
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004300 - src/node/ext/slice.h
murgatroid9994a75412015-11-19 14:04:53 -08004301 - src/node/ext/timeval.h
4302 js:
4303 - src/node/index.js
4304 - src/node/src/client.js
4305 - src/node/src/common.js
4306 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08004307 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08004308 - src/node/src/metadata.js
4309 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08004310 name: grpc_node
4311 src:
4312 - src/node/ext/byte_buffer.cc
4313 - src/node/ext/call.cc
4314 - src/node/ext/call_credentials.cc
4315 - src/node/ext/channel.cc
4316 - src/node/ext/channel_credentials.cc
murgatroid99013d2032016-11-01 13:05:24 -07004317 - src/node/ext/completion_queue_threadpool.cc
4318 - src/node/ext/completion_queue_uv.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004319 - src/node/ext/node_grpc.cc
4320 - src/node/ext/server.cc
4321 - src/node/ext/server_credentials.cc
murgatroid99acd0ba02017-02-22 13:29:38 -08004322 - src/node/ext/server_generic.cc
4323 - src/node/ext/server_uv.cc
Craig Tiller7c70b6c2017-01-23 07:48:42 -08004324 - src/node/ext/slice.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08004325 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08004326openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07004327 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08004328 extraction_dir: openssl-1.0.2f
4329 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004330php_config_m4:
4331 deps:
4332 - grpc
4333 - gpr
4334 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004335 headers:
4336 - src/php/ext/grpc/byte_buffer.h
4337 - src/php/ext/grpc/call.h
4338 - src/php/ext/grpc/call_credentials.h
4339 - src/php/ext/grpc/channel.h
4340 - src/php/ext/grpc/channel_credentials.h
4341 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07004342 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08004343 - src/php/ext/grpc/php_grpc.h
4344 - src/php/ext/grpc/server.h
4345 - src/php/ext/grpc/server_credentials.h
4346 - src/php/ext/grpc/timeval.h
4347 src:
4348 - src/php/ext/grpc/byte_buffer.c
4349 - src/php/ext/grpc/call.c
4350 - src/php/ext/grpc/call_credentials.c
4351 - src/php/ext/grpc/channel.c
4352 - src/php/ext/grpc/channel_credentials.c
4353 - src/php/ext/grpc/completion_queue.c
4354 - src/php/ext/grpc/php_grpc.c
4355 - src/php/ext/grpc/server.c
4356 - src/php/ext/grpc/server_credentials.c
4357 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08004358python_dependencies:
4359 deps:
4360 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004361 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08004362 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08004363 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01004364ruby_gem:
4365 deps:
4366 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08004367 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07004368 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07004369 - z