tractor/tests/ipc
Gud Boi 91e06910b6 Tighten `TIPC` address-shape dispatch
Restrict proto-key matching to numeric 3- or 4-element
descriptors so a UDS directory named `tipc` stays UDS.

Route `/tipc` parsing through `TIPCAddress.from_addr()` to
normalize zone scope and report malformed input clearly. Also
align UDS unwrapped metadata with its actual `(str, str)` shape.

Keep the TIPC test module portable by importing `SOL_TIPC` from
the backend's UAPI fallback instead of the host `socket` module.

Review: PR #493 (copilot-pull-request-reviewer[bot],goodboy)
https://github.com/goodboy/tractor/pull/493

(this patch was generated in some part by `opencode` using
`gpt-5.6-sol` (`openai`))
2026-09-01 20:02:44 -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 Move network APIs to lazy `tractor.net` 2026-09-01 18:10:53 -04:00
test_each_tpt.py Emit canonical tagged addresses 2026-09-01 15:47:28 -04:00
test_multi_tpt.py Add `enable_transports`/`registry_addrs` proto guard 2026-06-17 17:39:44 -04:00
test_server.py Add `Address.rebind_from_sockname` opt-out 2026-09-01 19:28:17 -04:00
test_server_tunnel_boundary.py Move network APIs to lazy `tractor.net` 2026-09-01 18:10:53 -04:00
test_tipc.py Tighten `TIPC` address-shape dispatch 2026-09-01 20:02:44 -04:00