tractor/tractor/_testing
Gud Boi 3e04968e79 Floor `get_rando_addr` port at 1024, not 1000
Ports below 1024 are privileged on linux
(`net.ipv4.ip_unprivileged_port_start = 1024`), so a non-root
`.bind()` on one raises `PermissionError`. The old `1000 +` floor
could roll into the 1000-1023 range and trip flaky `[Errno 13]
Permission denied` registry-listener binds; bump the base to 1024
so every generated port is non-privileged.

(this commit msg was generated in some part by [`claude-code`][claude-code-gh])
[claude-code-gh]: https://github.com/anthropics/claude-code
2026-06-27 20:35:58 -04:00
..
__init__.py Mk `.devx._debug` a sub-pkg `.devx.debug` 2025-07-14 00:00:12 -04:00
_reap.py Fix `add_log_level()` re-registration value drift 2026-06-24 18:03:28 -04:00
addr.py Floor `get_rando_addr` port at 1024, not 1000 2026-06-27 20:35:58 -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