From 65660c77c7d502763841ddd141837331a80d65ab Mon Sep 17 00:00:00 2001 From: goodboy Date: Fri, 6 Mar 2026 12:48:28 -0500 Subject: [PATCH] Add note about `--tpt-proto` controlling `reg_addr`-type --- tests/ipc/test_multi_tpt.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/ipc/test_multi_tpt.py b/tests/ipc/test_multi_tpt.py index 353385e1..289f5135 100644 --- a/tests/ipc/test_multi_tpt.py +++ b/tests/ipc/test_multi_tpt.py @@ -62,6 +62,13 @@ def test_root_passes_tpt_to_sub( reg_addr: tuple, debug_mode: bool, ): + # XXX NOTE, the `reg_addr` addr won't be the same type as the + # `tpt_proto_key` would deliver here unless you pass `--tpt-proto + # ` on the CLI. + # + # if tpt_proto_key == 'uds': + # breakpoint() + async def main(): async with tractor.open_nursery( enable_transports=[tpt_proto_key],