towerops/test
Graham McIntire f9b575816a
Fix database ownership issues in agent auth tests
- Update AgentAuth plug to use synchronous heartbeat updates in test env
- Refactor async heartbeat logic to reduce nesting (Credo)
- Remove Process.sleep from tests (no longer needed with sync updates)

This fixes 'owner exited' database errors in the test suite by avoiding
async Task spawns during tests, which caused DB connection ownership
conflicts with Ecto's sandbox mode.
2026-01-13 13:16:54 -06:00
..
integration Fix credo warnings and software design suggestions 2026-01-06 12:55:22 -06:00
support Add tests for OrganizationsFixtures 2026-01-13 08:59:40 -06:00
towerops Streamline login flow and fix test failures 2026-01-13 13:08:24 -06:00
towerops_web Fix database ownership issues in agent auth tests 2026-01-13 13:16:54 -06:00
test_helper.exs moar tests 2026-01-06 15:43:54 -06:00