aprs.me/test
Graham McIntire 0b8225e402
Some checks failed
Elixir CI / Build and test (push) Successful in 3m3s
Elixir CI / Dialyzer (push) Failing after 5m30s
Elixir CI / Build and Push Docker Image (push) Has been skipped
fix: drop migration-created partitions in partition_manager test setup
The migration pre-creates partitions for today..today+2 at test DB setup
time. When ensure_partitions_exist/0 ran, it found them already existing
and returned {:ok, []}, causing the test assertion to fail.

Drop the pre-created partitions in the setup block so ensure_partitions_exist
has actual work to do and returns a non-empty list.
2026-07-27 13:33:28 -05:00
..
aprsme fix: drop migration-created partitions in partition_manager test setup 2026-07-27 13:33:28 -05:00
aprsme_web reliability: bound ingress buffers, payload limits, overflow telemetry 2026-07-26 15:10:54 -05:00
assets/js Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
integration cleanup 2026-02-07 10:55:19 -06:00
mix/tasks Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
mix_unused Fix all mix credo --strict warnings (188 → 0) 2026-06-12 16:27:20 -05:00
support refactor: remove dead code, duplication, and over-abstractions 2026-07-21 10:36:49 -05:00
types deps: ecto_sql 3.13→3.14, prom_ex 1.11→1.12, decimal 2.4→3.1, ecto 3.13→3.14; bump test pool for sandbox 2026-07-08 10:46:05 -05:00
aprs_is_mock_test.exs fix: repair all 60 failing tests after refactor and dep updates 2026-07-01 09:41:10 -05:00
test_helper.exs security: CSP nonces, RemoteIp CIDR gating, rate limiting, NetworkPolicies, deadlock fixes 2026-07-26 14:04:56 -05:00