Push Tracker
ria-toolkit-oss/tests/agent
J jrhughes003 543517f0ca fix(agent): address review findings on register flow
- Restore agent_id in success output. Pre-PR the user saw the hub's
  canonical identifier; the merge had reduced this to just `(name)`,
  which made it impossible to correlate the registered agent with
  anything on the hub side without inspecting the config file.
- Add a 15s timeout to the register POST. urllib's default is none,
  so a stuck hub would block the CLI indefinitely.
- Read User-Agent version from package metadata instead of hardcoding
  "0.1", so it tracks releases. Also corrected the URL to the canonical
  Source URL listed in pyproject.toml (was pointing at a likely-404
  github.com path).
- Add two tests guarding the User-Agent. The whole point of the Cloudflare
  fix was to set a non-default UA; previously no test asserted this, so
  a refactor could silently reintroduce the 403 code 1010 bug.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 12:40:29 -04:00
..
__init__.py Add changes for screens agent connections. 2026-04-13 11:48:15 -04:00
test_cli_register_errors.py fix(agent): address review findings on register flow 2026-05-26 12:40:29 -04:00
test_cli_tx.py format fixes 2026-04-20 13:51:15 -04:00
test_config.py Pluto TX streaming functionality base 2026-04-16 11:13:43 -04:00
test_disconnect.py Pluto TX streaming functionality base 2026-04-16 11:13:43 -04:00
test_full_duplex.py tx_race_condtion_fix 2026-04-16 15:38:35 -04:00
test_hardware.py transmit further updates 2026-04-16 15:12:56 -04:00
test_integration_tx.py format fixes 2026-04-20 13:51:15 -04:00
test_integration.py format fixes 2026-04-20 13:51:15 -04:00
test_legacy.py Add changes for screens agent connections. 2026-04-13 11:48:15 -04:00
test_param_lock_contention.py format fixes 2026-04-20 13:51:15 -04:00
test_streamer_tx.py tx_race_condtion_fix 2026-04-16 15:38:35 -04:00
test_streamer.py format fixes 2026-04-20 13:51:15 -04:00
test_tx_safety.py format fixes 2026-04-20 13:51:15 -04:00
test_tx_underrun.py format fixes 2026-04-20 13:51:15 -04:00
test_ws_client_binary.py format fixes 2026-04-20 13:51:15 -04:00
test_ws_client.py format fixes 2026-04-20 13:51:15 -04:00