grpc/test/core/channel
Mark D. Roth 8427bacaea
[resolver API] remove address attribute interface (#33514)
The address attribute interface was intended to provide a mechanism to
pass attributes separately from channel args, for values that do not
affect subchannel behavior and therefore do not need to be present in
the subchannel key, which does include channel args. However, the
mechanism as currently designed is fairly clunky and is probably not the
direction we will want to go in the long term.

Eventually, we will want some mechanism for registering channel args,
which would provide a cleaner way to indicate that a given channel arg
should not be used in the subchannel key, so that we don't need a
completely different mechanism. For now, this PR is just doing an
interim step, which is to establish a special channel arg key prefix to
indicate that an arg is not needed in the subchannel key.
2023-06-26 10:02:06 -07:00
..
BUILD Add ServerCallTracer interfaces (#32555) 2023-03-10 10:08:49 -08:00
call_finalization_test.cc Remove static initialization of memory allocator in tests (#31776) 2022-12-05 10:29:01 -08:00
channel_args_test.cc [resolver API] remove address attribute interface (#33514) 2023-06-26 10:02:06 -07:00
channel_stack_builder_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00
channel_stack_test.cc [channel_args] Use c++ channel args during channel init (#32300) 2023-02-05 19:15:37 -08:00
channel_trace_test.cc [JSON] move Parse() and Dump() methods out of JSON object (#32742) 2023-03-30 13:30:54 -07:00
channelz_registry_test.cc [channelz] Save some memory per channel (#32996) 2023-05-02 22:07:04 -07:00
channelz_test.cc [JSON] make API public but experimental (#32987) 2023-05-09 08:05:24 -07:00
minimal_stack_is_minimal_test.cc OpenCensus: Use new CallTracer interfaces (#32618) 2023-03-15 22:39:41 -07:00
server_call_tracer_factory_test.cc OpenCensus: Use new CallTracer interfaces (#32618) 2023-03-15 22:39:41 -07:00
status_util_test.cc Convert c-style comments to C++-style comments (#31923) 2022-12-22 23:01:53 -08:00