- HrrrClient idx-cache test only invalidated the surface idx URL, but fetch_profile also fetches a pressure idx. Previous runs' state for the pressure key decided whether the counter landed at 1 (prior run cached it, pass) or 2 (cold, fail). Invalidate both + assert 2 total fetches to reflect the actual code path. - CsvImportTest deadlocked against other async DataCase tests when inline Oban child jobs upserted iemre_observations/terrain_profiles with a shared conflict target. Flip to async: false — same fix as ContactWeatherEnqueueWorkerTest earlier this session. - PromEx.Plugins.Oban runs a 5s telemetry_poller that queries the DB, but its poller PID has no sandbox connection in test and crashed with DBConnection.OwnershipError on every tick, spamming the log. Gate the plugin on a config flag and skip it in config/test.exs; prod behaviour unchanged. |
||
|---|---|---|
| .. | ||
| adif_import_test.exs | ||
| band_resolver_test.exs | ||
| callsign_client_test.exs | ||
| contact_edit_test.exs | ||
| contact_submission_test.exs | ||
| contact_test.exs | ||
| csv_import_test.exs | ||
| edit_notifier_test.exs | ||
| enrichment_status_test.exs | ||
| import_matcher_test.exs | ||
| import_run_test.exs | ||
| maidenhead_test.exs | ||