-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Ensure all config get's throw on no ets table #4894
base: main
Are you sure you want to change the base?
Conversation
For the failing tests we'd probably want to either mock config get or make sure config app is started. |
Hmmm... the failures in that build seem to be isolated to just
|
This fixes #4890 by ensuring that the type coercion get wrappers in
config:get_*
perform the call toconfig:get/3
outside of thetry-catch
block intended to catch type coercion exceptions.