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.
|
||
|---|---|---|
| .. | ||
| aprsme | ||
| aprsme_web | ||
| assets/js | ||
| integration | ||
| mix/tasks | ||
| mix_unused | ||
| support | ||
| types | ||
| aprs_is_mock_test.exs | ||
| test_helper.exs | ||