heguanhui opened a new pull request, #63323:
URL: https://github.com/apache/doris/pull/63323
### What problem does this PR solve?
Issue Number: close #xxx
Problem Summary: `AuthenticationPluginManagerTest` asserts the existence of
an OIDC authentication plugin (`oidc`), but no OIDC plugin implementation
exists in the codebase. The `OidcPluginFactory` class referenced in
`AuthenticationPluginFactory.java` comments is only a documentation example
with no actual implementation, module, or SPI registration. This causes
`testPluginsAutoLoaded` and `testGetFactory` to fail.
### Release note
None
### Check List (For Author)
- Test
- [x] Unit Test
- Behavior changed:
- [x] No.
- Does this need documentation?
- [x] No.
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label
--
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]