youngyjd opened a new issue, #6390:
URL: https://github.com/apache/gravitino/issues/6390
### Version
main branch
### Describe what's wrong
`./gradlew test -PskipITs` failed to run `Task :catalogs:catalog-hadoop:test`
My java env
```
openjdk 11.0.25 2024-10-15
OpenJDK Runtime Environment Temurin-11.0.25+9 (build 11.0.25+9)
OpenJDK 64-Bit Server VM Temurin-11.0.25+9 (build 11.0.25+9, mixed mode
```
Gradle
```
------------------------------------------------------------
Gradle 8.2
------------------------------------------------------------
Build time: 2023-06-30 18:02:30 UTC
Revision: 5f4a070a62a31a17438ac998c2b849f4f6892877
Kotlin: 1.8.20
Groovy: 3.0.17
Ant: Apache Ant(TM) version 1.10.13 compiled on January 4 2023
JVM: 11.0.25 (Eclipse Adoptium 11.0.25+9)
OS: Mac OS X 15.2 aarch64
```
### Error message and/or stacktrace
```
> Task :catalogs:catalog-hadoop:test
TestHadoopCatalogOperations > testTrailSlash() FAILED
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
at org.junit.jupiter.api.AssertionUtils.fail(AssertionUtils.java:55)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:40)
at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:35)
at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:179)
at
org.apache.gravitino.catalog.hadoop.TestHadoopCatalogOperations.testTrailSlash(TestHadoopCatalogOperations.java:853)
```
### How to reproduce
the latest main
### Additional context
_No response_
--
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]