diqiu50 opened a new issue, #11907: URL: https://github.com/apache/gravitino/issues/11907
### What would you like to be improved? Trino integration tests always launch the full docker-compose stack (trino, hive, hdfs, mysql, postgresql), even when a test case only needs one backend (e.g. MySQL). This wastes time and resources on tests with a narrower scope. ### How should we improve? Allow selecting which containers to launch (e.g. via a `TEST_CONTAINERS` setting that picks an alternate docker-compose file), so IT runs can start only the backend they actually need. -- 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]
