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
1.1k stars 348 forks source link

[Improvement] Make Cloud storage related test can run in CI #5482

Closed yuqi1129 closed 2 weeks ago

yuqi1129 commented 3 weeks ago

What would you like to be improved?

We can add cloud storage configuration value to the github secrets and then allow it run automatically in CI.

For instance, we need to run the following test in CI. `` GravitinoVirtualFileSystemGCSIT GravitinoVirtualFileSystemOSSIT GravitinoVirtualFileSystemS3IT

TestGvfsWithS3 TestGvfsWithGCS TestGvfsWithOSS ``

How should we improve?

No response