Closed IanVaughan closed 6 years ago
This can be seen locally with this changes to config/config.exs
- background_checks: {:system, :boolean, "TEST_BACKGROUND_CHECKS", false},
- background_frequency: {:system, :integer, "TEST_BACKGROUND_FREQUENCY", 120},
+ background_checks: {:system, :boolean, "TEST_BACKGROUND_CHECKS", true},
+ background_frequency: {:system, :integer, "TEST_BACKGROUND_FREQUENCY", 1},
$ iex -S mix
11:59:19.232 [error] GenServer :ueberauth_token_worker_ueberauth_token_test_provider terminating
** (UndefinedFunctionError) function Logger.warn/1 is undefined or private. However there is a macro with the same name and arity. Be sure to require Logger if you intend to invoke this macro
(logger) Logger.warn("worker ueberauth_token_worker_ueberauth_token_test_provider with process_id #PID<0.183.0> terminated, {#Reference<0.3355519748.3511681025.46542>, %{provider: UeberauthToken.TestProvider}},\nmodule: UeberauthToken.Worker,\nfunction: {:terminate, 2},\nline: 89\n\n")
(ueberauth_token) lib/ueberauth_token/worker.ex:92: UeberauthToken.Worker.terminate/2
(stdlib) gen_server.erl:648: :gen_server.try_terminate/3
(stdlib) gen_server.erl:833: :gen_server.terminate/10
(stdlib) proc_lib.erl:247: :proc_lib.init_p_do_apply/3
Last message: :timeout
@stephenmoloney would have an idea on how to solve this? Cheers
I introduced this error while fixing #8, but its not any worse than it was, just a different crash now!