yuqi1129 opened a new issue, #11542: URL: https://github.com/apache/gravitino/issues/11542
### Version main branch ### Describe what's wrong `BasicAuthOperationsIT` enables the built-in IdP REST extension but leaves `gravitino.authenticators` at its default value, `simple`. The built-in IdP rejects this configuration and calls `System.exit(1)`, terminating the entire Gradle test executor. ### Error message and/or stacktrace ```text Execution failed for task ':clients:client-java:test'. > Process 'Gradle Test Executor' finished with non-zero exit value 1 ``` ### How to reproduce Run against the current main branch: ```bash ./gradlew :clients:client-java:test ``` ### Additional context The built-in IdP is incompatible with the default `simple` authenticator. The test should explicitly configure the built-in `BasicAuthenticator`. -- 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]
