aprs.me/test/aprsme/cluster
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
..
connection_manager_test.exs faster tests 2026-04-24 19:00:24 -05:00
leader_election_test.exs speed up slow tests: remove Process.sleep, add batch fixture helper 2026-06-02 15:02:07 -05:00
packet_distributor_test.exs faster tests 2026-04-24 19:00:24 -05:00
packet_receiver_test.exs faster tests 2026-04-24 19:00:24 -05:00
topology_test.exs refactor: collapse nested if/case into pattern-matched helpers 2026-04-23 13:55:11 -05:00