tractor/tests/ipc
Gud Boi 06451f2ea6 Expose tunnel namespaces on IPC endpoints
Make `TCPAddress` and `UDSAddress` explicitly satisfy
`Address.namespace`, then retain each original listener declaration
beside its peeled, resolved transport address.

Deats,
- remove `TunnelledAddress`'s attribute fallback
- add required `Endpoint.declared_addr` metadata
- report declaration namespaces in endpoint/server formatting
- preserve concrete `Endpoint.addr` for transport reflection
- cover plain and tunneled namespace visibility

Prompt-IO: ai/prompt-io/opencode/20260822T032520Z_d35c802b_prompt_io.md

(this patch was generated in some part by `opencode` using `gpt-5.6-sol` (`openai`))
2026-08-27 20:54:25 -04:00
..
__init__.py Start a very basic ipc-server unit test suite 2025-07-13 15:26:37 -04:00
test_channel_tunnel_boundary.py Peel tunnels before `Channel` connects 2026-08-27 20:47:02 -04:00
test_each_tpt.py Emit canonical tagged addresses 2026-08-27 20:48:57 -04:00
test_multi_tpt.py Add `enable_transports`/`registry_addrs` proto guard 2026-06-17 17:39:44 -04:00
test_server.py Traverse `BaseExceptionGroup` peer-close errors 2026-08-14 18:54:56 -04:00
test_server_tunnel_boundary.py Expose tunnel namespaces on IPC endpoints 2026-08-27 20:54:25 -04:00