cxzl25 opened a new pull request, #2842:
URL: https://github.com/apache/incubator-kyuubi/pull/2842
### _Why are the changes needed?_
Now kyuubi-server runs some tests that are not
`HadoopCredentialsManagerSuite`, `ExceptionThrowingDelegationTokenProvider`
still throws exception.
```
Caused by: java.lang.IllegalArgumentException
at
org.apache.kyuubi.credentials.ExceptionThrowingDelegationTokenProvider.<init>(HadoopCredentialsManagerSuite.scala:229)
```
In this PR, I limit it to `HadoopCredentialsManagerSuite` to allow
exceptions to be thrown. Other suites can load this provider by default, but it
does not affect other suite tests.
### _How was this patch tested?_
- [ ] Add some test cases that check the changes thoroughly including
negative and positive cases if possible
- [ ] Add screenshots for manual tests if appropriate
- [ ] [Run
test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests)
locally before make a pull request
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]