diqiu50 commented on PR #8188: URL: https://github.com/apache/gravitino/pull/8188#issuecomment-3235943483
> > There is no need to make it that complicated. Just deploy a Trino cluster with more than two nodes and the Gravitino Trino connector, then perform a manual test. > > @diqiu50 I want update docker-compose.yaml to add worker-only node for test, because it can reuse for users, maybe can add a config to decide whether use or not, what do you think? We do not prefer the default CI to run distributed environment tests. We provide a command-line testing tool that can run tests in your customized environment. ``` gravitino/trino-connector/integration-test/trino-test-tools/trino_test.sh ``` -- 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]
