apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
681 stars 208 forks source link

[Improvement] The path of integration test is incorrect #4065

Open yuqi1129 opened 3 days ago

yuqi1129 commented 3 days ago

What would you like to be improved?

After we execute ./gradlew build -PskipITs -PskipDockerTests=false -x :clients:client-python:build, the path is integration test is image

It's expected to locate in the build dir like

image

How should we improve?

No response