prop/test/microwaveprop_web/controllers/api/v1
Graham McIntire 581955bd69
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled
fix: prevent contacts_dedup_idx collisions in parallel async tests
Create shared ContactsFixtures module with globally-unique qso_timestamp
seconds to prevent unique-constraint violations when async test modules
run in parallel and insert contacts with identical dedup-key columns.
The qso_timestamp column is timestamp(0), so microsecond offsets were
truncated — use System.unique_integer monotonic seconds instead.

Also make count-asserting tests resilient to sandbox-leaked contacts
from prior tests by using >= assertions or status-based checks rather
than exact counts.

Includes automated DateTime.add → DateTime.shift migration from
mix format.
2026-08-04 17:05:16 -05:00
..
auth_controller_test.exs fix: prevent contacts_dedup_idx collisions in parallel async tests 2026-08-04 17:05:16 -05:00
beacon_controller_test.exs fix(security,perf): address 9 audit findings (access control, DoS, crashes) 2026-05-11 18:53:21 -05:00
beacon_monitor_measurement_controller_test.exs feat(api): ingest endpoint for propmonitor beacon measurements 2026-05-13 16:07:04 -05:00
contact_controller_test.exs fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00
me_controller_test.exs feat(monitors): schema migration + remove user self-service creation 2026-07-21 18:28:51 -05:00
profile_controller_test.exs feat(weather): add duct cutoff band map layer 2026-05-15 19:51:24 -05:00
score_controller_test.exs fix: resolve 158/183 credo --strict warnings 2026-06-12 15:47:15 -05:00