adutra commented on code in PR #804: URL: https://github.com/apache/polaris/pull/804#discussion_r1929230200
########## README.md: ########## @@ -102,16 +99,11 @@ select * from db1.table1; Regression tests can be run in a local environment or in a Docker environment. -To run regression tests locally, you need to have a Polaris server running locally, with the -`test` Authenticator enabled. You can do this by running Polaris as below: - -```shell -java -Dquarkus.profile=test -jar quarkus/server/build/quarkus-app/quarkus-run.jar -``` - -Then, you can run the regression tests using the following command: +To run regression tests locally, you first need to start Polaris, with default realm `POLARIS` and +root credentials: `root:secret`, then run the tests: Review Comment: You are right, I removed the unnecessary part. -- 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]
