fix_flaky_transfer_task_test.exs #237
Merged
floatingghost
merged 2 commits from ilja/akkoma:fix_flaky_transfer_task_test.exs
into develop
3 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'ilja/akkoma:fix_flaky_transfer_task_test.exs'
Deleting a branch is permanent. It CANNOT be undone. Continue?
There were async calls happening, so they weren't always finished when assert happened.
I also fixed some bugs in the erratic tests that were introduced when removing :shout.:shout is a key where restart is needed, and was changed in the test to use :rate_limit (which also requires a restart). But there was a bug in the syntax that didn't get caught because the test was tagged as erratic and therefor didn't fail. Here I fixed it.
During compilation, we had a warning
:logger is used by the current application but the current application does not depend on :logger
which is now fixed as well (see commit message for complete stacktrace).oh so that is where the logger complaining was coming from
everything else seems sensible
be5044f785
into develop 3 months agobe5044f785
.