dimas-b commented on code in PR #1934:
URL: https://github.com/apache/polaris/pull/1934#discussion_r2167978672


##########
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:
   TBH, I do not know whether this is due to changes in this PR or a previous 
bug... I never ran these tests against AWS before the refactoring :sweat_smile: 



-- 
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]

Reply via email to