aprs.me/test
Graham McIntire e8d48f8058
speed up slow tests: remove Process.sleep, add batch fixture helper
- Replace Process.sleep(N) with explicit synchronization:
  render(view) to force LV mailbox drain, PubSub assert_receive for
  leader election, and render_hook sync guarantees
- Add batch_packet_fixtures/2 using Repo.insert_all for bulk test
  fixtures (200 inserts -> 1 round trip)
- Remove sleeps from historical_loading_test — tests query DB
  directly, don't need LV async processing
2026-06-02 15:02:07 -05:00
..
aprsme speed up slow tests: remove Process.sleep, add batch fixture helper 2026-06-02 15:02:07 -05:00
aprsme_web speed up slow tests: remove Process.sleep, add batch fixture helper 2026-06-02 15:02:07 -05:00
assets/js Improve type safety for getTrailId function 2025-07-21 08:36:38 -05:00
integration cleanup 2026-02-07 10:55:19 -06:00
mix/tasks Cache MixUnused analyzer state to skip repeated BEAM scans in tests 2026-05-09 11:17:08 -05:00
mix_unused Cache MixUnused analyzer state to skip repeated BEAM scans in tests 2026-05-09 11:17:08 -05:00
support speed up slow tests: remove Process.sleep, add batch fixture helper 2026-06-02 15:02:07 -05:00
types format 2026-02-18 14:49:58 -06:00
aprs_is_mock_test.exs test: AprsIsMock, DeviceIdentification, PacketCleanupWorker coverage 2026-04-23 18:13:02 -05:00
test_helper.exs Remove :slow test tag; make slow tests run fast via configurable timeouts 2026-05-09 09:05:16 -05:00