You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: return an error if tbs config fails (#18379)
* feat: return an error if tbs config fails
failure to process the tbs config will log a message and silently
fallback to the default config with tbs disabled.
This is not ideal and doesn't match the behaviour of other configs
which return an error to the caller.
Update the tbs config logic to return an error if processing fails
Update test to assert error on malformed configs
* test: validate expected error message
make sure the error in tbs config tests is expected
0 commit comments