apache / gravitino

World's most powerful open data catalog for building a high-performance, geo-distributed and federated metadata lake.
https://gravitino.apache.org
Apache License 2.0
959 stars 302 forks source link

[MINOR] improvement(workflow): Enable Python client integration tests with docker test #4016

Closed xloya closed 3 months ago

xloya commented 3 months ago

What would you like to be improved?

Currently, the docker test is enabled by default in the integration tests of other modules in the github workflow, but it is not enabled by default in the integration tests of the Python client. After this PR #3876 is merged, the Python client will have integration tests that include Docker, so we need to enable docker test by default.

How should we improve?

No response