test(mesh-phase5): 3-port listener reachability + comment fix for the telemetry endpoint

Claude-Session: https://claude.ai/code/session_01GASWkNEi68FSCtvr6rLoEW
This commit is contained in:
Joseph Doherty
2026-07-23 16:18:15 -04:00
parent a279a43ed4
commit af9c9d78da
3 changed files with 195 additions and 8 deletions
@@ -9,6 +9,11 @@
<ItemGroup>
<PackageReference Include="Moq" />
<!-- Grpc.Net.Client: the initiator side of a gRPC call. The Host references only
Grpc.AspNetCore (server side); TelemetryListenerTests dials the mapped telemetry service
to prove it is reachable, which needs the client. Grpc.Core.Api (RpcException/StatusCode/
Metadata + the generated client base) flows in transitively via the Commons project ref. -->
<PackageReference Include="Grpc.Net.Client" />
<PackageReference Include="xunit.v3" />
<PackageReference Include="Shouldly" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />