this is quite a small one, the log assertions were testing against warn, which was causing pattern matching in the tests to fail
bugfix: logs use warning instead of warn #3
bugfix/log-format-tests into develop
6b70686864
to 3c998711ee
Note: Check if it's related to elixir versions (and so would need more flexible tests to support old versions, 1.9 is oldest supported) or just a dependency update.
(削除) I just ran the test on this branch and from the 6 failures I saw in #2, there's still the first left (test get_user_apps/1 (Pleroma.Web.OAuth.AppTest)). (削除ここまで)
(削除) But that one isn't related to the warnings, so maybe could go in a separate MR. (削除ここまで)
Elixir version:
$ elixir --version
Erlang/OTP 24 [erts-12.2] [source] [64-bit] [smp:4:4] [ds:4:4:10] [async-threads:1]
Elixir 1.13.0 (compiled with Erlang/OTP 24)
Edit: This was still from before the force push, so maybe it's fixed with that already.
Note: Check if it's related to elixir versions (and so would need more flexible tests to support old versions, 1.9 is oldest supported) or just a dependency update.
It is version-dependent, will address it in one big MR with compatibility on at least 1.12.x and 1.13.x, could test with more.
MR in question: #8
No due date set.
No dependencies set.
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?