dimas-b commented on code in PR #1934: URL: https://github.com/apache/polaris/pull/1934#discussion_r2167980506
########## runtime/service/README-quarkus.md: ########## @@ -79,6 +79,30 @@ configuration property). You can find more details here: https://quarkus.io/guides/config +# Integration tests +Integration tests from the :polaris-tests module can be run against a local Polaris Quarkus instance +for each supported cloud storage. Set the appropriate environment variables for your target cloud, +then run the tests as shown below. + +For S3: +```shell +export INTEGRATION_TEST_S3_PATH="s3://bucket/subpath" +export INTEGRATION_TEST_S3_ROLE_ARN="your-role-arn" +./gradlew :polaris-runtime-service:intTest Review Comment: @eric-maynard @dennishuo @flyrain : Do you have any insight? -- 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]
