MonkeyCanCode opened a new pull request, #2700: URL: https://github.com/apache/polaris/pull/2700
This is side effect of https://github.com/apache/polaris/pull/1619. Current if we try to run the integration locally via `make client-integration-test`, it will try to fetch the latest image from dockerhub. It appears the latest image has some issues. Also, if we try to run locally via `./gradlew run`, we will run into issue as well. For the local one, it is due to `jvmArgs` is fixed and not allowed appended when using `./gradlew run`. Thus, with default of `false` for `DROP_WITH_PURGE_ENABLED`. the local integration test will always failed. To avoid this issue, I added `build-server` as pre-requisite before running the test (which is the current behavior of our github action) and remove the extra image build state as `client-integration-test` will build it automatically now. -- 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]
