blob: 510b366b613fe05fa0afa817c99c225f0fff83d7 [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 Tillerdf095702016-09-13 11:06:40 -070015 core_version: 2.0.0-dev
Craig Tiller8dfdb7e2016-08-29 11:25:56 -070016 g_stands_for: good
Nicolas "Pixel" Noble49bfb922016-07-12 09:31:41 +020017 version: 1.1.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
Craig Tiller25834342015-09-25 08:08:24 -070034 src:
Alistair Veitch4aaba752016-06-02 17:11:46 -070035 - src/core/ext/census/base_resources.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070036 - src/core/ext/census/context.c
Alistair Veitch30fe6322016-05-23 10:11:28 -070037 - src/core/ext/census/gen/census.pb.c
Alistair Veitcha0c69f92016-08-31 12:01:27 -070038 - src/core/ext/census/gen/trace_context.pb.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070039 - src/core/ext/census/grpc_context.c
40 - src/core/ext/census/grpc_filter.c
41 - src/core/ext/census/grpc_plugin.c
42 - src/core/ext/census/initialize.c
43 - src/core/ext/census/mlog.c
44 - src/core/ext/census/operation.c
45 - src/core/ext/census/placeholders.c
Alistair Veitch4aaba752016-06-02 17:11:46 -070046 - src/core/ext/census/resource.c
Vizerai12d1fc62016-09-09 14:22:19 -070047 - src/core/ext/census/trace_context.c
Craig Tiller8f8e9f92016-03-29 09:41:28 -070048 - src/core/ext/census/tracing.c
49 plugin: census_grpc_plugin
Craig Tillerd1697d92016-04-05 16:05:46 -070050 uses:
51 - grpc_base
Alistair Veitch44181c022016-05-26 10:29:38 -070052 - nanopb
Craig Tillerd1697d92016-04-05 16:05:46 -070053- name: gpr_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010054 public_headers:
55 - include/grpc/support/alloc.h
56 - include/grpc/support/atm.h
57 - include/grpc/support/atm_gcc_atomic.h
58 - include/grpc/support/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070059 - include/grpc/support/atm_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010060 - include/grpc/support/avl.h
61 - include/grpc/support/cmdline.h
62 - include/grpc/support/cpu.h
63 - include/grpc/support/histogram.h
64 - include/grpc/support/host_port.h
65 - include/grpc/support/log.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070066 - include/grpc/support/log_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010067 - include/grpc/support/port_platform.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010068 - include/grpc/support/string_util.h
69 - include/grpc/support/subprocess.h
70 - include/grpc/support/sync.h
71 - include/grpc/support/sync_generic.h
72 - include/grpc/support/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070073 - include/grpc/support/sync_windows.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010074 - include/grpc/support/thd.h
75 - include/grpc/support/time.h
76 - include/grpc/support/tls.h
77 - include/grpc/support/tls_gcc.h
78 - include/grpc/support/tls_msvc.h
79 - include/grpc/support/tls_pthread.h
80 - include/grpc/support/useful.h
81 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -070082 - src/core/lib/profiling/timers.h
83 - src/core/lib/support/backoff.h
84 - src/core/lib/support/block_annotate.h
85 - src/core/lib/support/env.h
Craig Tiller0bc11712016-05-02 21:22:46 -070086 - src/core/lib/support/mpscq.h
Craig Tillerf23078c2016-03-25 17:07:29 -070087 - src/core/lib/support/murmur_hash.h
88 - src/core/lib/support/stack_lockfree.h
89 - src/core/lib/support/string.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -070090 - src/core/lib/support/string_windows.h
Craig Tillerf23078c2016-03-25 17:07:29 -070091 - src/core/lib/support/thd_internal.h
92 - src/core/lib/support/time_precise.h
93 - src/core/lib/support/tmpfile.h
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +010094 src:
Craig Tillerf23078c2016-03-25 17:07:29 -070095 - src/core/lib/profiling/basic_timers.c
96 - src/core/lib/profiling/stap_timers.c
97 - src/core/lib/support/alloc.c
98 - src/core/lib/support/avl.c
99 - src/core/lib/support/backoff.c
100 - src/core/lib/support/cmdline.c
101 - src/core/lib/support/cpu_iphone.c
102 - src/core/lib/support/cpu_linux.c
103 - src/core/lib/support/cpu_posix.c
104 - src/core/lib/support/cpu_windows.c
105 - src/core/lib/support/env_linux.c
106 - src/core/lib/support/env_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700107 - src/core/lib/support/env_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700108 - src/core/lib/support/histogram.c
109 - src/core/lib/support/host_port.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700110 - src/core/lib/support/log.c
111 - src/core/lib/support/log_android.c
112 - src/core/lib/support/log_linux.c
113 - src/core/lib/support/log_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700114 - src/core/lib/support/log_windows.c
Craig Tiller0bc11712016-05-02 21:22:46 -0700115 - src/core/lib/support/mpscq.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700116 - src/core/lib/support/murmur_hash.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700117 - src/core/lib/support/stack_lockfree.c
118 - src/core/lib/support/string.c
119 - src/core/lib/support/string_posix.c
Yuchen Zeng4594bd92016-05-31 14:06:01 -0700120 - src/core/lib/support/string_util_windows.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700121 - src/core/lib/support/string_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700122 - src/core/lib/support/subprocess_posix.c
123 - src/core/lib/support/subprocess_windows.c
124 - src/core/lib/support/sync.c
125 - src/core/lib/support/sync_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700126 - src/core/lib/support/sync_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700127 - src/core/lib/support/thd.c
128 - src/core/lib/support/thd_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700129 - src/core/lib/support/thd_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700130 - src/core/lib/support/time.c
131 - src/core/lib/support/time_posix.c
132 - src/core/lib/support/time_precise.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700133 - src/core/lib/support/time_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700134 - src/core/lib/support/tls_pthread.c
Nicolas "Pixel" Noblec4b18a52016-04-15 04:53:54 +0200135 - src/core/lib/support/tmpfile_msys.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700136 - src/core/lib/support/tmpfile_posix.c
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700137 - src/core/lib/support/tmpfile_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700138 - src/core/lib/support/wrap_memcpy.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700139 uses:
140 - gpr_codegen
Craig Tiller1298afd2016-02-09 12:29:17 -0800141- name: gpr_codegen
142 public_headers:
Craig Tiller1298afd2016-02-09 12:29:17 -0800143 - include/grpc/impl/codegen/atm.h
144 - include/grpc/impl/codegen/atm_gcc_atomic.h
145 - include/grpc/impl/codegen/atm_gcc_sync.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700146 - include/grpc/impl/codegen/atm_windows.h
David Garcia Quintas8c5424f2016-08-01 22:49:00 -0700147 - include/grpc/impl/codegen/gpr_types.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800148 - include/grpc/impl/codegen/port_platform.h
149 - include/grpc/impl/codegen/slice.h
Craig Tiller1298afd2016-02-09 12:29:17 -0800150 - include/grpc/impl/codegen/sync.h
151 - include/grpc/impl/codegen/sync_generic.h
152 - include/grpc/impl/codegen/sync_posix.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700153 - include/grpc/impl/codegen/sync_windows.h
Craig Tillerbf4b2242015-08-31 15:53:53 -0700154- name: grpc_base
Craig Tiller25834342015-09-25 08:08:24 -0700155 public_headers:
156 - include/grpc/byte_buffer.h
157 - include/grpc/byte_buffer_reader.h
158 - include/grpc/compression.h
159 - include/grpc/grpc.h
Adam Michalik321b1fb2016-05-16 15:42:36 -0700160 - include/grpc/grpc_posix.h
Nicolas "Pixel" Noblea469e5d2016-08-16 22:09:27 +0200161 - include/grpc/grpc_security_constants.h
Craig Tillerd41a4a72016-10-26 16:16:06 -0700162 - include/grpc/slice.h
163 - include/grpc/slice_buffer.h
Craig Tiller25834342015-09-25 08:08:24 -0700164 - include/grpc/status.h
165 headers:
Craig Tillerf23078c2016-03-25 17:07:29 -0700166 - src/core/lib/channel/channel_args.h
167 - src/core/lib/channel/channel_stack.h
168 - src/core/lib/channel/channel_stack_builder.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700169 - src/core/lib/channel/compress_filter.h
170 - src/core/lib/channel/connected_channel.h
171 - src/core/lib/channel/context.h
Mark D. Roth14c072c2016-08-26 08:31:34 -0700172 - src/core/lib/channel/deadline_filter.h
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700173 - src/core/lib/channel/handshaker.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700174 - src/core/lib/channel/http_client_filter.h
175 - src/core/lib/channel/http_server_filter.h
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700176 - src/core/lib/channel/message_size_filter.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700177 - src/core/lib/compression/algorithm_metadata.h
178 - src/core/lib/compression/message_compress.h
179 - src/core/lib/debug/trace.h
180 - src/core/lib/http/format_request.h
181 - src/core/lib/http/httpcli.h
182 - src/core/lib/http/parser.h
183 - src/core/lib/iomgr/closure.h
Craig Tillerf7cade12016-07-07 21:41:10 -0700184 - src/core/lib/iomgr/combiner.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700185 - src/core/lib/iomgr/endpoint.h
186 - src/core/lib/iomgr/endpoint_pair.h
Craig Tiller27f59af2016-04-28 14:19:48 -0700187 - src/core/lib/iomgr/error.h
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700188 - src/core/lib/iomgr/ev_epoll_linux.h
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700189 - src/core/lib/iomgr/ev_poll_posix.h
Craig Tiller8a034482016-03-28 16:09:04 -0700190 - src/core/lib/iomgr/ev_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700191 - src/core/lib/iomgr/exec_ctx.h
192 - src/core/lib/iomgr/executor.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700193 - src/core/lib/iomgr/iocp_windows.h
194 - src/core/lib/iomgr/iomgr.h
195 - src/core/lib/iomgr/iomgr_internal.h
196 - src/core/lib/iomgr/iomgr_posix.h
Craig Tiller85178862016-05-18 16:09:16 -0700197 - src/core/lib/iomgr/load_file.h
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700198 - src/core/lib/iomgr/network_status_tracker.h
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700199 - src/core/lib/iomgr/polling_entity.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700200 - src/core/lib/iomgr/pollset.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700201 - src/core/lib/iomgr/pollset_set.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700202 - src/core/lib/iomgr/pollset_set_windows.h
murgatroid999030c812016-09-16 13:25:08 -0700203 - src/core/lib/iomgr/pollset_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700204 - src/core/lib/iomgr/pollset_windows.h
murgatroid9954070892016-08-08 17:01:18 -0700205 - src/core/lib/iomgr/port.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700206 - src/core/lib/iomgr/resolve_address.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700207 - src/core/lib/iomgr/resource_quota.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700208 - src/core/lib/iomgr/sockaddr.h
209 - src/core/lib/iomgr/sockaddr_posix.h
210 - src/core/lib/iomgr/sockaddr_utils.h
Yuchen Zeng12dfdc32016-04-26 22:05:41 -0700211 - src/core/lib/iomgr/sockaddr_windows.h
Yuchen Zengde3daf52016-10-13 17:26:26 -0700212 - src/core/lib/iomgr/socket_mutator.h
murgatroid9979b32272016-08-08 13:38:30 -0700213 - src/core/lib/iomgr/socket_utils.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700214 - src/core/lib/iomgr/socket_utils_posix.h
215 - src/core/lib/iomgr/socket_windows.h
216 - src/core/lib/iomgr/tcp_client.h
Craig Tiller86958762016-09-23 12:05:34 -0700217 - src/core/lib/iomgr/tcp_client_posix.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700218 - src/core/lib/iomgr/tcp_posix.h
219 - src/core/lib/iomgr/tcp_server.h
murgatroid999030c812016-09-16 13:25:08 -0700220 - src/core/lib/iomgr/tcp_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700221 - src/core/lib/iomgr/tcp_windows.h
222 - src/core/lib/iomgr/time_averaged_stats.h
223 - src/core/lib/iomgr/timer.h
murgatroid999030c812016-09-16 13:25:08 -0700224 - src/core/lib/iomgr/timer_generic.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700225 - src/core/lib/iomgr/timer_heap.h
murgatroid999030c812016-09-16 13:25:08 -0700226 - src/core/lib/iomgr/timer_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700227 - src/core/lib/iomgr/udp_server.h
228 - src/core/lib/iomgr/unix_sockets_posix.h
kpayson64d195cf52016-10-09 18:04:00 -0700229 - src/core/lib/iomgr/wakeup_fd_cv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700230 - src/core/lib/iomgr/wakeup_fd_pipe.h
231 - src/core/lib/iomgr/wakeup_fd_posix.h
232 - src/core/lib/iomgr/workqueue.h
murgatroid999030c812016-09-16 13:25:08 -0700233 - src/core/lib/iomgr/workqueue_uv.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700234 - src/core/lib/iomgr/workqueue_windows.h
235 - src/core/lib/json/json.h
236 - src/core/lib/json/json_common.h
237 - src/core/lib/json/json_reader.h
238 - src/core/lib/json/json_writer.h
Craig Tillerc3350542016-10-26 16:19:01 -0700239 - src/core/lib/slice/percent_encoding.h
240 - src/core/lib/slice/slice_string_helpers.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700241 - src/core/lib/surface/api_trace.h
242 - src/core/lib/surface/call.h
243 - src/core/lib/surface/call_test_only.h
244 - src/core/lib/surface/channel.h
245 - src/core/lib/surface/channel_init.h
246 - src/core/lib/surface/channel_stack_type.h
247 - src/core/lib/surface/completion_queue.h
248 - src/core/lib/surface/event_string.h
249 - src/core/lib/surface/init.h
250 - src/core/lib/surface/lame_client.h
251 - src/core/lib/surface/server.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700252 - src/core/lib/transport/byte_stream.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700253 - src/core/lib/transport/connectivity_state.h
Mark D. Roth6a721b52016-10-14 12:43:34 -0700254 - src/core/lib/transport/mdstr_hash_table.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700255 - src/core/lib/transport/metadata.h
256 - src/core/lib/transport/metadata_batch.h
Craig Tillerdd2fa642016-10-20 15:46:32 -0700257 - src/core/lib/transport/pid_controller.h
Mark D. Rothea846a02016-11-03 11:32:54 -0700258 - src/core/lib/transport/service_config.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700259 - src/core/lib/transport/static_metadata.h
Robbie Shade710d2422016-07-13 15:15:38 -0400260 - src/core/lib/transport/timeout_encoding.h
Craig Tillerf23078c2016-03-25 17:07:29 -0700261 - src/core/lib/transport/transport.h
262 - src/core/lib/transport/transport_impl.h
Craig Tiller25834342015-09-25 08:08:24 -0700263 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700264 - src/core/lib/channel/channel_args.c
265 - src/core/lib/channel/channel_stack.c
266 - src/core/lib/channel/channel_stack_builder.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700267 - src/core/lib/channel/compress_filter.c
268 - src/core/lib/channel/connected_channel.c
Mark D. Roth14c072c2016-08-26 08:31:34 -0700269 - src/core/lib/channel/deadline_filter.c
Mark D. Rothdfbdefe2016-07-14 09:18:22 -0700270 - src/core/lib/channel/handshaker.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700271 - src/core/lib/channel/http_client_filter.c
272 - src/core/lib/channel/http_server_filter.c
Mark D. Rothaf00d8b2016-08-23 12:48:16 -0700273 - src/core/lib/channel/message_size_filter.c
David Garcia Quintasac094472016-05-18 20:25:57 -0700274 - src/core/lib/compression/compression.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700275 - src/core/lib/compression/message_compress.c
276 - src/core/lib/debug/trace.c
277 - src/core/lib/http/format_request.c
278 - src/core/lib/http/httpcli.c
279 - src/core/lib/http/parser.c
280 - src/core/lib/iomgr/closure.c
Craig Tillerf7cade12016-07-07 21:41:10 -0700281 - src/core/lib/iomgr/combiner.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700282 - src/core/lib/iomgr/endpoint.c
283 - src/core/lib/iomgr/endpoint_pair_posix.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700284 - src/core/lib/iomgr/endpoint_pair_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700285 - src/core/lib/iomgr/endpoint_pair_windows.c
Craig Tiller27f59af2016-04-28 14:19:48 -0700286 - src/core/lib/iomgr/error.c
Sree Kuchibhotlaf448c342016-05-19 10:51:24 -0700287 - src/core/lib/iomgr/ev_epoll_linux.c
Craig Tillerd9a60bb2016-03-28 23:13:19 -0700288 - src/core/lib/iomgr/ev_poll_posix.c
Craig Tiller8a034482016-03-28 16:09:04 -0700289 - src/core/lib/iomgr/ev_posix.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700290 - src/core/lib/iomgr/exec_ctx.c
291 - src/core/lib/iomgr/executor.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700292 - src/core/lib/iomgr/iocp_windows.c
293 - src/core/lib/iomgr/iomgr.c
294 - src/core/lib/iomgr/iomgr_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700295 - src/core/lib/iomgr/iomgr_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700296 - src/core/lib/iomgr/iomgr_windows.c
Craig Tiller85178862016-05-18 16:09:16 -0700297 - src/core/lib/iomgr/load_file.c
Makarand Dharmapurikar0579cfc2016-06-20 15:45:24 -0700298 - src/core/lib/iomgr/network_status_tracker.c
David Garcia Quintas2a50dfe2016-05-31 15:09:12 -0700299 - src/core/lib/iomgr/polling_entity.c
murgatroid999030c812016-09-16 13:25:08 -0700300 - src/core/lib/iomgr/pollset_set_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700301 - src/core/lib/iomgr/pollset_set_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700302 - src/core/lib/iomgr/pollset_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700303 - src/core/lib/iomgr/pollset_windows.c
304 - src/core/lib/iomgr/resolve_address_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700305 - src/core/lib/iomgr/resolve_address_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700306 - src/core/lib/iomgr/resolve_address_windows.c
Craig Tiller20afa3d2016-10-17 14:52:14 -0700307 - src/core/lib/iomgr/resource_quota.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700308 - src/core/lib/iomgr/sockaddr_utils.c
Yuchen Zengde3daf52016-10-13 17:26:26 -0700309 - src/core/lib/iomgr/socket_mutator.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700310 - src/core/lib/iomgr/socket_utils_common_posix.c
311 - src/core/lib/iomgr/socket_utils_linux.c
312 - src/core/lib/iomgr/socket_utils_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700313 - src/core/lib/iomgr/socket_utils_uv.c
murgatroid9979b32272016-08-08 13:38:30 -0700314 - src/core/lib/iomgr/socket_utils_windows.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700315 - src/core/lib/iomgr/socket_windows.c
316 - src/core/lib/iomgr/tcp_client_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700317 - src/core/lib/iomgr/tcp_client_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700318 - src/core/lib/iomgr/tcp_client_windows.c
319 - src/core/lib/iomgr/tcp_posix.c
320 - src/core/lib/iomgr/tcp_server_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700321 - src/core/lib/iomgr/tcp_server_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700322 - src/core/lib/iomgr/tcp_server_windows.c
murgatroid999030c812016-09-16 13:25:08 -0700323 - src/core/lib/iomgr/tcp_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700324 - src/core/lib/iomgr/tcp_windows.c
325 - src/core/lib/iomgr/time_averaged_stats.c
murgatroid999030c812016-09-16 13:25:08 -0700326 - src/core/lib/iomgr/timer_generic.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700327 - src/core/lib/iomgr/timer_heap.c
murgatroid999030c812016-09-16 13:25:08 -0700328 - src/core/lib/iomgr/timer_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700329 - src/core/lib/iomgr/udp_server.c
330 - src/core/lib/iomgr/unix_sockets_posix.c
331 - src/core/lib/iomgr/unix_sockets_posix_noop.c
kpayson64d195cf52016-10-09 18:04:00 -0700332 - src/core/lib/iomgr/wakeup_fd_cv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700333 - src/core/lib/iomgr/wakeup_fd_eventfd.c
334 - src/core/lib/iomgr/wakeup_fd_nospecial.c
335 - src/core/lib/iomgr/wakeup_fd_pipe.c
336 - src/core/lib/iomgr/wakeup_fd_posix.c
murgatroid999030c812016-09-16 13:25:08 -0700337 - src/core/lib/iomgr/workqueue_uv.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700338 - src/core/lib/iomgr/workqueue_windows.c
339 - src/core/lib/json/json.c
340 - src/core/lib/json/json_reader.c
341 - src/core/lib/json/json_string.c
342 - src/core/lib/json/json_writer.c
Craig Tillerc3350542016-10-26 16:19:01 -0700343 - src/core/lib/slice/percent_encoding.c
344 - src/core/lib/slice/slice.c
345 - src/core/lib/slice/slice_buffer.c
346 - src/core/lib/slice/slice_string_helpers.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700347 - src/core/lib/surface/alarm.c
348 - src/core/lib/surface/api_trace.c
349 - src/core/lib/surface/byte_buffer.c
350 - src/core/lib/surface/byte_buffer_reader.c
351 - src/core/lib/surface/call.c
352 - src/core/lib/surface/call_details.c
353 - src/core/lib/surface/call_log_batch.c
354 - src/core/lib/surface/channel.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700355 - src/core/lib/surface/channel_init.c
356 - src/core/lib/surface/channel_ping.c
357 - src/core/lib/surface/channel_stack_type.c
358 - src/core/lib/surface/completion_queue.c
359 - src/core/lib/surface/event_string.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700360 - src/core/lib/surface/lame_client.c
361 - src/core/lib/surface/metadata_array.c
362 - src/core/lib/surface/server.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700363 - src/core/lib/surface/validate_metadata.c
364 - src/core/lib/surface/version.c
365 - src/core/lib/transport/byte_stream.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700366 - src/core/lib/transport/connectivity_state.c
Mark D. Roth6a721b52016-10-14 12:43:34 -0700367 - src/core/lib/transport/mdstr_hash_table.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700368 - src/core/lib/transport/metadata.c
369 - src/core/lib/transport/metadata_batch.c
Craig Tillerdd2fa642016-10-20 15:46:32 -0700370 - src/core/lib/transport/pid_controller.c
Mark D. Rothea846a02016-11-03 11:32:54 -0700371 - src/core/lib/transport/service_config.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700372 - src/core/lib/transport/static_metadata.c
Robbie Shade710d2422016-07-13 15:15:38 -0400373 - src/core/lib/transport/timeout_encoding.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700374 - src/core/lib/transport/transport.c
375 - src/core/lib/transport/transport_op_string.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700376 deps:
377 - gpr
378 uses:
379 - grpc_codegen
Mark D. Roth2137cd82016-09-14 09:04:00 -0700380- name: grpc_client_channel
Craig Tiller016a81d2016-03-31 13:49:05 -0700381 headers:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700382 - src/core/ext/client_channel/client_channel.h
383 - src/core/ext/client_channel/client_channel_factory.h
384 - src/core/ext/client_channel/connector.h
Mark D. Roth15195742016-10-07 09:02:28 -0700385 - src/core/ext/client_channel/http_connect_handshaker.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700386 - src/core/ext/client_channel/initial_connect_string.h
387 - src/core/ext/client_channel/lb_policy.h
388 - src/core/ext/client_channel/lb_policy_factory.h
389 - src/core/ext/client_channel/lb_policy_registry.h
390 - src/core/ext/client_channel/parse_address.h
391 - src/core/ext/client_channel/resolver.h
392 - src/core/ext/client_channel/resolver_factory.h
393 - src/core/ext/client_channel/resolver_registry.h
Mark D. Roth2137cd82016-09-14 09:04:00 -0700394 - src/core/ext/client_channel/subchannel.h
395 - src/core/ext/client_channel/subchannel_index.h
396 - src/core/ext/client_channel/uri_parser.h
Craig Tiller016a81d2016-03-31 13:49:05 -0700397 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -0700398 - src/core/ext/client_channel/channel_connectivity.c
399 - src/core/ext/client_channel/client_channel.c
400 - src/core/ext/client_channel/client_channel_factory.c
401 - src/core/ext/client_channel/client_channel_plugin.c
402 - src/core/ext/client_channel/connector.c
403 - src/core/ext/client_channel/default_initial_connect_string.c
Mark D. Roth15195742016-10-07 09:02:28 -0700404 - src/core/ext/client_channel/http_connect_handshaker.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700405 - src/core/ext/client_channel/initial_connect_string.c
406 - src/core/ext/client_channel/lb_policy.c
407 - src/core/ext/client_channel/lb_policy_factory.c
408 - src/core/ext/client_channel/lb_policy_registry.c
409 - src/core/ext/client_channel/parse_address.c
410 - src/core/ext/client_channel/resolver.c
411 - src/core/ext/client_channel/resolver_factory.c
412 - src/core/ext/client_channel/resolver_registry.c
Mark D. Roth2137cd82016-09-14 09:04:00 -0700413 - src/core/ext/client_channel/subchannel.c
414 - src/core/ext/client_channel/subchannel_index.c
415 - src/core/ext/client_channel/uri_parser.c
416 plugin: grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700417 uses:
418 - grpc_base
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800419- name: grpc_codegen
420 public_headers:
David Garcia Quintas1b2db632016-04-27 15:06:54 -0700421 - include/grpc/impl/codegen/byte_buffer_reader.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800422 - include/grpc/impl/codegen/compression_types.h
David Garcia Quintasddcb53a2016-01-21 17:48:34 -0800423 - include/grpc/impl/codegen/connectivity_state.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800424 - include/grpc/impl/codegen/grpc_types.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800425 - include/grpc/impl/codegen/propagation_bits.h
David Garcia Quintas2425bbb2016-01-25 17:32:48 -0800426 - include/grpc/impl/codegen/status.h
Craig Tiller03915e52016-04-07 09:15:10 -0700427 uses:
428 - gpr_codegen
Craig Tiller023caf12016-03-29 08:00:30 -0700429- name: grpc_lb_policy_grpclb
430 headers:
David Garcia Quintasb2e986b2016-06-15 23:55:50 -0700431 - src/core/ext/lb_policy/grpclb/grpclb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700432 - src/core/ext/lb_policy/grpclb/load_balancer_api.h
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700433 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.h
Craig Tiller023caf12016-03-29 08:00:30 -0700434 src:
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700435 - src/core/ext/lb_policy/grpclb/grpclb.c
Craig Tiller023caf12016-03-29 08:00:30 -0700436 - src/core/ext/lb_policy/grpclb/load_balancer_api.c
David Garcia Quintas7f0793a2016-04-25 12:35:58 -0700437 - src/core/ext/lb_policy/grpclb/proto/grpc/lb/v1/load_balancer.pb.c
David Garcia Quintas3fb8f732016-06-15 22:53:08 -0700438 plugin: grpc_lb_policy_grpclb
Craig Tiller023caf12016-03-29 08:00:30 -0700439 uses:
440 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700441 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700442 - nanopb
Craig Tiller023caf12016-03-29 08:00:30 -0700443- name: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700444 src:
445 - src/core/ext/lb_policy/pick_first/pick_first.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700446 plugin: grpc_lb_policy_pick_first
Craig Tiller023caf12016-03-29 08:00:30 -0700447 uses:
448 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700449 - grpc_client_channel
Craig Tiller023caf12016-03-29 08:00:30 -0700450- name: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700451 src:
452 - src/core/ext/lb_policy/round_robin/round_robin.c
Craig Tiller04b7ca82016-03-29 08:07:54 -0700453 plugin: grpc_lb_policy_round_robin
Craig Tiller023caf12016-03-29 08:00:30 -0700454 uses:
455 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700456 - grpc_client_channel
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700457- name: grpc_load_reporting
458 headers:
459 - src/core/ext/load_reporting/load_reporting.h
460 - src/core/ext/load_reporting/load_reporting_filter.h
461 src:
462 - src/core/ext/load_reporting/load_reporting.c
463 - src/core/ext/load_reporting/load_reporting_filter.c
464 plugin: grpc_load_reporting_plugin
465 uses:
466 - grpc_base
Craig Tiller65938df2016-03-31 13:08:49 -0700467- name: grpc_resolver_dns_native
468 src:
469 - src/core/ext/resolver/dns/native/dns_resolver.c
470 plugin: grpc_resolver_dns_native
471 uses:
472 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700473 - grpc_client_channel
Craig Tiller65938df2016-03-31 13:08:49 -0700474- name: grpc_resolver_sockaddr
475 src:
476 - src/core/ext/resolver/sockaddr/sockaddr_resolver.c
477 plugin: grpc_resolver_sockaddr
478 uses:
479 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700480 - grpc_client_channel
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100481- name: grpc_secure
Craig Tillerd1697d92016-04-05 16:05:46 -0700482 public_headers:
483 - include/grpc/grpc_security.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100484 headers:
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700485 - src/core/lib/security/context/security_context.h
486 - src/core/lib/security/credentials/composite/composite_credentials.h
487 - src/core/lib/security/credentials/credentials.h
488 - src/core/lib/security/credentials/fake/fake_credentials.h
489 - src/core/lib/security/credentials/google_default/google_default_credentials.h
490 - src/core/lib/security/credentials/iam/iam_credentials.h
491 - src/core/lib/security/credentials/jwt/json_token.h
492 - src/core/lib/security/credentials/jwt/jwt_credentials.h
493 - src/core/lib/security/credentials/jwt/jwt_verifier.h
494 - src/core/lib/security/credentials/oauth2/oauth2_credentials.h
495 - src/core/lib/security/credentials/plugin/plugin_credentials.h
496 - src/core/lib/security/credentials/ssl/ssl_credentials.h
497 - src/core/lib/security/transport/auth_filters.h
498 - src/core/lib/security/transport/handshake.h
499 - src/core/lib/security/transport/secure_endpoint.h
500 - src/core/lib/security/transport/security_connector.h
Craig Tillerddad9782016-05-05 17:11:31 -0700501 - src/core/lib/security/transport/tsi_error.h
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700502 - src/core/lib/security/util/b64.h
503 - src/core/lib/security/util/json_util.h
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100504 src:
Craig Tillerf23078c2016-03-25 17:07:29 -0700505 - src/core/lib/http/httpcli_security_connector.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700506 - src/core/lib/security/context/security_context.c
507 - src/core/lib/security/credentials/composite/composite_credentials.c
508 - src/core/lib/security/credentials/credentials.c
509 - src/core/lib/security/credentials/credentials_metadata.c
510 - src/core/lib/security/credentials/fake/fake_credentials.c
murgatroid997c205902016-08-09 10:07:42 -0700511 - src/core/lib/security/credentials/google_default/credentials_generic.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700512 - src/core/lib/security/credentials/google_default/google_default_credentials.c
513 - src/core/lib/security/credentials/iam/iam_credentials.c
514 - src/core/lib/security/credentials/jwt/json_token.c
515 - src/core/lib/security/credentials/jwt/jwt_credentials.c
516 - src/core/lib/security/credentials/jwt/jwt_verifier.c
517 - src/core/lib/security/credentials/oauth2/oauth2_credentials.c
518 - src/core/lib/security/credentials/plugin/plugin_credentials.c
519 - src/core/lib/security/credentials/ssl/ssl_credentials.c
520 - src/core/lib/security/transport/client_auth_filter.c
521 - src/core/lib/security/transport/handshake.c
522 - src/core/lib/security/transport/secure_endpoint.c
523 - src/core/lib/security/transport/security_connector.c
524 - src/core/lib/security/transport/server_auth_filter.c
Craig Tillerddad9782016-05-05 17:11:31 -0700525 - src/core/lib/security/transport/tsi_error.c
Julien Boeuf8ca294e2016-05-02 14:56:30 -0700526 - src/core/lib/security/util/b64.c
527 - src/core/lib/security/util/json_util.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700528 - src/core/lib/surface/init_secure.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700529 secure: true
Craig Tillerd1697d92016-04-05 16:05:46 -0700530 uses:
531 - grpc_base
532 - grpc_transport_chttp2_alpn
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700533 - tsi
Craig Tillerbf4b2242015-08-31 15:53:53 -0700534- name: grpc_test_util_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700535 build: test
Craig Tiller25834342015-09-25 08:08:24 -0700536 headers:
537 - test/core/end2end/cq_verifier.h
Mark D. Rothda0ec822016-10-03 11:32:04 -0700538 - test/core/end2end/fake_resolver.h
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700539 - test/core/end2end/fixtures/http_proxy.h
Craig Tiller25834342015-09-25 08:08:24 -0700540 - test/core/end2end/fixtures/proxy.h
541 - test/core/iomgr/endpoint_tests.h
Craig Tiller25834342015-09-25 08:08:24 -0700542 - test/core/util/grpc_profiler.h
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200543 - test/core/util/memory_counters.h
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700544 - test/core/util/mock_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700545 - test/core/util/parse_hexstring.h
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700546 - test/core/util/passthru_endpoint.h
Craig Tiller25834342015-09-25 08:08:24 -0700547 - test/core/util/port.h
Craig Tiller19d7d802016-03-17 08:47:05 -0700548 - test/core/util/port_server_client.h
Craig Tiller25834342015-09-25 08:08:24 -0700549 - test/core/util/slice_splitter.h
550 src:
551 - test/core/end2end/cq_verifier.c
Mark D. Rothda0ec822016-10-03 11:32:04 -0700552 - test/core/end2end/fake_resolver.c
Mark D. Roth3cfc5a72016-07-27 07:48:39 -0700553 - test/core/end2end/fixtures/http_proxy.c
Craig Tiller25834342015-09-25 08:08:24 -0700554 - test/core/end2end/fixtures/proxy.c
555 - test/core/iomgr/endpoint_tests.c
Craig Tiller25834342015-09-25 08:08:24 -0700556 - test/core/util/grpc_profiler.c
Nicolas "Pixel" Noble85a46dd2016-04-12 01:50:51 +0200557 - test/core/util/memory_counters.c
Craig Tiller2d8d13a2016-04-03 13:04:41 -0700558 - test/core/util/mock_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700559 - test/core/util/parse_hexstring.c
Craig Tiller62c7a5a2016-04-13 22:25:03 -0700560 - test/core/util/passthru_endpoint.c
Craig Tiller25834342015-09-25 08:08:24 -0700561 - test/core/util/port_posix.c
Craig Tiller19d7d802016-03-17 08:47:05 -0700562 - test/core/util/port_server_client.c
murgatroid99c36f6ea2016-10-03 09:24:09 -0700563 - test/core/util/port_uv.c
Craig Tiller25834342015-09-25 08:08:24 -0700564 - test/core/util/port_windows.c
565 - test/core/util/slice_splitter.c
Craig Tillerd1697d92016-04-05 16:05:46 -0700566 deps:
567 - grpc
568 - gpr_test_util
Craig Tillerf0555b32016-03-28 10:19:24 -0700569- name: grpc_transport_chttp2
570 headers:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700571 - src/core/ext/transport/chttp2/transport/bin_decoder.h
Craig Tillerf82ddc42016-04-05 17:15:07 -0700572 - src/core/ext/transport/chttp2/transport/bin_encoder.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700573 - src/core/ext/transport/chttp2/transport/chttp2_transport.h
574 - src/core/ext/transport/chttp2/transport/frame.h
575 - src/core/ext/transport/chttp2/transport/frame_data.h
576 - src/core/ext/transport/chttp2/transport/frame_goaway.h
577 - src/core/ext/transport/chttp2/transport/frame_ping.h
578 - src/core/ext/transport/chttp2/transport/frame_rst_stream.h
579 - src/core/ext/transport/chttp2/transport/frame_settings.h
580 - src/core/ext/transport/chttp2/transport/frame_window_update.h
581 - src/core/ext/transport/chttp2/transport/hpack_encoder.h
582 - src/core/ext/transport/chttp2/transport/hpack_parser.h
583 - src/core/ext/transport/chttp2/transport/hpack_table.h
584 - src/core/ext/transport/chttp2/transport/http2_errors.h
585 - src/core/ext/transport/chttp2/transport/huffsyms.h
586 - src/core/ext/transport/chttp2/transport/incoming_metadata.h
587 - src/core/ext/transport/chttp2/transport/internal.h
588 - src/core/ext/transport/chttp2/transport/status_conversion.h
589 - src/core/ext/transport/chttp2/transport/stream_map.h
Craig Tillerf0555b32016-03-28 10:19:24 -0700590 - src/core/ext/transport/chttp2/transport/varint.h
591 src:
Yuchen Zengd982bba2016-05-12 18:53:52 -0700592 - src/core/ext/transport/chttp2/transport/bin_decoder.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700593 - src/core/ext/transport/chttp2/transport/bin_encoder.c
594 - src/core/ext/transport/chttp2/transport/chttp2_plugin.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700595 - src/core/ext/transport/chttp2/transport/chttp2_transport.c
596 - src/core/ext/transport/chttp2/transport/frame_data.c
597 - src/core/ext/transport/chttp2/transport/frame_goaway.c
598 - src/core/ext/transport/chttp2/transport/frame_ping.c
599 - src/core/ext/transport/chttp2/transport/frame_rst_stream.c
600 - src/core/ext/transport/chttp2/transport/frame_settings.c
601 - src/core/ext/transport/chttp2/transport/frame_window_update.c
602 - src/core/ext/transport/chttp2/transport/hpack_encoder.c
603 - src/core/ext/transport/chttp2/transport/hpack_parser.c
604 - src/core/ext/transport/chttp2/transport/hpack_table.c
605 - src/core/ext/transport/chttp2/transport/huffsyms.c
606 - src/core/ext/transport/chttp2/transport/incoming_metadata.c
607 - src/core/ext/transport/chttp2/transport/parsing.c
608 - src/core/ext/transport/chttp2/transport/status_conversion.c
609 - src/core/ext/transport/chttp2/transport/stream_lists.c
610 - src/core/ext/transport/chttp2/transport/stream_map.c
Craig Tillerf0555b32016-03-28 10:19:24 -0700611 - src/core/ext/transport/chttp2/transport/varint.c
612 - src/core/ext/transport/chttp2/transport/writing.c
Craig Tillerf82ddc42016-04-05 17:15:07 -0700613 plugin: grpc_chttp2_plugin
Craig Tiller44cc10b2016-03-28 10:45:29 -0700614 uses:
615 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700616 - grpc_transport_chttp2_alpn
617- name: grpc_transport_chttp2_alpn
618 headers:
619 - src/core/ext/transport/chttp2/alpn/alpn.h
620 src:
621 - src/core/ext/transport/chttp2/alpn/alpn.c
622 deps:
623 - gpr
Craig Tillerf0555b32016-03-28 10:19:24 -0700624- name: grpc_transport_chttp2_client_insecure
625 src:
626 - src/core/ext/transport/chttp2/client/insecure/channel_create.c
Adam Michalik321b1fb2016-05-16 15:42:36 -0700627 - src/core/ext/transport/chttp2/client/insecure/channel_create_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700628 uses:
629 - grpc_transport_chttp2
630 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700631 - grpc_client_channel
Craig Tillerf0555b32016-03-28 10:19:24 -0700632- name: grpc_transport_chttp2_client_secure
633 src:
634 - src/core/ext/transport/chttp2/client/secure/secure_channel_create.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700635 uses:
636 - grpc_transport_chttp2
637 - grpc_base
Mark D. Roth2137cd82016-09-14 09:04:00 -0700638 - grpc_client_channel
Craig Tillerd1697d92016-04-05 16:05:46 -0700639 - grpc_secure
Craig Tillerf0555b32016-03-28 10:19:24 -0700640- name: grpc_transport_chttp2_server_insecure
641 src:
642 - src/core/ext/transport/chttp2/server/insecure/server_chttp2.c
Adam Michalikbf10c822016-05-20 16:13:32 -0700643 - src/core/ext/transport/chttp2/server/insecure/server_chttp2_posix.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700644 uses:
645 - grpc_transport_chttp2
646 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700647- name: grpc_transport_chttp2_server_secure
648 src:
649 - src/core/ext/transport/chttp2/server/secure/server_secure_chttp2.c
Craig Tiller44cc10b2016-03-28 10:45:29 -0700650 uses:
651 - grpc_transport_chttp2
652 - grpc_base
Craig Tillerd1697d92016-04-05 16:05:46 -0700653 - grpc_secure
makdharmac2ec95b2016-05-11 16:26:15 -0700654- name: grpc_transport_cronet_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700655 public_headers:
656 - include/grpc/grpc_cronet.h
657 - include/grpc/grpc_security.h
658 - include/grpc/grpc_security_constants.h
makdharmac2ec95b2016-05-11 16:26:15 -0700659 headers:
makdharmac2ec95b2016-05-11 16:26:15 -0700660 - third_party/objective_c/Cronet/cronet_c_for_grpc.h
661 src:
662 - src/core/ext/transport/cronet/client/secure/cronet_channel_create.c
663 - src/core/ext/transport/cronet/transport/cronet_api_dummy.c
664 - src/core/ext/transport/cronet/transport/cronet_transport.c
Makarand Dharmapurikard46efd72016-05-11 16:56:39 -0700665 filegroups:
666 - grpc_base
667 - grpc_transport_chttp2
Craig Tillereb841e22016-02-11 15:49:16 -0800668- name: nanopb
669 headers:
670 - third_party/nanopb/pb.h
671 - third_party/nanopb/pb_common.h
672 - third_party/nanopb/pb_decode.h
673 - third_party/nanopb/pb_encode.h
674 src:
675 - third_party/nanopb/pb_common.c
676 - third_party/nanopb/pb_decode.c
677 - third_party/nanopb/pb_encode.c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700678- name: tsi
679 headers:
680 - src/core/lib/tsi/fake_transport_security.h
681 - src/core/lib/tsi/ssl_transport_security.h
682 - src/core/lib/tsi/ssl_types.h
683 - src/core/lib/tsi/transport_security.h
684 - src/core/lib/tsi/transport_security_interface.h
685 src:
686 - src/core/lib/tsi/fake_transport_security.c
687 - src/core/lib/tsi/ssl_transport_security.c
688 - src/core/lib/tsi/transport_security.c
689 deps:
690 - gpr
691 secure: true
692- name: grpc++_base
693 language: c++
694 public_headers:
695 - include/grpc++/alarm.h
696 - include/grpc++/channel.h
697 - include/grpc++/client_context.h
698 - include/grpc++/completion_queue.h
699 - include/grpc++/create_channel.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700700 - include/grpc++/create_channel_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700701 - include/grpc++/generic/async_generic_service.h
702 - include/grpc++/generic/generic_stub.h
703 - include/grpc++/grpc++.h
704 - include/grpc++/impl/call.h
705 - include/grpc++/impl/client_unary_call.h
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -0700706 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700707 - include/grpc++/impl/grpc_library.h
708 - include/grpc++/impl/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700709 - include/grpc++/impl/rpc_method.h
710 - include/grpc++/impl/rpc_service_method.h
711 - include/grpc++/impl/serialization_traits.h
712 - include/grpc++/impl/server_builder_option.h
Yuchen Zenga42ec212016-04-29 13:03:06 -0700713 - include/grpc++/impl/server_builder_plugin.h
714 - include/grpc++/impl/server_initializer.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700715 - include/grpc++/impl/service_type.h
Craig Tiller20afa3d2016-10-17 14:52:14 -0700716 - include/grpc++/resource_quota.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700717 - include/grpc++/security/auth_context.h
718 - include/grpc++/security/auth_metadata_processor.h
719 - include/grpc++/security/credentials.h
720 - include/grpc++/security/server_credentials.h
721 - include/grpc++/server.h
722 - include/grpc++/server_builder.h
723 - include/grpc++/server_context.h
Adam Michalikb97e2d12016-06-02 12:12:55 -0700724 - include/grpc++/server_posix.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700725 - include/grpc++/support/async_stream.h
726 - include/grpc++/support/async_unary_call.h
727 - include/grpc++/support/byte_buffer.h
728 - include/grpc++/support/channel_arguments.h
yang-g17487f92016-06-03 15:21:15 -0700729 - include/grpc++/support/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700730 - include/grpc++/support/slice.h
731 - include/grpc++/support/status.h
732 - include/grpc++/support/status_code_enum.h
733 - include/grpc++/support/string_ref.h
734 - include/grpc++/support/stub_options.h
735 - include/grpc++/support/sync_stream.h
736 - include/grpc++/support/time.h
737 headers:
738 - src/cpp/client/create_channel_internal.h
Mark D. Rothab950ee2016-06-29 14:51:53 -0700739 - src/cpp/common/channel_filter.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700740 - src/cpp/server/dynamic_thread_pool.h
741 - src/cpp/server/thread_pool_interface.h
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700742 - src/cpp/thread_manager/thread_manager.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700743 src:
Craig Tiller102fa962016-08-22 13:56:36 -0700744 - src/cpp/client/channel_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700745 - src/cpp/client/client_context.cc
746 - src/cpp/client/create_channel.cc
747 - src/cpp/client/create_channel_internal.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700748 - src/cpp/client/create_channel_posix.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700749 - src/cpp/client/credentials_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700750 - src/cpp/client/generic_stub.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700751 - src/cpp/common/channel_arguments.cc
Mark D. Rothec0bc8b2016-06-15 14:02:57 -0700752 - src/cpp/common/channel_filter.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700753 - src/cpp/common/completion_queue_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700754 - src/cpp/common/core_codegen.cc
Craig Tiller20afa3d2016-10-17 14:52:14 -0700755 - src/cpp/common/resource_quota_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700756 - src/cpp/common/rpc_method.cc
Craig Tillered913242016-11-04 16:31:30 -0700757 - src/cpp/common/version_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700758 - src/cpp/server/async_generic_service.cc
759 - src/cpp/server/create_default_thread_pool.cc
760 - src/cpp/server/dynamic_thread_pool.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700761 - src/cpp/server/server_builder.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700762 - src/cpp/server/server_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700763 - src/cpp/server/server_context.cc
764 - src/cpp/server/server_credentials.cc
Adam Michalikb97e2d12016-06-02 12:12:55 -0700765 - src/cpp/server/server_posix.cc
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -0700766 - src/cpp/thread_manager/thread_manager.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700767 - src/cpp/util/byte_buffer_cc.cc
768 - src/cpp/util/slice_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700769 - src/cpp/util/status.cc
770 - src/cpp/util/string_ref.cc
Craig Tiller102fa962016-08-22 13:56:36 -0700771 - src/cpp/util/time_cc.cc
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700772 uses:
yang-g17487f92016-06-03 15:21:15 -0700773 - grpc++_codegen_base
774- name: grpc++_codegen_base
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700775 language: c++
776 public_headers:
777 - include/grpc++/impl/codegen/async_stream.h
778 - include/grpc++/impl/codegen/async_unary_call.h
779 - include/grpc++/impl/codegen/call.h
780 - include/grpc++/impl/codegen/call_hook.h
781 - include/grpc++/impl/codegen/channel_interface.h
782 - include/grpc++/impl/codegen/client_context.h
783 - include/grpc++/impl/codegen/client_unary_call.h
784 - include/grpc++/impl/codegen/completion_queue.h
785 - include/grpc++/impl/codegen/completion_queue_tag.h
yang-g17487f92016-06-03 15:21:15 -0700786 - include/grpc++/impl/codegen/config.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700787 - include/grpc++/impl/codegen/core_codegen_interface.h
788 - include/grpc++/impl/codegen/create_auth_context.h
789 - include/grpc++/impl/codegen/grpc_library.h
790 - include/grpc++/impl/codegen/method_handler_impl.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700791 - include/grpc++/impl/codegen/rpc_method.h
792 - include/grpc++/impl/codegen/rpc_service_method.h
793 - include/grpc++/impl/codegen/security/auth_context.h
794 - include/grpc++/impl/codegen/serialization_traits.h
795 - include/grpc++/impl/codegen/server_context.h
796 - include/grpc++/impl/codegen/server_interface.h
797 - include/grpc++/impl/codegen/service_type.h
798 - include/grpc++/impl/codegen/status.h
799 - include/grpc++/impl/codegen/status_code_enum.h
yang-gd5581492016-09-06 14:05:53 -0700800 - include/grpc++/impl/codegen/status_helper.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700801 - include/grpc++/impl/codegen/string_ref.h
802 - include/grpc++/impl/codegen/stub_options.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700803 - include/grpc++/impl/codegen/sync_stream.h
804 - include/grpc++/impl/codegen/time.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700805 uses:
806 - grpc_codegen
yang-gddc3ebb2016-06-13 10:40:32 -0700807- name: grpc++_codegen_base_src
808 language: c++
809 src:
810 - src/cpp/codegen/codegen_init.cc
811 uses:
812 - grpc++_codegen_base
yang-g17487f92016-06-03 15:21:15 -0700813- name: grpc++_codegen_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700814 language: c++
815 public_headers:
yang-g17487f92016-06-03 15:21:15 -0700816 - include/grpc++/impl/codegen/proto_utils.h
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700817 uses:
yang-g17487f92016-06-03 15:21:15 -0700818 - grpc++_codegen_base
819 - grpc++_config_proto
820- name: grpc++_config_proto
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700821 language: c++
822 public_headers:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700823 - include/grpc++/impl/codegen/config_protobuf.h
Yuchen Zeng13184792016-07-18 13:07:42 -0700824- name: grpc++_reflection_proto
825 language: c++
Yuchen Zeng13184792016-07-18 13:07:42 -0700826 src:
Yuchen Zeng169c9852016-10-14 15:58:09 -0700827 - src/proto/grpc/reflection/v1alpha/reflection.proto
chedetibc618ee2016-07-31 15:35:51 -0700828- name: thrift_util
829 language: c++
830 public_headers:
831 - include/grpc++/impl/codegen/thrift_serializer.h
chedetibc618ee2016-07-31 15:35:51 -0700832 - include/grpc++/impl/codegen/thrift_utils.h
833 uses:
834 - grpc++_codegen_base
Nicolas "Pixel" Noble09121792016-01-30 09:01:53 +0100835libs:
Craig Tillerda179ce2016-02-09 12:01:53 -0800836- name: gpr
837 build: all
838 language: c
Craig Tillerda179ce2016-02-09 12:01:53 -0800839 filegroups:
Craig Tillerd1697d92016-04-05 16:05:46 -0700840 - gpr_base
Craig Tillerda179ce2016-02-09 12:01:53 -0800841 secure: false
842 vs_project_guid: '{B23D3D1A-9438-4EDA-BEB6-9A0A03D17792}'
843- name: gpr_test_util
844 build: private
845 language: c
846 headers:
847 - test/core/util/test_config.h
848 src:
849 - test/core/util/test_config.c
850 deps:
851 - gpr
852 secure: false
853 vs_project_guid: '{EAB0A629-17A9-44DB-B5FF-E91A721FE037}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700854- name: grpc
855 build: all
856 language: c
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700857 src:
858 - src/core/lib/surface/init.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700859 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800860 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700861 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700862 filegroups:
863 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700864 - grpc_transport_chttp2_server_secure
865 - grpc_transport_chttp2_client_secure
866 - grpc_transport_chttp2_server_insecure
867 - grpc_transport_chttp2_client_insecure
Craig Tiller023caf12016-03-29 08:00:30 -0700868 - grpc_lb_policy_grpclb
869 - grpc_lb_policy_pick_first
870 - grpc_lb_policy_round_robin
Craig Tiller65938df2016-03-31 13:08:49 -0700871 - grpc_resolver_dns_native
872 - grpc_resolver_sockaddr
David Garcia Quintasb41363e2016-04-29 00:41:21 -0700873 - grpc_load_reporting
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100874 - grpc_secure
Craig Tiller25834342015-09-25 08:08:24 -0700875 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700876 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700877 secure: true
Craig Tiller25834342015-09-25 08:08:24 -0700878 vs_packages:
879 - grpc.dependencies.openssl
880 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -0700881 vs_project_guid: '{29D16885-7228-4C31-81ED-5F9187C7F2A9}'
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700882- name: grpc_cronet
883 build: all
884 language: c
885 src:
886 - src/core/lib/surface/init.c
887 baselib: true
888 deps_linkage: static
889 dll: true
890 filegroups:
891 - grpc_base
892 - grpc_transport_cronet_client_secure
Makarand Dharmapurikareaf54262016-06-01 18:32:42 -0700893 - grpc_transport_chttp2_client_secure
Makarand Dharmapurikar38d80552016-06-01 15:02:04 -0700894 generate_plugin_registry: true
895 platforms:
896 - linux
897 secure: true
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100898- name: grpc_dll
899 build: private
900 language: c
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100901 src: []
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100902 deps:
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100903 - gpr
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100904 - grpc
Nicolas "Pixel" Noblee0dbd3f2016-02-23 00:21:38 +0100905 build_system:
906 - visual_studio
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100907 deps_linkage: static
Nicolas "Pixel" Noble2e8fdba2016-02-19 02:09:47 +0100908 dll_def: grpc.def
Nicolas "Pixel" Noble3ba2eba2016-02-19 01:39:59 +0100909 vs_config_type: DynamicLibrary
910 vs_packages:
911 - grpc.dependencies.openssl
912 - grpc.dependencies.zlib
913 vs_project_guid: '{A2F6CBBA-A553-41B3-A7DE-F26DECCC27F0}'
914 vs_props:
915 - zlib
916 - openssl
917 - winsock
918 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -0700919- name: grpc_test_util
920 build: private
921 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700922 headers:
923 - test/core/end2end/data/ssl_test_data.h
Craig Tiller6a275142015-12-02 11:03:09 -0800924 - test/core/security/oauth2_utils.h
Craig Tiller25834342015-09-25 08:08:24 -0700925 src:
Deepak Lukosedba4c5f2016-03-25 12:54:25 -0700926 - test/core/end2end/data/client_certs.c
Craig Tiller25834342015-09-25 08:08:24 -0700927 - test/core/end2end/data/server1_cert.c
928 - test/core/end2end/data/server1_key.c
929 - test/core/end2end/data/test_root_cert.c
Craig Tiller6a275142015-12-02 11:03:09 -0800930 - test/core/security/oauth2_utils.c
Craig Tiller25834342015-09-25 08:08:24 -0700931 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800932 - gpr_test_util
Craig Tiller1298afd2016-02-09 12:29:17 -0800933 - gpr
Craig Tiller25834342015-09-25 08:08:24 -0700934 - grpc
935 filegroups:
936 - grpc_test_util_base
David Garcia Quintas55145c02016-06-21 14:51:54 -0700937 - grpc_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700938 vs_project_guid: '{17BCAFC0-5FDC-4C94-AEB9-95F3E220614B}'
939- name: grpc_test_util_unsecure
940 build: private
941 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700942 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -0800943 - gpr
944 - gpr_test_util
Craig Tiller6a275142015-12-02 11:03:09 -0800945 - grpc_unsecure
Craig Tiller25834342015-09-25 08:08:24 -0700946 filegroups:
947 - grpc_test_util_base
Craig Tillerbf4b2242015-08-31 15:53:53 -0700948 secure: false
949 vs_project_guid: '{0A7E7F92-FDEA-40F1-A9EC-3BA484F98BBF}'
950- name: grpc_unsecure
951 build: all
952 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700953 src:
Craig Tiller3ab2fe02016-04-11 20:11:18 -0700954 - src/core/lib/surface/init.c
Craig Tillerf23078c2016-03-25 17:07:29 -0700955 - src/core/lib/surface/init_unsecure.c
Craig Tillerbf4b2242015-08-31 15:53:53 -0700956 baselib: true
Craig Tiller4a67be42016-02-09 12:40:32 -0800957 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -0700958 dll: true
Craig Tiller25834342015-09-25 08:08:24 -0700959 filegroups:
960 - grpc_base
Craig Tillerf0555b32016-03-28 10:19:24 -0700961 - grpc_transport_chttp2_server_insecure
962 - grpc_transport_chttp2_client_insecure
Craig Tiller65938df2016-03-31 13:08:49 -0700963 - grpc_resolver_dns_native
964 - grpc_resolver_sockaddr
David Garcia Quintas4bb11ac2016-05-02 09:20:21 -0700965 - grpc_load_reporting
Craig Tiller023caf12016-03-29 08:00:30 -0700966 - grpc_lb_policy_grpclb
967 - grpc_lb_policy_pick_first
968 - grpc_lb_policy_round_robin
Craig Tiller25834342015-09-25 08:08:24 -0700969 - census
Craig Tiller04b7ca82016-03-29 08:07:54 -0700970 generate_plugin_registry: true
Craig Tillerbf4b2242015-08-31 15:53:53 -0700971 secure: false
972 vs_project_guid: '{46CEDFFF-9692-456A-AA24-38B5D6BCF4C5}'
Craig Tillerbf4b2242015-08-31 15:53:53 -0700973- name: reconnect_server
974 build: private
975 language: c
Craig Tiller25834342015-09-25 08:08:24 -0700976 headers:
977 - test/core/util/reconnect_server.h
978 src:
979 - test/core/util/reconnect_server.c
980 deps:
yang-gc9fca182015-11-06 16:41:33 -0800981 - test_tcp_server
982 - grpc_test_util
983 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800984 - gpr_test_util
985 - gpr
yang-gc9fca182015-11-06 16:41:33 -0800986- name: test_tcp_server
987 build: private
988 language: c
989 headers:
990 - test/core/util/test_tcp_server.h
991 src:
992 - test/core/util/test_tcp_server.c
993 deps:
Craig Tiller25834342015-09-25 08:08:24 -0700994 - grpc_test_util
995 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -0800996 - gpr_test_util
997 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -0700998- name: grpc++
999 build: all
1000 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001001 headers:
David Garcia Quintasa20a2ad2016-05-19 10:53:44 -07001002 - include/grpc++/impl/codegen/core_codegen.h
Craig Tiller25834342015-09-25 08:08:24 -07001003 - src/cpp/client/secure_credentials.h
1004 - src/cpp/common/secure_auth_context.h
1005 - src/cpp/server/secure_server_credentials.h
1006 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001007 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001008 - src/cpp/client/secure_credentials.cc
1009 - src/cpp/common/auth_property_iterator.cc
1010 - src/cpp/common/secure_auth_context.cc
yang-g52705592015-11-25 11:45:33 -08001011 - src/cpp/common/secure_channel_arguments.cc
Craig Tiller25834342015-09-25 08:08:24 -07001012 - src/cpp/common/secure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001013 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001014 - src/cpp/server/secure_server_credentials.cc
1015 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001016 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001017 baselib: true
1018 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001019 filegroups:
1020 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001021 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001022 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001023 secure: check
1024 vs_project_guid: '{C187A093-A0FE-489D-A40A-6E33DE0F9FEB}'
Garrett Casto931a26b2016-10-04 09:18:29 -07001025- name: grpc++_cronet
1026 build: all
1027 language: c++
1028 src:
1029 - src/cpp/client/cronet_credentials.cc
1030 - src/cpp/client/insecure_credentials.cc
1031 - src/cpp/common/insecure_create_auth_context.cc
1032 - src/cpp/server/insecure_server_credentials.cc
1033 deps:
1034 - gpr
1035 - grpc_cronet
1036 baselib: true
1037 dll: true
1038 filegroups:
1039 - grpc++_base
1040 - grpc++_codegen_base
1041 - grpc++_codegen_base_src
ncteisen86cda502016-11-28 11:00:45 -08001042 - grpc_transport_chttp2_client_insecure
1043 - grpc_transport_chttp2_server_insecure
1044 - census
Garrett Casto931a26b2016-10-04 09:18:29 -07001045 platforms:
1046 - linux
1047 secure: true
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001048- name: grpc++_proto_reflection_desc_db
1049 build: private
1050 language: c++
1051 headers:
1052 - test/cpp/util/proto_reflection_descriptor_database.h
1053 src:
1054 - test/cpp/util/proto_reflection_descriptor_database.cc
1055 deps:
1056 - grpc++
1057 filegroups:
1058 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001059 - grpc++_config_proto
Yuchen Zengc84ed682016-05-04 16:30:11 -07001060- name: grpc++_reflection
1061 build: all
1062 language: c++
1063 public_headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001064 - include/grpc++/ext/proto_server_reflection_plugin.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001065 headers:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001066 - src/cpp/ext/proto_server_reflection.h
Yuchen Zengc84ed682016-05-04 16:30:11 -07001067 src:
Yuchen Zeng0601df32016-06-06 13:08:06 -07001068 - src/cpp/ext/proto_server_reflection.cc
1069 - src/cpp/ext/proto_server_reflection_plugin.cc
Yuchen Zengc6bf5f72016-06-07 14:41:01 -07001070 deps:
1071 - grpc++
Yuchen Zengeb25a072016-06-08 10:59:48 -07001072 filegroups:
Yuchen Zeng13184792016-07-18 13:07:42 -07001073 - grpc++_reflection_proto
yang-g42879982016-10-13 15:58:31 -07001074- name: grpc++_test
Craig Tiller4f5ae752016-10-21 07:36:04 -07001075 build: private
yang-g42879982016-10-13 15:58:31 -07001076 language: c++
1077 headers:
1078 - include/grpc++/test/server_context_test_spouse.h
1079 src:
1080 - src/cpp/test/server_context_test_spouse.cc
1081 deps:
1082 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001083- name: grpc++_test_config
1084 build: private
1085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001086 headers:
1087 - test/cpp/util/test_config.h
1088 src:
Craig Tiller102fa962016-08-22 13:56:36 -07001089 - test/cpp/util/test_config_cc.cc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001090- name: grpc++_test_util
1091 build: private
1092 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001093 headers:
yang-gd6f7d992016-01-14 16:04:20 -08001094 - test/cpp/end2end/test_service_impl.h
yang-g9f173142016-01-15 12:46:40 -08001095 - test/cpp/util/byte_buffer_proto_helper.h
Craig Tiller25834342015-09-25 08:08:24 -07001096 - test/cpp/util/create_test_channel.h
1097 - test/cpp/util/string_ref_helper.h
1098 - test/cpp/util/subprocess.h
yang-g7d2a3e12016-02-18 15:41:56 -08001099 - test/cpp/util/test_credentials_provider.h
Craig Tiller25834342015-09-25 08:08:24 -07001100 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001101 - src/proto/grpc/testing/echo_messages.proto
1102 - src/proto/grpc/testing/echo.proto
1103 - src/proto/grpc/testing/duplicate/echo_duplicate.proto
yang-gd6f7d992016-01-14 16:04:20 -08001104 - test/cpp/end2end/test_service_impl.cc
yang-g9f173142016-01-15 12:46:40 -08001105 - test/cpp/util/byte_buffer_proto_helper.cc
Craig Tiller25834342015-09-25 08:08:24 -07001106 - test/cpp/util/create_test_channel.cc
1107 - test/cpp/util/string_ref_helper.cc
1108 - test/cpp/util/subprocess.cc
yang-g7d2a3e12016-02-18 15:41:56 -08001109 - test/cpp/util/test_credentials_provider.cc
Craig Tiller25834342015-09-25 08:08:24 -07001110 deps:
1111 - grpc++
1112 - grpc_test_util
yang-g17487f92016-06-03 15:21:15 -07001113 filegroups:
1114 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001115 - grpc++_codegen_base_src
yang-g17487f92016-06-03 15:21:15 -07001116 - grpc++_codegen_proto
1117 - grpc++_config_proto
chedetibc618ee2016-07-31 15:35:51 -07001118 - thrift_util
Craig Tillerbf4b2242015-08-31 15:53:53 -07001119- name: grpc++_unsecure
1120 build: all
1121 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001122 src:
murgatroid991ca0f3e2016-08-26 14:58:49 -07001123 - src/cpp/client/insecure_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001124 - src/cpp/common/insecure_create_auth_context.cc
murgatroid991ca0f3e2016-08-26 14:58:49 -07001125 - src/cpp/server/insecure_server_credentials.cc
Craig Tiller25834342015-09-25 08:08:24 -07001126 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001127 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001128 - grpc_unsecure
Craig Tillerbf4b2242015-08-31 15:53:53 -07001129 baselib: true
1130 dll: true
Craig Tiller25834342015-09-25 08:08:24 -07001131 filegroups:
1132 - grpc++_base
yang-g17487f92016-06-03 15:21:15 -07001133 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07001134 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07001135 secure: false
1136 vs_project_guid: '{6EE56155-DF7C-4F6E-BFC4-F6F776BEB211}'
yang-gabdec2d2016-05-19 10:11:24 -07001137- name: grpc_cli_libs
1138 build: private
1139 language: c++
1140 headers:
1141 - test/cpp/util/cli_call.h
Yuchen Zeng02139a02016-08-15 11:34:21 -07001142 - test/cpp/util/cli_credentials.h
1143 - test/cpp/util/config_grpc_cli.h
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001144 - test/cpp/util/grpc_tool.h
yang-gabdec2d2016-05-19 10:11:24 -07001145 - test/cpp/util/proto_file_parser.h
Yuchen Zeng387afd72016-08-26 14:25:21 -07001146 - test/cpp/util/service_describer.h
yang-gabdec2d2016-05-19 10:11:24 -07001147 src:
1148 - test/cpp/util/cli_call.cc
Yuchen Zeng02139a02016-08-15 11:34:21 -07001149 - test/cpp/util/cli_credentials.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07001150 - test/cpp/util/grpc_tool.cc
yang-gabdec2d2016-05-19 10:11:24 -07001151 - test/cpp/util/proto_file_parser.cc
Yuchen Zeng387afd72016-08-26 14:25:21 -07001152 - test/cpp/util/service_describer.cc
yang-gabdec2d2016-05-19 10:11:24 -07001153 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001154 - grpc++_proto_reflection_desc_db
yang-gabdec2d2016-05-19 10:11:24 -07001155 - grpc++
Yuchen Zeng169c9852016-10-14 15:58:09 -07001156 filegroups:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07001157 - grpc++_reflection_proto
Yuchen Zeng324cc662016-10-17 11:27:35 -07001158 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001159- name: grpc_plugin_support
1160 build: protoc
1161 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001162 headers:
Craig Tiller25834342015-09-25 08:08:24 -07001163 - src/compiler/config.h
1164 - src/compiler/cpp_generator.h
1165 - src/compiler/cpp_generator_helpers.h
1166 - src/compiler/csharp_generator.h
1167 - src/compiler/csharp_generator_helpers.h
1168 - src/compiler/generator_helpers.h
murgatroid99d2ee81f2016-02-26 11:10:33 -08001169 - src/compiler/node_generator.h
1170 - src/compiler/node_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001171 - src/compiler/objective_c_generator.h
1172 - src/compiler/objective_c_generator_helpers.h
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001173 - src/compiler/php_generator.h
1174 - src/compiler/php_generator_helpers.h
Craig Tiller25834342015-09-25 08:08:24 -07001175 - src/compiler/python_generator.h
1176 - src/compiler/ruby_generator.h
1177 - src/compiler/ruby_generator_helpers-inl.h
1178 - src/compiler/ruby_generator_map-inl.h
1179 - src/compiler/ruby_generator_string-inl.h
1180 src:
1181 - src/compiler/cpp_generator.cc
1182 - src/compiler/csharp_generator.cc
murgatroid99d2ee81f2016-02-26 11:10:33 -08001183 - src/compiler/node_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001184 - src/compiler/objective_c_generator.cc
Stanley Cheungb7223bb2016-09-22 22:23:42 -07001185 - src/compiler/php_generator.cc
Craig Tiller25834342015-09-25 08:08:24 -07001186 - src/compiler/python_generator.cc
1187 - src/compiler/ruby_generator.cc
David Garcia Quintasddcb53a2016-01-21 17:48:34 -08001188 filegroups:
yang-g17487f92016-06-03 15:21:15 -07001189 - grpc++_config_proto
Craig Tillerbf4b2242015-08-31 15:53:53 -07001190 secure: false
1191 vs_project_guid: '{B6E81D84-2ACB-41B8-8781-493A944C7817}'
Jan Tattermusch6611dde2016-02-22 08:48:02 -08001192 vs_props:
1193 - protoc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001194- name: interop_client_helper
1195 build: private
1196 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001197 headers:
1198 - test/cpp/interop/client_helper.h
1199 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001200 - src/proto/grpc/testing/messages.proto
Craig Tiller25834342015-09-25 08:08:24 -07001201 - test/cpp/interop/client_helper.cc
1202 deps:
1203 - grpc++_test_util
1204 - grpc_test_util
1205 - grpc++
1206 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001207 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001208- name: interop_client_main
1209 build: private
1210 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001211 headers:
1212 - test/cpp/interop/interop_client.h
1213 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001214 - src/proto/grpc/testing/empty.proto
1215 - src/proto/grpc/testing/messages.proto
1216 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07001217 - test/cpp/interop/client.cc
1218 - test/cpp/interop/interop_client.cc
1219 deps:
1220 - interop_client_helper
1221 - grpc++_test_util
1222 - grpc_test_util
1223 - grpc++
1224 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001225 - gpr_test_util
1226 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001227 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07001228- name: interop_server_helper
1229 build: private
1230 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001231 headers:
1232 - test/cpp/interop/server_helper.h
1233 src:
1234 - test/cpp/interop/server_helper.cc
1235 deps:
1236 - grpc_test_util
1237 - grpc++
1238 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001239 - gpr
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001240- name: interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001241 build: private
1242 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001243 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001244 - src/proto/grpc/testing/empty.proto
1245 - src/proto/grpc/testing/messages.proto
1246 - src/proto/grpc/testing/test.proto
David Garcia Quintas74686ce2016-06-09 15:33:33 -07001247 - test/cpp/interop/interop_server.cc
Craig Tiller25834342015-09-25 08:08:24 -07001248 deps:
1249 - interop_server_helper
1250 - grpc++_test_util
1251 - grpc_test_util
1252 - grpc++
1253 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001254 - gpr_test_util
1255 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001256 - grpc++_test_config
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02001257- name: interop_server_main
1258 build: private
1259 language: c++
1260 src:
1261 - test/cpp/interop/interop_server_bootstrap.cc
1262 deps:
1263 - interop_server_lib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001264- name: qps
1265 build: private
1266 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07001267 headers:
1268 - test/cpp/qps/client.h
1269 - test/cpp/qps/driver.h
1270 - test/cpp/qps/histogram.h
1271 - test/cpp/qps/interarrival.h
vjpaic8034422016-01-19 15:32:42 -08001272 - test/cpp/qps/limit_cores.h
David Klempnere27d1892016-05-19 13:50:16 -07001273 - test/cpp/qps/parse_json.h
Craig Tiller25834342015-09-25 08:08:24 -07001274 - test/cpp/qps/qps_worker.h
1275 - test/cpp/qps/report.h
1276 - test/cpp/qps/server.h
1277 - test/cpp/qps/stats.h
Craig Tiller732a8752016-02-22 15:59:19 -08001278 - test/cpp/qps/usage_timer.h
Craig Tiller25834342015-09-25 08:08:24 -07001279 - test/cpp/util/benchmark_config.h
1280 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08001281 - src/proto/grpc/testing/messages.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001282 - src/proto/grpc/testing/payloads.proto
Craig Tiller1b4e3302015-12-17 16:35:00 -08001283 - src/proto/grpc/testing/stats.proto
Jan Tattermusch7c60b272016-01-20 18:23:13 -08001284 - src/proto/grpc/testing/control.proto
1285 - src/proto/grpc/testing/services.proto
Craig Tiller25834342015-09-25 08:08:24 -07001286 - test/cpp/qps/client_async.cc
1287 - test/cpp/qps/client_sync.cc
1288 - test/cpp/qps/driver.cc
vjpaic8034422016-01-19 15:32:42 -08001289 - test/cpp/qps/limit_cores.cc
David Klempnere27d1892016-05-19 13:50:16 -07001290 - test/cpp/qps/parse_json.cc
Craig Tiller25834342015-09-25 08:08:24 -07001291 - test/cpp/qps/qps_worker.cc
1292 - test/cpp/qps/report.cc
1293 - test/cpp/qps/server_async.cc
1294 - test/cpp/qps/server_sync.cc
Craig Tiller732a8752016-02-22 15:59:19 -08001295 - test/cpp/qps/usage_timer.cc
Craig Tiller25834342015-09-25 08:08:24 -07001296 - test/cpp/util/benchmark_config.cc
1297 deps:
1298 - grpc_test_util
1299 - grpc++_test_util
1300 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07001301- name: grpc_csharp_ext
1302 build: all
1303 language: csharp
Craig Tiller25834342015-09-25 08:08:24 -07001304 src:
1305 - src/csharp/ext/grpc_csharp_ext.c
1306 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001307 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001308 - gpr
Craig Tiller41304a72016-02-02 13:59:33 -08001309 LDFLAGS: $(if $(subst Linux,,$(SYSTEM)),,-Wl$(comma)-wrap$(comma)memcpy)
Jan Tattermusch324140c2016-01-12 08:54:01 -08001310 deps_linkage: static
Craig Tillerbf4b2242015-08-31 15:53:53 -07001311 dll: only
1312 vs_config_type: DynamicLibrary
Craig Tiller25834342015-09-25 08:08:24 -07001313 vs_packages:
1314 - grpc.dependencies.openssl
1315 - grpc.dependencies.zlib
Craig Tillerbf4b2242015-08-31 15:53:53 -07001316 vs_project_guid: '{D64C6D63-4458-4A88-AB38-35678384A7E4}'
Craig Tiller25834342015-09-25 08:08:24 -07001317 vs_props:
1318 - zlib
1319 - openssl
1320 - winsock
1321 - global
Craig Tillerbf4b2242015-08-31 15:53:53 -07001322targets:
Nicolas "Pixel" Nobled5d83aa2016-01-31 06:21:49 +01001323- name: alarm_test
1324 build: test
1325 language: c
1326 src:
1327 - test/core/surface/alarm_test.c
1328 deps:
1329 - grpc_test_util
1330 - grpc
Craig Tiller1298afd2016-02-09 12:29:17 -08001331 - gpr_test_util
1332 - gpr
David Garcia Quintas48ec8062015-12-11 14:04:59 -08001333- name: algorithm_test
1334 build: test
1335 language: c
1336 src:
1337 - test/core/compression/algorithm_test.c
1338 deps:
1339 - grpc_test_util
1340 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001341 - gpr_test_util
1342 - gpr
David Garcia Quintasa5aa19b2015-12-09 14:17:52 -08001343- name: alloc_test
1344 build: test
1345 language: c
1346 src:
1347 - test/core/support/alloc_test.c
1348 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001349 - gpr_test_util
1350 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001351- name: alpn_test
1352 build: test
1353 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001354 src:
1355 - test/core/transport/chttp2/alpn_test.c
1356 deps:
1357 - grpc_test_util
1358 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001359 - gpr_test_util
1360 - gpr
Craig Tillerfc98f922016-04-13 08:45:06 -07001361- name: api_fuzzer
1362 build: fuzzer
1363 language: c
1364 src:
1365 - test/core/end2end/fuzzers/api_fuzzer.c
1366 deps:
1367 - grpc_test_util
1368 - grpc
1369 - gpr_test_util
1370 - gpr
1371 corpus_dirs:
1372 - test/core/end2end/fuzzers/api_fuzzer_corpus
Craig Tiller0477d7d2016-04-24 10:42:50 -07001373 dict: test/core/end2end/fuzzers/api_fuzzer.dictionary
Craig Tillerfc98f922016-04-13 08:45:06 -07001374 maxlen: 2048
Yuchen Zeng955a3642016-06-17 13:48:03 -07001375- name: bad_server_response_test
1376 build: test
1377 language: c
1378 src:
1379 - test/core/end2end/bad_server_response_test.c
1380 deps:
1381 - test_tcp_server
1382 - grpc_test_util
1383 - grpc
1384 - gpr_test_util
1385 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001386 exclude_iomgrs:
1387 - uv
Yuchen Zengd982bba2016-05-12 18:53:52 -07001388- name: bin_decoder_test
1389 build: test
1390 language: c
1391 src:
1392 - test/core/transport/chttp2/bin_decoder_test.c
1393 deps:
1394 - grpc_test_util
1395 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001396- name: bin_encoder_test
1397 build: test
1398 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001399 src:
1400 - test/core/transport/chttp2/bin_encoder_test.c
1401 deps:
1402 - grpc_test_util
1403 - grpc
Alistair Veitch75d5c0f2016-02-02 09:43:02 -08001404- name: census_context_test
1405 build: test
1406 language: c
1407 src:
1408 - test/core/census/context_test.c
1409 deps:
1410 - grpc_test_util
1411 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001412 - gpr_test_util
1413 - gpr
Alistair Veitch4aaba752016-06-02 17:11:46 -07001414- name: census_resource_test
1415 build: test
1416 language: c
1417 src:
1418 - test/core/census/resource_test.c
1419 deps:
1420 - grpc_test_util
1421 - grpc
1422 - gpr_test_util
1423 - gpr
Vizerai12d1fc62016-09-09 14:22:19 -07001424- name: census_trace_context_test
1425 build: test
1426 language: c
1427 src:
1428 - test/core/census/trace_context_test.c
1429 deps:
1430 - grpc_test_util
1431 - grpc
1432 - gpr_test_util
1433 - gpr
yang-gc0ed5092015-12-09 08:48:08 -08001434- name: channel_create_test
1435 build: test
1436 language: c
1437 src:
1438 - test/core/surface/channel_create_test.c
1439 deps:
1440 - grpc_test_util
1441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001442 - gpr_test_util
1443 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001444- name: chttp2_hpack_encoder_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001445 build: test
1446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001447 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001448 - test/core/transport/chttp2/hpack_encoder_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001449 deps:
1450 - grpc_test_util
1451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001452 - gpr_test_util
1453 - gpr
Craig Tillerca1593a2015-11-02 14:08:33 -08001454- name: chttp2_status_conversion_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001455 build: test
1456 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001457 src:
Craig Tillerca1593a2015-11-02 14:08:33 -08001458 - test/core/transport/chttp2/status_conversion_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001459 deps:
1460 - grpc_test_util
1461 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001462 - gpr_test_util
1463 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001464- name: chttp2_stream_map_test
1465 build: test
1466 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001467 src:
1468 - test/core/transport/chttp2/stream_map_test.c
1469 deps:
1470 - grpc_test_util
1471 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001472 - gpr_test_util
1473 - gpr
Craig Tiller8ab91b22015-12-07 11:28:51 -08001474- name: chttp2_varint_test
1475 build: test
1476 language: c
1477 src:
1478 - test/core/transport/chttp2/varint_test.c
1479 deps:
1480 - grpc_test_util
1481 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001482 - gpr_test_util
1483 - gpr
Craig Tiller845516e2016-04-11 20:49:20 -07001484- name: client_fuzzer
1485 build: fuzzer
1486 language: c
1487 src:
1488 - test/core/end2end/fuzzers/client_fuzzer.c
1489 deps:
1490 - grpc_test_util
1491 - grpc
1492 - gpr_test_util
1493 - gpr
1494 corpus_dirs:
1495 - test/core/end2end/fuzzers/client_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07001496 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tiller845516e2016-04-11 20:49:20 -07001497 maxlen: 2048
Craig Tillerf7cade12016-07-07 21:41:10 -07001498- name: combiner_test
1499 cpu_cost: 30
1500 build: test
1501 language: c
1502 src:
1503 - test/core/iomgr/combiner_test.c
1504 deps:
1505 - grpc_test_util
1506 - grpc
1507 - gpr_test_util
1508 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001509- name: compression_test
1510 build: test
1511 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001512 src:
1513 - test/core/compression/compression_test.c
1514 deps:
1515 - grpc_test_util
1516 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001517 - gpr_test_util
1518 - gpr
Craig Tiller57e27432016-03-11 16:53:58 -08001519- name: concurrent_connectivity_test
1520 build: test
1521 language: c
1522 src:
1523 - test/core/surface/concurrent_connectivity_test.c
1524 deps:
1525 - grpc_test_util
1526 - grpc
1527 - gpr_test_util
1528 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001529 exclude_iomgrs:
1530 - uv
Craig Tiller012372f2016-09-26 10:23:34 -07001531- name: connection_refused_test
1532 cpu_cost: 0.1
1533 build: test
1534 language: c
1535 src:
1536 - test/core/end2end/connection_refused_test.c
1537 deps:
1538 - grpc_test_util
1539 - grpc
1540 - gpr_test_util
1541 - gpr
Craig Tillere91ef682016-03-11 08:59:17 -08001542- name: dns_resolver_connectivity_test
Craig Tillere2327db2016-03-11 09:52:42 -08001543 cpu_cost: 0.1
Craig Tillere91ef682016-03-11 08:59:17 -08001544 build: test
1545 language: c
1546 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001547 - test/core/client_channel/resolvers/dns_resolver_connectivity_test.c
Craig Tillere91ef682016-03-11 08:59:17 -08001548 deps:
1549 - grpc_test_util
1550 - grpc
1551 - gpr_test_util
1552 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001553 exclude_iomgrs:
1554 - uv
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001555- name: dns_resolver_test
1556 build: test
1557 language: c
1558 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07001559 - test/core/client_channel/resolvers/dns_resolver_test.c
Craig Tillera0c7cdd2015-12-11 12:46:58 -08001560 deps:
1561 - grpc_test_util
1562 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001563 - gpr_test_util
1564 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001565- name: dualstack_socket_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001566 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07001567 build: test
1568 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001569 src:
1570 - test/core/end2end/dualstack_socket_test.c
1571 deps:
1572 - grpc_test_util
1573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001574 - gpr_test_util
1575 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07001576 exclude_iomgrs:
1577 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001578 platforms:
1579 - mac
1580 - linux
1581 - posix
Craig Tillere0b8a422015-08-31 16:03:39 -07001582- name: endpoint_pair_test
1583 build: test
1584 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001585 src:
1586 - test/core/iomgr/endpoint_pair_test.c
1587 deps:
1588 - grpc_test_util
1589 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001590 - gpr_test_util
1591 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001592 exclude_iomgrs:
1593 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001594- name: ev_epoll_linux_test
1595 build: test
1596 language: c
1597 src:
1598 - test/core/iomgr/ev_epoll_linux_test.c
1599 deps:
1600 - grpc_test_util
1601 - grpc
1602 - gpr_test_util
1603 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001604 exclude_iomgrs:
1605 - uv
Sree Kuchibhotla2e12db92016-06-16 16:53:59 -07001606 platforms:
1607 - linux
Craig Tillerbf4b2242015-08-31 15:53:53 -07001608- name: fd_conservation_posix_test
1609 build: test
1610 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001611 src:
1612 - test/core/iomgr/fd_conservation_posix_test.c
1613 deps:
1614 - grpc_test_util
1615 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001616 - gpr_test_util
1617 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001618 exclude_iomgrs:
1619 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001620 platforms:
1621 - mac
1622 - linux
1623 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001624- name: fd_posix_test
1625 build: test
1626 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001627 src:
1628 - test/core/iomgr/fd_posix_test.c
1629 deps:
1630 - grpc_test_util
1631 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001632 - gpr_test_util
1633 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001634 exclude_iomgrs:
1635 - uv
Craig Tiller25834342015-09-25 08:08:24 -07001636 platforms:
1637 - mac
1638 - linux
1639 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001640- name: fling_client
1641 build: test
1642 run: false
1643 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001644 src:
1645 - test/core/fling/client.c
1646 deps:
1647 - grpc_test_util
1648 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001649 - gpr_test_util
1650 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001651- name: fling_server
1652 build: test
1653 run: false
1654 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001655 src:
1656 - test/core/fling/server.c
1657 deps:
1658 - grpc_test_util
1659 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001660 - gpr_test_util
1661 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001662- name: fling_stream_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001663 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001664 build: test
1665 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001666 src:
1667 - test/core/fling/fling_stream_test.c
1668 deps:
1669 - grpc_test_util
1670 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001671 - gpr_test_util
1672 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001673 platforms:
1674 - mac
1675 - linux
1676 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001677- name: fling_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001678 cpu_cost: 1.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07001679 build: test
1680 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001681 src:
1682 - test/core/fling/fling_test.c
1683 deps:
1684 - grpc_test_util
1685 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001686 - gpr_test_util
1687 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001688 platforms:
1689 - mac
1690 - linux
1691 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07001692- name: gen_hpack_tables
1693 build: tool
1694 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001695 src:
1696 - tools/codegen/core/gen_hpack_tables.c
1697 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001698 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001699 - grpc
Craig Tillerbf4b2242015-08-31 15:53:53 -07001700- name: gen_legal_metadata_characters
1701 build: tool
1702 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001703 src:
1704 - tools/codegen/core/gen_legal_metadata_characters.c
Craig Tillerbf4b2242015-08-31 15:53:53 -07001705 deps: []
Craig Tiller1c7a8422016-08-18 11:13:11 -07001706- name: gen_percent_encoding_tables
1707 build: tool
1708 language: c
1709 src:
1710 - tools/codegen/core/gen_percent_encoding_tables.c
1711 deps: []
Craig Tiller1b719582016-03-24 09:06:13 -07001712- name: goaway_server_test
1713 cpu_cost: 0.1
1714 build: test
1715 language: c
1716 src:
1717 - test/core/end2end/goaway_server_test.c
1718 deps:
1719 - grpc_test_util
1720 - grpc
1721 - gpr_test_util
1722 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001723 exclude_iomgrs:
1724 - uv
Craig Tiller1b719582016-03-24 09:06:13 -07001725 platforms:
1726 - mac
1727 - linux
1728 - posix
Craig Tillerfba79f22015-11-23 11:06:55 -08001729- name: gpr_avl_test
1730 build: test
1731 language: c
1732 src:
1733 - test/core/support/avl_test.c
1734 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001735 - gpr_test_util
1736 - gpr
Craig Tillerc72cc422016-03-11 10:54:36 -08001737- name: gpr_backoff_test
1738 build: test
1739 language: c
1740 src:
1741 - test/core/support/backoff_test.c
1742 deps:
1743 - gpr_test_util
1744 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001745- name: gpr_cmdline_test
1746 build: test
1747 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001748 src:
1749 - test/core/support/cmdline_test.c
1750 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001751 - gpr_test_util
1752 - gpr
Alistair Veitchdcfb3fe2015-10-20 17:01:59 -07001753- name: gpr_cpu_test
1754 build: test
1755 language: c
1756 src:
1757 - test/core/support/cpu_test.c
1758 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001759 - gpr_test_util
1760 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001761- name: gpr_env_test
1762 build: test
1763 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001764 src:
1765 - test/core/support/env_test.c
1766 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001767 - gpr_test_util
1768 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001769- name: gpr_histogram_test
1770 build: test
1771 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001772 src:
1773 - test/core/support/histogram_test.c
1774 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001775 - gpr_test_util
1776 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001777- name: gpr_host_port_test
1778 build: test
1779 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001780 src:
1781 - test/core/support/host_port_test.c
1782 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001783 - gpr_test_util
1784 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001785- name: gpr_log_test
1786 build: test
1787 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001788 src:
1789 - test/core/support/log_test.c
1790 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001791 - gpr_test_util
1792 - gpr
Craig Tiller18879dc2016-05-02 22:13:48 -07001793- name: gpr_mpscq_test
Craig Tiller63d11752016-05-03 12:33:33 -07001794 cpu_cost: 30
Craig Tiller18879dc2016-05-02 22:13:48 -07001795 build: test
1796 language: c
1797 src:
1798 - test/core/support/mpscq_test.c
Craig Tillerc1c691f2016-09-07 10:40:13 -07001799 deps:
1800 - gpr_test_util
1801 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001802- name: gpr_stack_lockfree_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07001803 cpu_cost: 7
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/support/stack_lockfree_test.c
1808 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001809 - gpr_test_util
1810 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001811- name: gpr_string_test
1812 build: test
1813 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001814 src:
1815 - test/core/support/string_test.c
1816 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001817 - gpr_test_util
1818 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001819- name: gpr_sync_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001820 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001821 build: test
1822 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001823 src:
1824 - test/core/support/sync_test.c
1825 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001826 - gpr_test_util
1827 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001828- name: gpr_thd_test
Craig Tiller5f735a62016-01-20 09:31:15 -08001829 cpu_cost: 10
Craig Tillerbf4b2242015-08-31 15:53:53 -07001830 build: test
1831 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001832 src:
1833 - test/core/support/thd_test.c
1834 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001835 - gpr_test_util
1836 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001837- name: gpr_time_test
1838 build: test
1839 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001840 src:
1841 - test/core/support/time_test.c
1842 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001843 - gpr_test_util
1844 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001845- name: gpr_tls_test
1846 build: test
1847 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001848 src:
1849 - test/core/support/tls_test.c
1850 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001851 - gpr_test_util
1852 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001853- name: gpr_useful_test
1854 build: test
1855 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001856 src:
1857 - test/core/support/useful_test.c
1858 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08001859 - gpr_test_util
1860 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001861- name: grpc_auth_context_test
1862 build: test
1863 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001864 src:
1865 - test/core/security/auth_context_test.c
1866 deps:
1867 - grpc_test_util
1868 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001869 - gpr_test_util
1870 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08001871- name: grpc_b64_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07001872 build: test
1873 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001874 src:
Craig Tiller732a8752016-02-22 15:59:19 -08001875 - test/core/security/b64_test.c
Craig Tiller25834342015-09-25 08:08:24 -07001876 deps:
1877 - grpc_test_util
1878 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001879 - gpr_test_util
1880 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001881- name: grpc_byte_buffer_reader_test
1882 build: test
1883 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001884 src:
1885 - test/core/surface/byte_buffer_reader_test.c
1886 deps:
1887 - grpc_test_util
1888 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001889 - gpr_test_util
1890 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001891- name: grpc_channel_args_test
1892 build: test
1893 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001894 src:
1895 - test/core/channel/channel_args_test.c
1896 deps:
1897 - grpc_test_util
1898 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001899 - gpr_test_util
1900 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001901- name: grpc_channel_stack_test
1902 build: test
1903 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001904 src:
1905 - test/core/channel/channel_stack_test.c
1906 deps:
1907 - grpc_test_util
1908 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001909 - gpr_test_util
1910 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001911- name: grpc_completion_queue_test
1912 build: test
1913 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001914 src:
1915 - test/core/surface/completion_queue_test.c
1916 deps:
1917 - grpc_test_util
1918 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001919 - gpr_test_util
1920 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07001921 exclude_iomgrs:
1922 - uv
Craig Tillerbf4b2242015-08-31 15:53:53 -07001923- name: grpc_create_jwt
1924 build: tool
1925 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001926 src:
1927 - test/core/security/create_jwt.c
1928 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001929 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001930 - gpr
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001931 secure: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07001932- name: grpc_credentials_test
1933 build: test
1934 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001935 src:
1936 - test/core/security/credentials_test.c
1937 deps:
1938 - grpc_test_util
1939 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001940 - gpr_test_util
1941 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001942- name: grpc_fetch_oauth2
Tamas Berghammerc82324f2016-06-22 13:23:27 +01001943 build: test
1944 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07001945 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001946 src:
1947 - test/core/security/fetch_oauth2.c
1948 deps:
1949 - grpc_test_util
1950 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001951 - gpr_test_util
1952 - gpr
yang-ga1fecbc2015-12-07 15:46:49 -08001953- name: grpc_invalid_channel_args_test
1954 build: test
1955 language: c
1956 src:
1957 - test/core/surface/invalid_channel_args_test.c
1958 deps:
1959 - grpc_test_util
1960 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001961 - gpr_test_util
1962 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001963- name: grpc_json_token_test
1964 build: test
1965 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001966 src:
1967 - test/core/security/json_token_test.c
1968 deps:
1969 - grpc_test_util
1970 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001971 - gpr_test_util
1972 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07001973 platforms:
1974 - linux
1975 - posix
1976 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07001977- name: grpc_jwt_verifier_test
1978 build: test
1979 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001980 src:
1981 - test/core/security/jwt_verifier_test.c
1982 deps:
1983 - grpc_test_util
1984 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001985 - gpr_test_util
1986 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001987- name: grpc_print_google_default_creds_token
1988 build: tool
1989 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001990 src:
1991 - test/core/security/print_google_default_creds_token.c
1992 deps:
Craig Tiller25834342015-09-25 08:08:24 -07001993 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08001994 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07001995- name: grpc_security_connector_test
1996 build: test
1997 language: c
Craig Tiller25834342015-09-25 08:08:24 -07001998 src:
1999 - test/core/security/security_connector_test.c
2000 deps:
2001 - grpc_test_util
2002 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002003 - gpr_test_util
2004 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002005- name: grpc_verify_jwt
2006 build: tool
2007 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002008 src:
2009 - test/core/security/verify_jwt.c
2010 deps:
Craig Tiller25834342015-09-25 08:08:24 -07002011 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002012 - gpr
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002013- name: handshake_client
Harvey Tuch62b2a902016-10-24 09:39:41 -04002014 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002015 language: c
2016 src:
2017 - test/core/handshake/client_ssl.c
2018 deps:
2019 - grpc_test_util
2020 - grpc
2021 - gpr_test_util
2022 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002023 platforms:
2024 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002025 secure: true
2026- name: handshake_server
Harvey Tuch62b2a902016-10-24 09:39:41 -04002027 build: test
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002028 language: c
2029 src:
2030 - test/core/handshake/server_ssl.c
2031 deps:
2032 - grpc_test_util
2033 - grpc
2034 - gpr_test_util
2035 - gpr
Harvey Tuch7be13222016-10-24 15:00:49 -04002036 platforms:
2037 - linux
Harvey Tuch8cdf17a2016-10-11 10:04:53 -04002038 secure: true
Craig Tiller71c610d2016-03-18 15:57:08 -07002039- name: hpack_parser_fuzzer_test
2040 build: fuzzer
2041 language: c
2042 src:
2043 - test/core/transport/chttp2/hpack_parser_fuzzer_test.c
2044 deps:
2045 - grpc_test_util
2046 - grpc
2047 - gpr_test_util
2048 - gpr
2049 corpus_dirs:
2050 - test/core/transport/chttp2/hpack_parser_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002051 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002052 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002053- name: hpack_parser_test
2054 build: test
2055 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002056 src:
2057 - test/core/transport/chttp2/hpack_parser_test.c
2058 deps:
2059 - grpc_test_util
2060 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002061 - gpr_test_util
2062 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002063- name: hpack_table_test
2064 build: test
2065 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002066 src:
2067 - test/core/transport/chttp2/hpack_table_test.c
2068 deps:
2069 - grpc_test_util
2070 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002071 - gpr_test_util
2072 - gpr
Matthew Iselin1824f052016-02-10 12:16:06 +11002073- name: http_parser_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002074 build: test
2075 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002076 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002077 - test/core/http/parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002078 deps:
2079 - grpc_test_util
2080 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002081 - gpr_test_util
2082 - gpr
Craig Tillerf707d622016-05-06 14:26:12 -07002083- name: http_request_fuzzer_test
2084 build: fuzzer
2085 language: c
2086 src:
2087 - test/core/http/request_fuzzer.c
2088 deps:
2089 - grpc_test_util
2090 - grpc
2091 - gpr_test_util
2092 - gpr
2093 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002094 - test/core/http/request_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002095 maxlen: 2048
2096- name: http_response_fuzzer_test
2097 build: fuzzer
2098 language: c
2099 src:
2100 - test/core/http/response_fuzzer.c
2101 deps:
2102 - grpc_test_util
2103 - grpc
2104 - gpr_test_util
2105 - gpr
2106 corpus_dirs:
Craig Tillerbb6061b2016-10-31 07:28:25 -07002107 - test/core/http/response_corpus
Craig Tillerf707d622016-05-06 14:26:12 -07002108 maxlen: 2048
Matthew Iselin1824f052016-02-10 12:16:06 +11002109- name: httpcli_format_request_test
Craig Tillerbf4b2242015-08-31 15:53:53 -07002110 build: test
2111 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002112 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002113 - test/core/http/format_request_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002114 deps:
2115 - grpc_test_util
2116 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002117 - gpr_test_util
2118 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002119- name: httpcli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002120 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002121 build: test
2122 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002123 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002124 - test/core/http/httpcli_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002125 deps:
2126 - grpc_test_util
2127 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002128 - gpr_test_util
2129 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002130 platforms:
2131 - mac
2132 - linux
2133 - posix
Craig Tillercc0535d2015-12-08 15:14:47 -08002134- name: httpscli_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002135 cpu_cost: 0.5
Craig Tillercc0535d2015-12-08 15:14:47 -08002136 build: test
2137 language: c
2138 src:
Matthew Iselin1824f052016-02-10 12:16:06 +11002139 - test/core/http/httpscli_test.c
Craig Tillercc0535d2015-12-08 15:14:47 -08002140 deps:
2141 - grpc_test_util
2142 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002143 - gpr_test_util
2144 - gpr
Craig Tillercc0535d2015-12-08 15:14:47 -08002145 platforms:
Craig Tillercc0535d2015-12-08 15:14:47 -08002146 - linux
yang-gf1183302015-12-07 16:02:05 -08002147- name: init_test
2148 build: test
2149 language: c
2150 src:
2151 - test/core/surface/init_test.c
2152 deps:
2153 - grpc_test_util
2154 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002155 - gpr_test_util
2156 - gpr
Craig Tiller5cb79622016-03-15 14:46:54 -07002157- name: internal_api_canary_iomgr_test
2158 build: test
2159 run: false
2160 language: c
2161 src:
2162 - test/core/internal_api_canaries/iomgr.c
2163 deps:
2164 - grpc_test_util
2165 - grpc
2166 - gpr_test_util
2167 - gpr
2168- name: internal_api_canary_support_test
2169 build: test
2170 run: false
2171 language: c
2172 src:
2173 - test/core/internal_api_canaries/iomgr.c
2174 deps:
2175 - grpc_test_util
2176 - grpc
2177 - gpr_test_util
2178 - gpr
2179- name: internal_api_canary_transport_test
2180 build: test
2181 run: false
2182 language: c
2183 src:
2184 - test/core/internal_api_canaries/iomgr.c
2185 deps:
2186 - grpc_test_util
2187 - grpc
2188 - gpr_test_util
2189 - gpr
yang-g077f6f82015-12-07 11:22:51 -08002190- name: invalid_call_argument_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002191 cpu_cost: 0.1
yang-g077f6f82015-12-07 11:22:51 -08002192 build: test
2193 language: c
2194 src:
2195 - test/core/end2end/invalid_call_argument_test.c
2196 deps:
2197 - grpc_test_util
2198 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002199 - gpr_test_util
2200 - gpr
Craig Tiller32173c52016-03-17 14:12:45 -07002201- name: json_fuzzer_test
2202 build: fuzzer
2203 language: c
2204 src:
2205 - test/core/json/fuzzer.c
2206 deps:
2207 - grpc_test_util
2208 - grpc
2209 - gpr_test_util
2210 - gpr
2211 corpus_dirs:
2212 - test/core/json/corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002213 maxlen: 512
Craig Tillerbf4b2242015-08-31 15:53:53 -07002214- name: json_rewrite
2215 build: test
2216 run: false
2217 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002218 src:
2219 - test/core/json/json_rewrite.c
2220 deps:
2221 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002222 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002223- name: json_rewrite_test
2224 build: test
2225 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002226 src:
2227 - test/core/json/json_rewrite_test.c
2228 deps:
2229 - grpc_test_util
2230 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002231 - gpr_test_util
2232 - gpr
Nicolas "Pixel" Noble11c320d2015-12-12 01:47:36 +01002233- name: json_stream_error_test
2234 build: test
2235 language: c
2236 src:
2237 - test/core/json/json_stream_error_test.c
2238 deps:
2239 - grpc_test_util
2240 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002241 - gpr_test_util
2242 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002243- name: json_test
2244 build: test
2245 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002246 src:
2247 - test/core/json/json_test.c
2248 deps:
2249 - grpc_test_util
2250 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002251 - gpr_test_util
2252 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002253- name: lame_client_test
2254 build: test
2255 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002256 src:
2257 - test/core/surface/lame_client_test.c
2258 deps:
2259 - grpc_test_util
2260 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002261 - gpr_test_util
2262 - gpr
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002263- name: lb_policies_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002264 cpu_cost: 0.1
Craig Tillerde7edf82016-03-20 09:12:16 -07002265 flaky: true
David Garcia Quintas4fb049b2015-09-03 17:26:06 -07002266 build: test
2267 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002268 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002269 - test/core/client_channel/lb_policies_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002270 deps:
2271 - grpc_test_util
2272 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002273 - gpr_test_util
2274 - gpr
Craig Tiller85178862016-05-18 16:09:16 -07002275- name: load_file_test
2276 build: test
2277 language: c
2278 src:
2279 - test/core/iomgr/load_file_test.c
2280 deps:
2281 - grpc_test_util
2282 - grpc
2283 - gpr_test_util
2284 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002285- name: low_level_ping_pong_benchmark
2286 build: benchmark
2287 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002288 src:
2289 - test/core/network_benchmarks/low_level_ping_pong.c
2290 deps:
2291 - grpc_test_util
2292 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002293 - gpr_test_util
2294 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002295 platforms:
2296 - mac
2297 - linux
2298 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002299- name: message_compress_test
2300 build: test
2301 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002302 src:
2303 - test/core/compression/message_compress_test.c
2304 deps:
2305 - grpc_test_util
2306 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002307 - gpr_test_util
2308 - gpr
Craig Tiller732a8752016-02-22 15:59:19 -08002309- name: mlog_test
Craig Tillera5abbd22016-03-22 06:56:00 -07002310 flaky: true
Craig Tiller732a8752016-02-22 15:59:19 -08002311 build: test
2312 language: c
2313 src:
2314 - test/core/census/mlog_test.c
2315 deps:
2316 - grpc_test_util
2317 - grpc
2318 - gpr_test_util
2319 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002320- name: multiple_server_queues_test
2321 build: test
2322 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002323 src:
2324 - test/core/end2end/multiple_server_queues_test.c
2325 deps:
2326 - grpc_test_util
2327 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002328 - gpr_test_util
2329 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002330- name: murmur_hash_test
2331 build: test
2332 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002333 src:
2334 - test/core/support/murmur_hash_test.c
2335 deps:
Craig Tillerda179ce2016-02-09 12:01:53 -08002336 - gpr_test_util
2337 - gpr
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002338- name: nanopb_fuzzer_response_test
2339 build: fuzzer
2340 language: c
2341 src:
2342 - test/core/nanopb/fuzzer_response.c
2343 deps:
2344 - grpc_test_util
2345 - grpc
2346 - gpr_test_util
2347 - gpr
2348 corpus_dirs:
2349 - test/core/nanopb/corpus_response
Craig Tillerf64df112016-04-05 21:27:41 -07002350 maxlen: 128
David Garcia Quintasbf2e73d2016-04-04 18:03:47 -07002351- name: nanopb_fuzzer_serverlist_test
2352 build: fuzzer
2353 language: c
2354 src:
2355 - test/core/nanopb/fuzzer_serverlist.c
2356 deps:
2357 - grpc_test_util
2358 - grpc
2359 - gpr_test_util
2360 - gpr
2361 corpus_dirs:
2362 - test/core/nanopb/corpus_serverlist
Craig Tillerf64df112016-04-05 21:27:41 -07002363 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002364- name: no_server_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002365 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002366 build: test
2367 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002368 src:
2369 - test/core/end2end/no_server_test.c
2370 deps:
2371 - grpc_test_util
2372 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002373 - gpr_test_util
2374 - gpr
Craig Tiller17ed6b12016-08-18 09:33:33 -07002375- name: percent_decode_fuzzer
2376 build: fuzzer
2377 language: c
2378 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002379 - test/core/slice/percent_decode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002380 deps:
2381 - grpc_test_util
2382 - grpc
2383 - gpr_test_util
2384 - gpr
2385 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002386 - test/core/slice/percent_decode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002387 maxlen: 32
2388- name: percent_encode_fuzzer
2389 build: fuzzer
2390 language: c
2391 src:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002392 - test/core/slice/percent_encode_fuzzer.c
Craig Tiller17ed6b12016-08-18 09:33:33 -07002393 deps:
2394 - grpc_test_util
2395 - grpc
2396 - gpr_test_util
2397 - gpr
2398 corpus_dirs:
Craig Tillerd41a4a72016-10-26 16:16:06 -07002399 - test/core/slice/percent_encode_corpus
Craig Tiller17ed6b12016-08-18 09:33:33 -07002400 maxlen: 32
Craig Tiller7a34e482016-10-26 16:26:34 -07002401- name: percent_encoding_test
2402 build: test
2403 language: c
2404 src:
2405 - test/core/slice/percent_encoding_test.c
2406 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002407 - grpc_test_util
2408 - grpc
Craig Tiller7a34e482016-10-26 16:26:34 -07002409 - gpr_test_util
2410 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002411- name: resolve_address_test
2412 build: test
2413 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002414 src:
2415 - test/core/iomgr/resolve_address_test.c
2416 deps:
2417 - grpc_test_util
2418 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002419 - gpr_test_util
2420 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002421 exclude_iomgrs:
2422 - uv
Craig Tiller20afa3d2016-10-17 14:52:14 -07002423- name: resource_quota_test
2424 cpu_cost: 30
2425 build: test
2426 language: c
2427 src:
2428 - test/core/iomgr/resource_quota_test.c
2429 deps:
2430 - grpc_test_util
2431 - grpc
2432 - gpr_test_util
2433 - gpr
yang-gd482e592015-12-10 14:04:00 -08002434- name: secure_channel_create_test
2435 build: test
2436 language: c
2437 src:
2438 - test/core/surface/secure_channel_create_test.c
2439 deps:
2440 - grpc_test_util
2441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002442 - gpr_test_util
2443 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002444- name: secure_endpoint_test
2445 build: test
2446 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002447 src:
2448 - test/core/security/secure_endpoint_test.c
2449 deps:
2450 - grpc_test_util
2451 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002452 - gpr_test_util
2453 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002454 exclude_iomgrs:
2455 - uv
Craig Tillerdbaf05e2016-06-12 22:16:56 -07002456- name: sequential_connectivity_test
2457 build: test
2458 language: c
2459 src:
2460 - test/core/surface/sequential_connectivity_test.c
2461 deps:
2462 - grpc_test_util
2463 - grpc
2464 - gpr_test_util
2465 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002466 exclude_iomgrs:
2467 - uv
yang-gfe9a9752015-12-09 10:47:18 -08002468- name: server_chttp2_test
2469 build: test
2470 language: c
2471 src:
2472 - test/core/surface/server_chttp2_test.c
2473 deps:
2474 - grpc_test_util
2475 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002476 - gpr_test_util
2477 - gpr
Craig Tillerdf262c62016-04-02 13:53:49 -07002478- name: server_fuzzer
2479 build: fuzzer
2480 language: c
2481 src:
2482 - test/core/end2end/fuzzers/server_fuzzer.c
2483 deps:
2484 - grpc_test_util
2485 - grpc
2486 - gpr_test_util
2487 - gpr
2488 corpus_dirs:
2489 - test/core/end2end/fuzzers/server_fuzzer_corpus
Craig Tiller134a6b62016-04-18 08:14:20 -07002490 dict: test/core/end2end/fuzzers/hpack.dictionary
Craig Tillerd153cbe2016-04-04 15:43:30 -07002491 maxlen: 2048
yang-gc3d94fb2015-12-10 14:38:00 -08002492- name: server_test
2493 build: test
2494 language: c
2495 src:
2496 - test/core/surface/server_test.c
2497 deps:
2498 - grpc_test_util
2499 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002500 - gpr_test_util
2501 - gpr
yang-gc9fca182015-11-06 16:41:33 -08002502- name: set_initial_connect_string_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002503 cpu_cost: 0.1
yang-gc9fca182015-11-06 16:41:33 -08002504 build: test
2505 language: c
2506 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002507 - test/core/client_channel/set_initial_connect_string_test.c
yang-gc9fca182015-11-06 16:41:33 -08002508 deps:
2509 - test_tcp_server
2510 - grpc_test_util
2511 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002512 - gpr_test_util
2513 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002514 exclude_iomgrs:
2515 - uv
Craig Tillerc3350542016-10-26 16:19:01 -07002516- name: slice_buffer_test
2517 build: test
2518 language: c
2519 src:
2520 - test/core/slice/slice_buffer_test.c
2521 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002522 - grpc_test_util
2523 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002524 - gpr_test_util
2525 - gpr
2526- name: slice_string_helpers_test
2527 build: test
2528 language: c
2529 src:
2530 - test/core/slice/slice_string_helpers_test.c
2531 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002532 - grpc_test_util
2533 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002534 - gpr_test_util
2535 - gpr
2536- name: slice_test
2537 build: test
2538 language: c
2539 src:
2540 - test/core/slice/slice_test.c
2541 deps:
Craig Tillerf6f9cf32016-10-26 17:19:47 -07002542 - grpc_test_util
2543 - grpc
Craig Tillerc3350542016-10-26 16:19:01 -07002544 - gpr_test_util
2545 - gpr
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002546- name: sockaddr_resolver_test
2547 build: test
2548 language: c
2549 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002550 - test/core/client_channel/resolvers/sockaddr_resolver_test.c
Craig Tillerb8bd62e2015-12-10 15:51:15 -08002551 deps:
2552 - grpc_test_util
2553 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002554 - gpr_test_util
2555 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002556- name: sockaddr_utils_test
2557 build: test
2558 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002559 src:
2560 - test/core/iomgr/sockaddr_utils_test.c
2561 deps:
2562 - grpc_test_util
2563 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002564 - gpr_test_util
2565 - gpr
Craig Tiller27493202015-12-11 11:30:26 -08002566- name: socket_utils_test
2567 build: test
2568 language: c
2569 src:
2570 - test/core/iomgr/socket_utils_test.c
2571 deps:
2572 - grpc_test_util
2573 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002574 - gpr_test_util
2575 - gpr
murgatroid992c287ca2016-10-07 09:55:35 -07002576 exclude_iomgrs:
2577 - uv
Craig Tiller27493202015-12-11 11:30:26 -08002578 platforms:
2579 - mac
2580 - linux
2581 - posix
yang-g31e21282016-11-04 15:10:03 -07002582- name: ssl_server_fuzzer
2583 build: fuzzer
2584 language: c
2585 src:
2586 - test/core/security/ssl_server_fuzzer.c
2587 deps:
2588 - grpc_test_util
2589 - grpc
2590 - gpr_test_util
2591 - gpr
2592 corpus_dirs:
2593 - test/core/security/corpus/ssl_server_corpus
2594 maxlen: 2048
Craig Tillerbf4b2242015-08-31 15:53:53 -07002595- name: tcp_client_posix_test
Craig Tiller5f735a62016-01-20 09:31:15 -08002596 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002597 build: test
2598 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002599 src:
2600 - test/core/iomgr/tcp_client_posix_test.c
2601 deps:
2602 - grpc_test_util
2603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002604 - gpr_test_util
2605 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002606 exclude_iomgrs:
2607 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002608 platforms:
2609 - mac
2610 - linux
2611 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002612- name: tcp_posix_test
Craig Tiller7cbfc3e2016-06-17 16:55:23 -07002613 cpu_cost: 0.2
Craig Tillerbf4b2242015-08-31 15:53:53 -07002614 build: test
2615 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002616 src:
2617 - test/core/iomgr/tcp_posix_test.c
2618 deps:
2619 - grpc_test_util
2620 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002621 - gpr_test_util
2622 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002623 exclude_iomgrs:
2624 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002625 platforms:
2626 - mac
2627 - linux
2628 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002629- name: tcp_server_posix_test
2630 build: test
2631 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002632 src:
2633 - test/core/iomgr/tcp_server_posix_test.c
2634 deps:
2635 - grpc_test_util
2636 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002637 - gpr_test_util
2638 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002639 exclude_iomgrs:
2640 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002641 platforms:
2642 - mac
2643 - linux
2644 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002645- name: time_averaged_stats_test
2646 build: test
2647 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002648 src:
2649 - test/core/iomgr/time_averaged_stats_test.c
2650 deps:
2651 - grpc_test_util
2652 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002653 - gpr_test_util
2654 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002655- name: timeout_encoding_test
2656 build: test
2657 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002658 src:
Robbie Shade710d2422016-07-13 15:15:38 -04002659 - test/core/transport/timeout_encoding_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002660 deps:
2661 - grpc_test_util
2662 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002663 - gpr_test_util
2664 - gpr
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002665- name: timer_heap_test
2666 build: test
2667 language: c
2668 src:
2669 - test/core/iomgr/timer_heap_test.c
2670 deps:
2671 - grpc_test_util
2672 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002673 - gpr_test_util
2674 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002675 exclude_iomgrs:
2676 - uv
David Garcia Quintasb65e4212015-10-14 12:00:21 -07002677- name: timer_list_test
2678 build: test
2679 language: c
2680 src:
2681 - test/core/iomgr/timer_list_test.c
2682 deps:
2683 - grpc_test_util
2684 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002685 - gpr_test_util
2686 - gpr
murgatroid99c36f6ea2016-10-03 09:24:09 -07002687 exclude_iomgrs:
2688 - uv
Craig Tiller179e6fe2015-12-09 11:09:47 -08002689- name: transport_connectivity_state_test
2690 build: test
2691 language: c
2692 src:
2693 - test/core/transport/connectivity_state_test.c
2694 deps:
2695 - grpc_test_util
2696 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002697 - gpr_test_util
2698 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002699- name: transport_metadata_test
2700 build: test
2701 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002702 src:
2703 - test/core/transport/metadata_test.c
2704 deps:
2705 - grpc_test_util
2706 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002707 - gpr_test_util
2708 - gpr
Craig Tillerdd2fa642016-10-20 15:46:32 -07002709- name: transport_pid_controller_test
2710 build: test
2711 language: c
2712 src:
2713 - test/core/transport/pid_controller_test.c
2714 deps:
2715 - grpc_test_util
2716 - grpc
2717 - gpr_test_util
2718 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002719- name: transport_security_test
2720 build: test
2721 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002722 src:
2723 - test/core/tsi/transport_security_test.c
2724 deps:
2725 - grpc_test_util
2726 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002727 - gpr_test_util
2728 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002729 platforms:
2730 - linux
2731 - posix
2732 - mac
Craig Tillerbf4b2242015-08-31 15:53:53 -07002733- name: udp_server_test
2734 build: test
2735 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002736 src:
2737 - test/core/iomgr/udp_server_test.c
2738 deps:
2739 - grpc_test_util
2740 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002741 - gpr_test_util
2742 - gpr
murgatroid99aa9c5782016-10-10 12:16:13 -07002743 exclude_iomgrs:
2744 - uv
Craig Tiller25834342015-09-25 08:08:24 -07002745 platforms:
2746 - mac
2747 - linux
2748 - posix
Craig Tiller71c610d2016-03-18 15:57:08 -07002749- name: uri_fuzzer_test
2750 build: fuzzer
2751 language: c
2752 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002753 - test/core/client_channel/uri_fuzzer_test.c
Craig Tiller71c610d2016-03-18 15:57:08 -07002754 deps:
2755 - grpc_test_util
2756 - grpc
2757 - gpr_test_util
2758 - gpr
2759 corpus_dirs:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002760 - test/core/client_channel/uri_corpus
Craig Tillerd153cbe2016-04-04 15:43:30 -07002761 maxlen: 128
Craig Tillerbf4b2242015-08-31 15:53:53 -07002762- name: uri_parser_test
2763 build: test
2764 language: c
Craig Tiller25834342015-09-25 08:08:24 -07002765 src:
Mark D. Roth2137cd82016-09-14 09:04:00 -07002766 - test/core/client_channel/uri_parser_test.c
Craig Tiller25834342015-09-25 08:08:24 -07002767 deps:
2768 - grpc_test_util
2769 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002770 - gpr_test_util
2771 - gpr
kpayson64d195cf52016-10-09 18:04:00 -07002772- name: wakeup_fd_cv_test
2773 build: test
2774 language: c
2775 src:
2776 - test/core/iomgr/wakeup_fd_cv_test.c
2777 deps:
2778 - grpc_test_util
2779 - grpc
2780 - gpr_test_util
2781 - gpr
murgatroid99b7a83812016-10-19 14:01:13 -07002782 exclude_iomgrs:
2783 - uv
kpayson64d195cf52016-10-09 18:04:00 -07002784 platforms:
2785 - mac
2786 - linux
2787 - posix
vjpai04e992a2016-02-10 16:58:38 -08002788- name: alarm_cpp_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002789 gtest: true
vjpai04e992a2016-02-10 16:58:38 -08002790 build: test
2791 language: c++
2792 src:
2793 - test/cpp/common/alarm_cpp_test.cc
2794 deps:
2795 - grpc++_test_util
2796 - grpc_test_util
2797 - grpc++
2798 - grpc
Vijay Pai29e1d952016-02-11 00:26:18 -08002799 - gpr_test_util
2800 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002801- name: async_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002802 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002803 build: test
2804 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002805 src:
2806 - test/cpp/end2end/async_end2end_test.cc
2807 deps:
2808 - grpc++_test_util
2809 - grpc_test_util
2810 - grpc++
2811 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002812 - gpr_test_util
2813 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002814- name: auth_property_iterator_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002815 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002816 build: test
2817 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002818 src:
2819 - test/cpp/common/auth_property_iterator_test.cc
2820 deps:
2821 - grpc++_test_util
2822 - grpc_test_util
2823 - grpc++
2824 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002825 - gpr_test_util
2826 - gpr
Craig Tiller93d802b2016-10-25 21:05:49 -07002827- name: bm_fullstack
2828 build: test
Craig Tiller93d802b2016-10-25 21:05:49 -07002829 language: c++
2830 src:
2831 - test/cpp/microbenchmarks/bm_fullstack.cc
2832 deps:
2833 - google_benchmark
2834 - grpc++_test_util
2835 - grpc_test_util
2836 - grpc++
2837 - grpc
2838 - gpr_test_util
2839 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002840- name: channel_arguments_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002841 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002842 build: test
2843 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002844 src:
yang-g52705592015-11-25 11:45:33 -08002845 - test/cpp/common/channel_arguments_test.cc
Craig Tiller25834342015-09-25 08:08:24 -07002846 deps:
2847 - grpc++
2848 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002849 - gpr
Mark D. Roth0e44a252016-11-07 11:26:05 -08002850- name: channel_filter_test
2851 gtest: true
2852 build: test
2853 language: c++
2854 src:
2855 - test/cpp/common/channel_filter_test.cc
2856 deps:
2857 - grpc++
2858 - grpc
2859 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002860- name: cli_call_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002861 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002862 build: test
2863 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002864 src:
2865 - test/cpp/util/cli_call_test.cc
2866 deps:
yang-gabdec2d2016-05-19 10:11:24 -07002867 - grpc_cli_libs
Craig Tiller25834342015-09-25 08:08:24 -07002868 - grpc++_test_util
2869 - grpc_test_util
2870 - grpc++
2871 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002872 - gpr_test_util
2873 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002874- name: client_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002875 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002876 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07002877 build: test
2878 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002879 src:
2880 - test/cpp/end2end/client_crash_test.cc
2881 deps:
2882 - grpc++_test_util
2883 - grpc_test_util
2884 - grpc++
2885 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002886 - gpr_test_util
2887 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07002888 platforms:
2889 - mac
2890 - linux
2891 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07002892- name: client_crash_test_server
2893 build: test
2894 run: false
2895 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002896 src:
2897 - test/cpp/end2end/client_crash_test_server.cc
2898 deps:
2899 - grpc++_test_util
2900 - grpc_test_util
2901 - grpc++
2902 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002903 - gpr_test_util
2904 - gpr
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002905- name: codegen_test_full
David Garcia Quintasf349c1b2016-03-08 16:28:16 -08002906 gtest: true
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002907 build: test
2908 language: c++
2909 src:
2910 - src/proto/grpc/testing/control.proto
2911 - src/proto/grpc/testing/messages.proto
2912 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas4ac52fa2016-03-06 20:31:39 -08002913 - src/proto/grpc/testing/services.proto
2914 - src/proto/grpc/testing/stats.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002915 - test/cpp/codegen/codegen_test_full.cc
2916 deps:
2917 - grpc++
2918 - grpc
2919 - gpr
2920 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002921 - grpc++_codegen_base
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002922- name: codegen_test_minimal
2923 gtest: true
2924 build: test
2925 language: c++
2926 src:
2927 - src/proto/grpc/testing/control.proto
2928 - src/proto/grpc/testing/messages.proto
2929 - src/proto/grpc/testing/payloads.proto
David Garcia Quintas3a43cc02016-04-08 16:59:51 -07002930 - src/proto/grpc/testing/services.proto
2931 - src/proto/grpc/testing/stats.proto
2932 - test/cpp/codegen/codegen_test_minimal.cc
Craig Tiller03d8f2f2016-04-07 08:02:16 -07002933 filegroups:
yang-g17487f92016-06-03 15:21:15 -07002934 - grpc++_codegen_base
yang-g34b58612016-06-03 17:30:09 -07002935 - grpc++_codegen_base_src
Craig Tillerbf4b2242015-08-31 15:53:53 -07002936- name: credentials_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002937 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002938 build: test
2939 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002940 src:
2941 - test/cpp/client/credentials_test.cc
2942 deps:
2943 - grpc++
2944 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002945 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002946- name: cxx_byte_buffer_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002947 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002948 build: test
2949 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002950 src:
2951 - test/cpp/util/byte_buffer_test.cc
2952 deps:
2953 - grpc_test_util
2954 - grpc++
2955 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002956 - gpr_test_util
2957 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002958- name: cxx_slice_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002959 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002960 build: test
2961 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002962 src:
2963 - test/cpp/util/slice_test.cc
2964 deps:
2965 - grpc_test_util
2966 - grpc++
2967 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002968 - gpr_test_util
2969 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002970- name: cxx_string_ref_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002971 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002972 build: test
2973 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002974 src:
2975 - test/cpp/util/string_ref_test.cc
2976 deps:
2977 - grpc++
Craig Tillerbf4b2242015-08-31 15:53:53 -07002978- name: cxx_time_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002979 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07002980 build: test
2981 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002982 src:
2983 - test/cpp/util/time_test.cc
2984 deps:
2985 - grpc_test_util
2986 - grpc++
2987 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08002988 - gpr_test_util
2989 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07002990- name: end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08002991 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08002992 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07002993 build: test
2994 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07002995 src:
2996 - test/cpp/end2end/end2end_test.cc
2997 deps:
2998 - grpc++_test_util
2999 - grpc_test_util
3000 - grpc++
3001 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003002 - gpr_test_util
3003 - gpr
Mark D. Rothc459ecf2016-06-16 09:17:49 -07003004- name: filter_end2end_test
3005 gtest: true
3006 build: test
3007 language: c++
3008 src:
3009 - test/cpp/end2end/filter_end2end_test.cc
3010 deps:
3011 - grpc++_test_util
3012 - grpc_test_util
3013 - grpc++
3014 - grpc
3015 - gpr_test_util
3016 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003017- name: generic_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003018 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003019 build: test
3020 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003021 src:
3022 - test/cpp/end2end/generic_end2end_test.cc
3023 deps:
3024 - grpc++_test_util
3025 - grpc_test_util
3026 - grpc++
3027 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003028 - gpr_test_util
3029 - gpr
yang-gb8aa58b2016-04-14 15:50:50 -07003030- name: golden_file_test
3031 gtest: true
3032 build: test
3033 language: c++
3034 src:
3035 - src/proto/grpc/testing/compiler_test.proto
3036 - test/cpp/codegen/golden_file_test.cc
3037 deps:
3038 - grpc++
3039 - grpc
3040 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003041- name: grpc_cli
3042 build: test
3043 run: false
3044 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003045 src:
3046 - test/cpp/util/grpc_cli.cc
3047 deps:
yang-gabdec2d2016-05-19 10:11:24 -07003048 - grpc_cli_libs
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003049 - grpc++_proto_reflection_desc_db
Craig Tiller25834342015-09-25 08:08:24 -07003050 - grpc++
3051 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003052 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003053 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003054- name: grpc_cpp_plugin
3055 build: protoc
3056 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003057 src:
3058 - src/compiler/cpp_plugin.cc
3059 deps:
3060 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003061 secure: false
3062 vs_config_type: Application
3063 vs_project_guid: '{7E51A25F-AC59-488F-906C-C60FAAE706AA}'
3064- name: grpc_csharp_plugin
3065 build: protoc
3066 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003067 src:
3068 - src/compiler/csharp_plugin.cc
3069 deps:
3070 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003071 secure: false
3072 vs_config_type: Application
3073 vs_project_guid: '{3C813052-A49A-4662-B90A-1ADBEC7EE453}'
murgatroid99d2ee81f2016-02-26 11:10:33 -08003074- name: grpc_node_plugin
3075 build: protoc
3076 language: c++
3077 src:
3078 - src/compiler/node_plugin.cc
3079 deps:
3080 - grpc_plugin_support
3081 secure: false
3082 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003083- name: grpc_objective_c_plugin
3084 build: protoc
3085 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003086 src:
3087 - src/compiler/objective_c_plugin.cc
3088 deps:
3089 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003090 secure: false
3091 vs_config_type: Application
3092 vs_project_guid: '{19564640-CEE6-4921-ABA5-676ED79A36F6}'
Stanley Cheungb7223bb2016-09-22 22:23:42 -07003093- name: grpc_php_plugin
3094 build: protoc
3095 language: c++
3096 src:
3097 - src/compiler/php_plugin.cc
3098 deps:
3099 - grpc_plugin_support
3100 secure: false
3101 vs_config_type: Application
Craig Tillerbf4b2242015-08-31 15:53:53 -07003102- name: grpc_python_plugin
3103 build: protoc
3104 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003105 src:
3106 - src/compiler/python_plugin.cc
3107 deps:
3108 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003109 secure: false
3110 vs_config_type: Application
3111 vs_project_guid: '{DF52D501-A6CF-4E6F-BA38-6EBE2E8DAFB2}'
3112- name: grpc_ruby_plugin
3113 build: protoc
3114 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003115 src:
3116 - src/compiler/ruby_plugin.cc
3117 deps:
3118 - grpc_plugin_support
Craig Tillerbf4b2242015-08-31 15:53:53 -07003119 secure: false
3120 vs_config_type: Application
3121 vs_project_guid: '{069E9D05-B78B-4751-9252-D21EBAE7DE8E}'
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003122- name: grpc_tool_test
3123 gtest: true
3124 build: test
3125 language: c++
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003126 src:
3127 - src/proto/grpc/testing/echo.proto
3128 - src/proto/grpc/testing/echo_messages.proto
3129 - test/cpp/util/grpc_tool_test.cc
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003130 deps:
3131 - grpc_cli_libs
Yuchen Zeng324cc662016-10-17 11:27:35 -07003132 - grpc++_proto_reflection_desc_db
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003133 - grpc++_reflection
Yuchen Zeng169c9852016-10-14 15:58:09 -07003134 - grpc++_test_util
Yuchen Zeng29ca79b2016-07-25 12:00:08 -07003135 - grpc_test_util
3136 - grpc++
3137 - grpc
3138 - gpr_test_util
3139 - gpr
3140 filegroups:
3141 - grpc++_codegen_proto
Craig Tillereb841e22016-02-11 15:49:16 -08003142- name: grpclb_api_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003143 gtest: true
Craig Tillereb841e22016-02-11 15:49:16 -08003144 build: test
3145 language: c++
3146 src:
David Garcia Quintas7f0793a2016-04-25 12:35:58 -07003147 - src/proto/grpc/lb/v1/load_balancer.proto
Craig Tillereb841e22016-02-11 15:49:16 -08003148 - test/cpp/grpclb/grpclb_api_test.cc
3149 deps:
3150 - grpc++_test_util
3151 - grpc_test_util
3152 - grpc++
3153 - grpc
David Garcia Quintas55145c02016-06-21 14:51:54 -07003154- name: grpclb_test
3155 gtest: false
3156 build: test
3157 language: c++
3158 src:
3159 - src/proto/grpc/lb/v1/load_balancer.proto
3160 - test/cpp/grpclb/grpclb_test.cc
3161 deps:
3162 - gpr
3163 - gpr_test_util
3164 - grpc
3165 - grpc++
3166 - grpc++_test_util
3167 - grpc_test_util
yang-gbe5a2c42016-01-14 13:11:15 -08003168- name: hybrid_end2end_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003169 gtest: true
yang-gbe5a2c42016-01-14 13:11:15 -08003170 build: test
3171 language: c++
3172 src:
3173 - test/cpp/end2end/hybrid_end2end_test.cc
3174 deps:
3175 - grpc++_test_util
3176 - grpc_test_util
3177 - grpc++
3178 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003179 - gpr_test_util
3180 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003181- name: interop_client
3182 build: test
3183 run: false
3184 language: c++
3185 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003186 deps:
3187 - interop_client_main
3188 - interop_client_helper
3189 - grpc++_test_util
3190 - grpc_test_util
3191 - grpc++
3192 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003193 - gpr_test_util
3194 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003195 - grpc++_test_config
3196 platforms:
3197 - mac
3198 - linux
3199 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003200- name: interop_server
3201 build: test
3202 run: false
3203 language: c++
3204 src: []
Craig Tiller25834342015-09-25 08:08:24 -07003205 deps:
3206 - interop_server_main
3207 - interop_server_helper
Nicolas "Pixel" Noble6570b832016-07-18 23:29:50 +02003208 - interop_server_lib
Craig Tiller25834342015-09-25 08:08:24 -07003209 - grpc++_test_util
3210 - grpc_test_util
3211 - grpc++
3212 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003213 - gpr_test_util
3214 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003215 - grpc++_test_config
3216 platforms:
3217 - mac
3218 - linux
3219 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003220- name: interop_test
Craig Tillerbfd05532016-01-20 09:53:15 -08003221 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003222 build: test
3223 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003224 src:
3225 - test/cpp/interop/interop_test.cc
3226 deps:
3227 - grpc_test_util
3228 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003229 - gpr_test_util
3230 - gpr
Mark D. Roth24301712016-10-18 14:10:28 -07003231 - grpc++_test_config
Craig Tiller25834342015-09-25 08:08:24 -07003232 platforms:
3233 - mac
3234 - linux
3235 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003236- name: json_run_localhost
3237 build: test
3238 run: false
3239 language: c++
3240 src:
3241 - test/cpp/qps/json_run_localhost.cc
3242 deps:
3243 - grpc++_test_util
3244 - grpc_test_util
3245 - grpc++
3246 - grpc
3247 - gpr_test_util
3248 - gpr
3249 - grpc++_test_config
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003250- name: metrics_client
3251 build: test
3252 run: false
3253 language: c++
3254 headers:
3255 - test/cpp/util/metrics_server.h
3256 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003257 - src/proto/grpc/testing/metrics.proto
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003258 - test/cpp/interop/metrics_client.cc
3259 deps:
3260 - grpc++
3261 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003262 - gpr
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003263 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003264- name: mock_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003265 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003266 build: test
3267 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003268 src:
3269 - test/cpp/end2end/mock_test.cc
3270 deps:
3271 - grpc++_test_util
3272 - grpc_test_util
3273 - grpc++
3274 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003275 - gpr_test_util
3276 - gpr
Craig Tillerd3cd0172016-10-25 17:02:20 -07003277- name: noop-benchmark
3278 build: test
Craig Tillerd3cd0172016-10-25 17:02:20 -07003279 language: c++
3280 src:
3281 - test/cpp/microbenchmarks/noop-benchmark.cc
3282 deps:
3283 - google_benchmark
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003284- name: proto_server_reflection_test
3285 gtest: true
3286 build: test
3287 language: c++
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003288 src:
3289 - test/cpp/end2end/proto_server_reflection_test.cc
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003290 deps:
Yuchen Zeng5f6fbc82016-10-14 17:33:46 -07003291 - grpc++_proto_reflection_desc_db
Yuchen Zeng91c51a72016-05-20 14:46:49 -07003292 - grpc++_reflection
3293 - grpc++_test_util
3294 - grpc_test_util
3295 - grpc++
3296 - grpc
3297 - gpr_test_util
3298 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003299- name: qps_interarrival_test
3300 build: test
3301 run: false
3302 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003303 src:
3304 - test/cpp/qps/qps_interarrival_test.cc
3305 deps:
3306 - qps
3307 - grpc++_test_util
3308 - grpc_test_util
3309 - grpc++
3310 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003311 - gpr_test_util
3312 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003313 platforms:
3314 - mac
3315 - linux
3316 - posix
Craig Tiller0bda0b32016-03-03 12:51:53 -08003317- name: qps_json_driver
3318 build: test
3319 run: false
3320 language: c++
3321 src:
3322 - test/cpp/qps/qps_json_driver.cc
3323 deps:
3324 - qps
3325 - grpc++_test_util
3326 - grpc_test_util
3327 - grpc++
3328 - grpc
3329 - gpr_test_util
3330 - gpr
3331 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003332- name: qps_openloop_test
Craig Tillerc72cc422016-03-11 10:54:36 -08003333 cpu_cost: 0.5
Craig Tillerbf4b2242015-08-31 15:53:53 -07003334 build: test
3335 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003336 src:
3337 - test/cpp/qps/qps_openloop_test.cc
3338 deps:
3339 - qps
3340 - grpc++_test_util
3341 - grpc_test_util
3342 - grpc++
3343 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003344 - gpr_test_util
3345 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003346 - grpc++_test_config
3347 platforms:
3348 - mac
3349 - linux
3350 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003351- name: qps_worker
Craig Tiller0bda0b32016-03-03 12:51:53 -08003352 build: test
3353 run: false
Craig Tillerbf4b2242015-08-31 15:53:53 -07003354 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003355 headers:
3356 - test/cpp/qps/client.h
3357 - test/cpp/qps/server.h
3358 src:
3359 - test/cpp/qps/worker.cc
3360 deps:
3361 - qps
3362 - grpc++_test_util
3363 - grpc_test_util
3364 - grpc++
3365 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003366 - gpr_test_util
3367 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003368 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003369- name: reconnect_interop_client
3370 build: test
3371 run: false
3372 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003373 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003374 - src/proto/grpc/testing/empty.proto
3375 - src/proto/grpc/testing/messages.proto
3376 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003377 - test/cpp/interop/reconnect_interop_client.cc
3378 deps:
3379 - grpc++_test_util
3380 - grpc_test_util
3381 - grpc++
3382 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003383 - gpr_test_util
3384 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003385 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003386- name: reconnect_interop_server
3387 build: test
3388 run: false
3389 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003390 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003391 - src/proto/grpc/testing/empty.proto
3392 - src/proto/grpc/testing/messages.proto
3393 - src/proto/grpc/testing/test.proto
Craig Tiller25834342015-09-25 08:08:24 -07003394 - test/cpp/interop/reconnect_interop_server.cc
3395 deps:
3396 - reconnect_server
yang-gc9fca182015-11-06 16:41:33 -08003397 - test_tcp_server
Craig Tiller25834342015-09-25 08:08:24 -07003398 - grpc++_test_util
3399 - grpc_test_util
3400 - grpc++
3401 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003402 - gpr_test_util
3403 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003404 - grpc++_test_config
Mark D. Roth45228762016-10-26 14:54:56 -07003405- name: round_robin_end2end_test
3406 gtest: true
3407 build: test
3408 language: c++
3409 src:
3410 - test/cpp/end2end/round_robin_end2end_test.cc
3411 deps:
3412 - grpc++_test_util
3413 - grpc_test_util
3414 - grpc++
3415 - grpc
3416 - gpr_test_util
3417 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003418- name: secure_auth_context_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003419 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003420 build: test
3421 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003422 src:
3423 - test/cpp/common/secure_auth_context_test.cc
3424 deps:
3425 - grpc++_test_util
3426 - grpc_test_util
3427 - grpc++
3428 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003429 - gpr_test_util
3430 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003431- name: secure_sync_unary_ping_pong_test
3432 build: test
3433 language: c++
3434 src:
3435 - test/cpp/qps/secure_sync_unary_ping_pong_test.cc
3436 deps:
3437 - qps
3438 - grpc++_test_util
3439 - grpc_test_util
3440 - grpc++
3441 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003442 - gpr_test_util
3443 - gpr
vjpaif8603ad2015-11-04 12:49:33 -08003444 platforms:
3445 - mac
3446 - linux
3447 - posix
Yuchen Zenga42ec212016-04-29 13:03:06 -07003448- name: server_builder_plugin_test
3449 gtest: true
3450 build: test
3451 language: c++
3452 src:
3453 - test/cpp/end2end/server_builder_plugin_test.cc
3454 deps:
3455 - grpc++_test_util
3456 - grpc_test_util
3457 - grpc++
3458 - grpc
3459 - gpr_test_util
3460 - gpr
yang-gc4292fb2016-10-13 16:54:08 -07003461- name: server_context_test_spouse_test
3462 gtest: true
3463 build: test
3464 language: c++
3465 src:
3466 - test/cpp/test/server_context_test_spouse_test.cc
3467 deps:
3468 - grpc_test_util
3469 - grpc++_test
3470 - grpc++
3471 - grpc
3472 - gpr_test_util
3473 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003474- name: server_crash_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003475 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003476 cpu_cost: 0.1
Craig Tillerbf4b2242015-08-31 15:53:53 -07003477 build: test
3478 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003479 src:
3480 - test/cpp/end2end/server_crash_test.cc
3481 deps:
3482 - grpc++_test_util
3483 - grpc_test_util
3484 - grpc++
3485 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003486 - gpr_test_util
3487 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003488 platforms:
3489 - mac
3490 - linux
3491 - posix
Craig Tillerbf4b2242015-08-31 15:53:53 -07003492- name: server_crash_test_client
3493 build: test
3494 run: false
3495 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003496 src:
3497 - test/cpp/end2end/server_crash_test_client.cc
3498 deps:
3499 - grpc++_test_util
3500 - grpc_test_util
3501 - grpc++
3502 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003503 - gpr_test_util
3504 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003505- name: shutdown_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003506 gtest: true
Craig Tillerbf4b2242015-08-31 15:53:53 -07003507 build: test
3508 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003509 src:
3510 - test/cpp/end2end/shutdown_test.cc
3511 deps:
3512 - grpc++_test_util
3513 - grpc_test_util
3514 - grpc++
3515 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003516 - gpr_test_util
3517 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003518- name: status_test
3519 build: test
3520 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003521 src:
3522 - test/cpp/util/status_test.cc
3523 deps:
3524 - grpc_test_util
3525 - grpc++
3526 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003527 - gpr_test_util
3528 - gpr
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003529- name: streaming_throughput_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003530 gtest: true
Craig Tiller1fdb05b2015-09-01 17:13:30 -07003531 build: test
3532 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003533 src:
3534 - test/cpp/end2end/streaming_throughput_test.cc
3535 deps:
3536 - grpc++_test_util
3537 - grpc_test_util
3538 - grpc++
3539 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003540 - gpr_test_util
3541 - gpr
Craig Tiller25834342015-09-25 08:08:24 -07003542 platforms:
3543 - mac
3544 - linux
3545 - posix
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003546- name: stress_test
3547 build: test
Sree Kuchibhotla117c8af2015-10-26 10:59:17 -07003548 run: false
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003549 language: c++
3550 headers:
Sree Kuchibhotla11906242015-10-22 15:04:26 -07003551 - test/cpp/interop/client_helper.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003552 - test/cpp/interop/interop_client.h
3553 - test/cpp/interop/stress_interop_client.h
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003554 - test/cpp/util/metrics_server.h
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003555 src:
Craig Tiller1b4e3302015-12-17 16:35:00 -08003556 - src/proto/grpc/testing/empty.proto
3557 - src/proto/grpc/testing/messages.proto
3558 - src/proto/grpc/testing/metrics.proto
3559 - src/proto/grpc/testing/test.proto
Makarand Dharmapurikare3dd1d72016-10-20 10:37:39 -07003560 - test/cpp/interop/client_helper.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003561 - test/cpp/interop/interop_client.cc
3562 - test/cpp/interop/stress_interop_client.cc
3563 - test/cpp/interop/stress_test.cc
Sree Kuchibhotlab5e98c52015-10-27 22:55:26 -07003564 - test/cpp/util/metrics_server.cc
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003565 deps:
3566 - grpc++_test_util
3567 - grpc_test_util
3568 - grpc++
3569 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003570 - gpr_test_util
3571 - gpr
Sree Kuchibhotlafbc376f2015-10-16 10:56:31 -07003572 - grpc++_test_config
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003573- name: thread_manager_test
3574 build: test
3575 language: c++
Sree Kuchibhotla8f7739b2016-10-13 15:12:55 -07003576 src:
3577 - test/cpp/thread_manager/thread_manager_test.cc
3578 deps:
3579 - grpc++
3580 - grpc
3581 - gpr
3582 - grpc++_test_config
Craig Tillerbf4b2242015-08-31 15:53:53 -07003583- name: thread_stress_test
Craig Tillerca62ff02016-02-24 22:22:57 -08003584 gtest: true
Craig Tillerbfd05532016-01-20 09:53:15 -08003585 cpu_cost: 100
Craig Tillerbf4b2242015-08-31 15:53:53 -07003586 build: test
3587 language: c++
Craig Tiller25834342015-09-25 08:08:24 -07003588 src:
3589 - test/cpp/end2end/thread_stress_test.cc
3590 deps:
3591 - grpc++_test_util
3592 - grpc_test_util
3593 - grpc++
3594 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003595 - gpr_test_util
3596 - gpr
Craig Tillerab230452016-01-04 08:18:43 -08003597- name: public_headers_must_be_c89
3598 build: test
3599 language: c89
3600 src:
3601 - test/core/surface/public_headers_must_be_c89.c
3602 deps:
3603 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003604 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003605vspackages:
Craig Tiller25834342015-09-25 08:08:24 -07003606- linkage: static
3607 name: grpc.dependencies.zlib
3608 props: false
3609 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003610 version: 1.2.8.10
Jan Tattermuschd5653e42016-01-12 12:43:24 -08003611- linkage: static
3612 name: grpc.dependencies.openssl
Craig Tiller25834342015-09-25 08:08:24 -07003613 props: true
3614 redist: true
Jan Tattermusch36065be2015-11-30 14:48:28 -08003615 version: 1.0.204.1
Craig Tiller25834342015-09-25 08:08:24 -07003616- name: gflags
3617 props: false
3618 redist: false
3619 version: 2.1.2.1
3620- name: gtest
3621 props: false
3622 redist: false
3623 version: 1.7.0.1
Craig Tillera0f85172016-01-20 15:56:06 -08003624configs:
3625 asan:
3626 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003627 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3628 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003629 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003630 LD: clang
3631 LDFLAGS: -fsanitize=address
3632 LDXX: clang++
3633 compile_the_world: true
3634 test_environ:
Craig Tiller19482442016-01-25 09:59:20 -08003635 ASAN_OPTIONS: detect_leaks=1:color=always
3636 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
Vijay Pai3b288722016-02-19 00:28:28 -08003637 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003638 asan-noleaks:
3639 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003640 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3641 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003642 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003643 LD: clang
3644 LDFLAGS: -fsanitize=address
3645 LDXX: clang++
Craig Tiller81df68d2016-01-21 13:59:50 -08003646 compile_the_world: true
Craig Tillera0f85172016-01-20 15:56:06 -08003647 test_environ:
3648 ASAN_OPTIONS: detect_leaks=0:color=always
Vijay Pai3b288722016-02-19 00:28:28 -08003649 timeout_multiplier: 3
Craig Tillerae945942016-03-23 21:43:58 -07003650 asan-trace-cmp:
3651 CC: clang
Craig Tillerff822392016-03-23 21:46:52 -07003652 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize-coverage=trace-cmp -fsanitize=address
3653 -fno-omit-frame-pointer -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerae945942016-03-23 21:43:58 -07003654 CXX: clang++
3655 LD: clang
3656 LDFLAGS: -fsanitize=address
3657 LDXX: clang++
3658 compile_the_world: true
3659 test_environ:
3660 ASAN_OPTIONS: detect_leaks=1:color=always
3661 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3662 timeout_multiplier: 3
Craig Tillera0f85172016-01-20 15:56:06 -08003663 basicprof:
3664 CPPFLAGS: -O2 -DGRPC_BASIC_PROFILER -DGRPC_TIMERS_RDTSC
3665 DEFINES: NDEBUG
3666 dbg:
3667 CPPFLAGS: -O0
3668 DEFINES: _DEBUG DEBUG
Craig Tiller3af3f742016-02-28 21:53:13 -08003669 easan:
3670 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003671 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=address -fno-omit-frame-pointer
3672 -Wno-unused-command-line-argument -DGPR_NO_DIRECT_SYSCALLS
Craig Tiller3af3f742016-02-28 21:53:13 -08003673 CXX: clang++
3674 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3675 LD: clang
3676 LDFLAGS: -fsanitize=address
3677 LDXX: clang++
3678 compile_the_world: true
3679 test_environ:
3680 ASAN_OPTIONS: detect_leaks=1:color=always
3681 LSAN_OPTIONS: suppressions=tools/lsan_suppressions.txt:report_objects=1
3682 timeout_multiplier: 3
3683 edbg:
3684 CPPFLAGS: -O0
3685 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
3686 etsan:
Craig Tillerd93aa142016-02-28 20:56:13 -08003687 CC: clang
3688 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003689 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillerd93aa142016-02-28 20:56:13 -08003690 CXX: clang++
Craig Tilleref1bf872016-02-28 17:37:33 -08003691 DEFINES: _DEBUG DEBUG GRPC_EXECUTION_CONTEXT_SANITIZER
Craig Tillerd93aa142016-02-28 20:56:13 -08003692 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003693 LDFLAGS: -fsanitize=thread
Craig Tillerd93aa142016-02-28 20:56:13 -08003694 LDXX: clang++
3695 compile_the_world: true
3696 test_environ:
3697 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
3698 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003699 gcov:
3700 CC: gcc
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003701 CPPFLAGS: -O0 -fprofile-arcs -ftest-coverage -Wno-return-type
Craig Tillera0f85172016-01-20 15:56:06 -08003702 CXX: g++
Craig Tillera0f85172016-01-20 15:56:06 -08003703 DEFINES: _DEBUG DEBUG GPR_GCOV
3704 LD: gcc
3705 LDFLAGS: -fprofile-arcs -ftest-coverage -rdynamic
3706 LDXX: g++
3707 helgrind:
3708 CPPFLAGS: -O0
3709 DEFINES: _DEBUG DEBUG
3710 LDFLAGS: -rdynamic
3711 timeout_multiplier: 20
3712 valgrind: --tool=helgrind
3713 memcheck:
3714 CPPFLAGS: -O0
3715 DEFINES: _DEBUG DEBUG
3716 LDFLAGS: -rdynamic
3717 timeout_multiplier: 10
3718 valgrind: --tool=memcheck --leak-check=full
3719 msan:
3720 CC: clang
Craig Tiller32173c52016-03-17 14:12:45 -07003721 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=memory -fsanitize-memory-track-origins
3722 -fno-omit-frame-pointer -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3723 -Wno-unused-command-line-argument -fPIE -pie -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003724 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003725 DEFINES: NDEBUG
3726 LD: clang
3727 LDFLAGS: -fsanitize=memory -DGTEST_HAS_TR1_TUPLE=0 -DGTEST_USE_OWN_TR1_TUPLE=1
3728 -fPIE -pie $(if $(JENKINS_BUILD),-Wl$(comma)-Ttext-segment=0x7e0000000000,)
3729 LDXX: clang++
3730 compile_the_world: true
Vijay Pai3b288722016-02-19 00:28:28 -08003731 timeout_multiplier: 4
Craig Tillera0f85172016-01-20 15:56:06 -08003732 mutrace:
Craig Tillerc3b88b02016-05-16 11:21:17 -07003733 CPPFLAGS: -O3 -fno-omit-frame-pointer
3734 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003735 LDFLAGS: -rdynamic
3736 opt:
3737 CPPFLAGS: -O2
3738 DEFINES: NDEBUG
Craig Tillera0f85172016-01-20 15:56:06 -08003739 stapprof:
3740 CPPFLAGS: -O2 -DGRPC_STAP_PROFILER
3741 DEFINES: NDEBUG
3742 tsan:
3743 CC: clang
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003744 CPPFLAGS: -O0 -fsanitize=thread -fno-omit-frame-pointer -Wno-unused-command-line-argument
Craig Tiller5bda4d42016-03-17 17:27:11 -07003745 -DGPR_NO_DIRECT_SYSCALLS
Craig Tillera0f85172016-01-20 15:56:06 -08003746 CXX: clang++
Sree Kuchibhotlaad2c4772016-06-13 19:06:54 -07003747 DEFINES: GRPC_TSAN
Craig Tillera0f85172016-01-20 15:56:06 -08003748 LD: clang
Craig Tiller5bda4d42016-03-17 17:27:11 -07003749 LDFLAGS: -fsanitize=thread
Craig Tillera0f85172016-01-20 15:56:06 -08003750 LDXX: clang++
3751 compile_the_world: true
3752 test_environ:
3753 TSAN_OPTIONS: suppressions=tools/tsan_suppressions.txt:halt_on_error=1:second_deadlock_stack=1
vjpai2146fe82016-02-19 10:05:57 -08003754 timeout_multiplier: 5
Craig Tillera0f85172016-01-20 15:56:06 -08003755 ubsan:
3756 CC: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003757 CPPFLAGS: -O0 -fsanitize-coverage=edge -fsanitize=undefined,unsigned-integer-overflow
3758 -fno-omit-frame-pointer -Wno-unused-command-line-argument -Wvarargs
Craig Tillera0f85172016-01-20 15:56:06 -08003759 CXX: clang++
Craig Tillera0f85172016-01-20 15:56:06 -08003760 DEFINES: NDEBUG
3761 LD: clang
yang-g6ce4d0b2016-05-12 16:43:17 -07003762 LDFLAGS: -fsanitize=undefined,unsigned-integer-overflow
Craig Tillera0f85172016-01-20 15:56:06 -08003763 LDXX: clang++
3764 compile_the_world: true
yang-g6ce4d0b2016-05-12 16:43:17 -07003765 test_environ:
Craig Tiller9780f592016-05-18 15:06:21 -07003766 UBSAN_OPTIONS: halt_on_error=1:print_stacktrace=1
Craig Tillera0f85172016-01-20 15:56:06 -08003767 timeout_multiplier: 1.5
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003768defaults:
3769 boringssl:
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003770 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-unknown-pragmas
Craig Tiller78222f72016-05-10 09:55:38 -07003771 -Wno-implicit-function-declaration -Wno-unused-variable -Wno-sign-compare $(NO_W_EXTRA_SEMI)
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003772 CPPFLAGS: -Ithird_party/boringssl/include -fvisibility=hidden -DOPENSSL_NO_ASM
Nicolas "Pixel" Nobleb8e2f9c2016-01-28 05:00:40 +01003773 -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN -D_HAS_EXCEPTIONS=0 -DNOMINMAX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003774 global:
3775 CPPFLAGS: -g -Wall -Wextra -Werror -Wno-long-long -Wno-unused-parameter
3776 LDFLAGS: -g
Craig Tillerd3cd0172016-10-25 17:02:20 -07003777 google_benchmark:
Craig Tillerd8a2fa02016-10-26 16:38:46 -07003778 CPPFLAGS: -Ithird_party/google_benchmark/include -DHAVE_POSIX_REGEX
Nicolas "Pixel" Noble51b1aee2016-01-28 01:14:58 +01003779 zlib:
Nicolas "Pixel" Noble45000342016-01-28 05:04:45 +01003780 CFLAGS: -Wno-sign-conversion -Wno-conversion -Wno-unused-value -Wno-implicit-function-declaration
Nicolas "Pixel" Noble545c6c12016-01-28 06:01:46 +01003781 $(W_NO_SHIFT_NEGATIVE_VALUE) -fvisibility=hidden
murgatroid99879bc4f2015-11-05 10:35:04 -08003782node_modules:
3783- deps:
3784 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003785 - gpr
murgatroid995c56c922016-01-25 13:32:52 -08003786 - boringssl
3787 - z
murgatroid9994a75412015-11-19 14:04:53 -08003788 headers:
3789 - src/node/ext/byte_buffer.h
3790 - src/node/ext/call.h
3791 - src/node/ext/call_credentials.h
3792 - src/node/ext/channel.h
3793 - src/node/ext/channel_credentials.h
murgatroid999030c812016-09-16 13:25:08 -07003794 - src/node/ext/completion_queue.h
murgatroid9994a75412015-11-19 14:04:53 -08003795 - src/node/ext/completion_queue_async_worker.h
3796 - src/node/ext/server.h
3797 - src/node/ext/server_credentials.h
3798 - src/node/ext/timeval.h
3799 js:
3800 - src/node/index.js
3801 - src/node/src/client.js
3802 - src/node/src/common.js
3803 - src/node/src/credentials.js
murgatroid9991629972016-02-03 08:46:45 -08003804 - src/node/src/grpc_extension.js
murgatroid9994a75412015-11-19 14:04:53 -08003805 - src/node/src/metadata.js
3806 - src/node/src/server.js
murgatroid99879bc4f2015-11-05 10:35:04 -08003807 name: grpc_node
3808 src:
3809 - src/node/ext/byte_buffer.cc
3810 - src/node/ext/call.cc
3811 - src/node/ext/call_credentials.cc
3812 - src/node/ext/channel.cc
3813 - src/node/ext/channel_credentials.cc
murgatroid999030c812016-09-16 13:25:08 -07003814 - src/node/ext/completion_queue.cc
murgatroid99879bc4f2015-11-05 10:35:04 -08003815 - src/node/ext/completion_queue_async_worker.cc
3816 - src/node/ext/node_grpc.cc
3817 - src/node/ext/server.cc
3818 - src/node/ext/server_credentials.cc
3819 - src/node/ext/timeval.cc
Craig Tillerb79c1e12016-02-23 10:00:58 -08003820openssl_fallback:
Jan Tattermusch9bb70622016-03-18 10:28:54 -07003821 base_uri: https://openssl.org/source/old/1.0.2/
Craig Tillerb79c1e12016-02-23 10:00:58 -08003822 extraction_dir: openssl-1.0.2f
3823 tarball: openssl-1.0.2f.tar.gz
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003824php_config_m4:
3825 deps:
3826 - grpc
3827 - gpr
3828 - boringssl
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003829 headers:
3830 - src/php/ext/grpc/byte_buffer.h
3831 - src/php/ext/grpc/call.h
3832 - src/php/ext/grpc/call_credentials.h
3833 - src/php/ext/grpc/channel.h
3834 - src/php/ext/grpc/channel_credentials.h
3835 - src/php/ext/grpc/completion_queue.h
Stanley Cheung33e3dee2016-07-25 12:50:09 -07003836 - src/php/ext/grpc/php7_wrapper.h
Stanley Cheung5adb71f2016-02-13 00:03:02 -08003837 - src/php/ext/grpc/php_grpc.h
3838 - src/php/ext/grpc/server.h
3839 - src/php/ext/grpc/server_credentials.h
3840 - src/php/ext/grpc/timeval.h
3841 src:
3842 - src/php/ext/grpc/byte_buffer.c
3843 - src/php/ext/grpc/call.c
3844 - src/php/ext/grpc/call_credentials.c
3845 - src/php/ext/grpc/channel.c
3846 - src/php/ext/grpc/channel_credentials.c
3847 - src/php/ext/grpc/completion_queue.c
3848 - src/php/ext/grpc/php_grpc.c
3849 - src/php/ext/grpc/server.c
3850 - src/php/ext/grpc/server_credentials.c
3851 - src/php/ext/grpc/timeval.c
Masood Malekghassemi116982e2015-12-11 15:53:38 -08003852python_dependencies:
3853 deps:
3854 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003855 - gpr
Masood Malekghassemi387e1162016-01-05 10:16:12 -08003856 - boringssl
Masood Malekghassemi0cc27922016-01-22 16:32:41 -08003857 - z
Nicolas "Pixel" Nobled899dce2016-01-28 20:45:39 +01003858ruby_gem:
3859 deps:
3860 - grpc
Craig Tillerda179ce2016-02-09 12:01:53 -08003861 - gpr
Craig Tillerbf4b2242015-08-31 15:53:53 -07003862 - boringssl
Craig Tillerbf4b2242015-08-31 15:53:53 -07003863 - z