hqbhoho commented on code in PR #9752:
URL: https://github.com/apache/gravitino/pull/9752#discussion_r2710790731
##########
docs/how-to-test.md:
##########
@@ -66,6 +66,7 @@ To deploy the Gravitino server locally to run the integration
tests, follow thes
4. Use the `bash
trino-connector/integration-test/trino-test-tools/trino_test.sh` command to run
all the
Trino test sets in the
`trino-connector/integration-test/src/test/resources/trino-ci-testset/testsets`
directory.
Specify the `--trino_worker_num` parameter to make the Trino test sets run
in a distributed environment.
+ Specify the `--trino_version_list` parameter with a comma-separated list of
target Trino versions for testing.
Review Comment:
okk, we can add --trino_version to specify the Trino version and
--trino_connector_module to specify the TRINO_CONNECTOR_MODULE directory. These
options can be combined freely. However, we should probably run the CI tests
against all supported versions.
--
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]