tractor/tractor/_testing
Gud Boi 16dd876b0c Make UDS reaping platform-aware
Moving Darwin sockets to `/tmp/tractor-<uid>` left pytest and the
standalone reaper searching only `XDG_RUNTIME_DIR`. Enabling that
shared bindspace naively would also let automatic session cleanup
unlink an independent live `registry@1616.sock`.

Resolve the runtime's actual default UDS bindspace on every platform.
Exclude the pid-less registry sentinel from automatic cleanup while
retaining explicit CLI removal, and document that destructive choice.

Cover bindspace resolution and automatic-vs-explicit sentinel policy.

Review: PR #480 (goodboy)
https://github.com/goodboy/tractor/pull/480

(this patch was generated in some part by `opencode` using
`gpt-5.6-sol` (`openai`))
2026-08-14 10:36:27 -04:00
..
__init__.py Mk `.devx._debug` a sub-pkg `.devx.debug` 2025-07-14 00:00:12 -04:00
_reap.py Make UDS reaping platform-aware 2026-08-14 10:36:27 -04:00
addr.py Uniquify no-runtime UDS `get_random()` paths 2026-06-29 18:08:50 -04:00
fault_simulation.py Start a new `._testing.fault_simulation` 2025-03-24 14:04:51 -04:00
pytest.py Register `has_nested_actors`/`trio` pytest marks 2026-06-25 17:32:54 -04:00
samples.py General improvements 2025-07-08 12:57:28 -04:00
trace.py Filter `_find_tractor_strays` by ppid disposition 2026-06-17 17:39:44 -04:00