liurenjie1024 opened a new issue, #2070: URL: https://github.com/apache/iceberg-rust/issues/2070
### Is your feature request related to a problem or challenge? Currently in iceberg-rust, we use code to start a set of container for each integration test. While this approach provides the benefit of isolated environment for each it, it seems not quite stable in github environment. ### Describe the solution you'd like Adopt the approach in [iceberg-python](https://github.com/apache/iceberg-python/blob/6de6d6acad440885788fb1a24c04ed647b92af0e/Makefile#L103), setup dockers compose only once. This requires all tests to be careful with namespace to avoid confliction. ### Willingness to contribute I can contribute to this feature independently -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
