prop/test/mix/tasks
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
..
buildings_fetch_test.exs chore: bump deps, fix doctests, fix credo issues 2026-07-01 17:46:03 -05:00
prop_compare_test.exs fix: prevent contacts_dedup_idx collisions in parallel async tests 2026-08-04 17:05:16 -05:00
propagation_ml_tasks_test.exs fix: prevent contacts_dedup_idx collisions in parallel async tests 2026-08-04 17:05:16 -05:00
propagation_train_seeded_test.exs fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
reset_enrichment_test.exs fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
simple_tasks_test.exs fix: prevent contacts_dedup_idx collisions in parallel async tests 2026-08-04 17:05:16 -05:00
unused_test.exs fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00
weather_rebatch_asos_test.exs fix: resolve 391 Credo issues across codebase 2026-06-12 13:51:32 -05:00