prop/test
Graham McIntire 32818d5866
Some checks failed
Build and Push / Build and Push Docker Image (push) Has been cancelled
fix: repair mix test by removing forced MIX_ENV=dev and silencing test noise
- nix/shell.nix: remove export MIX_ENV=dev — it overrode Mix's automatic
  env selection, causing mix test to load dev config with no sandbox pool
- config/runtime.exs: use Ecto.Adapters.SQL.Sandbox pool (not
  DBConnection.Ownership) for test env — test_helper.exs uses the
  Sandbox API which requires the sandbox pool type
- test/test_helper.exs: silence NarrFetchWorker and ObanErrorReporter
  log noise at :critical level — expected error-path output when inline
  Oban jobs hit stubbed HTTP 500s
2026-08-05 08:28:50 -05:00
..
fixtures NarrClient.extract_profile_from_file/3 + fetch_profile_at/2 2026-04-15 18:54:02 -05:00
microwaveprop fix: resolve test suite warnings-as-errors failures 2026-08-05 08:15:58 -05:00
microwaveprop_web fix: prevent contacts_dedup_idx collisions in parallel async tests 2026-08-04 17:05:16 -05:00
mix/tasks fix: prevent contacts_dedup_idx collisions in parallel async tests 2026-08-04 17:05:16 -05:00
support fix: remove compile-time alias to AccountsFixtures in ConnCase 2026-08-05 07:29:15 -05:00
test_helper.exs fix: repair mix test by removing forced MIX_ENV=dev and silencing test noise 2026-08-05 08:28:50 -05:00