Skip to content

Conversation

@MonkeyCanCode
Copy link
Contributor

This is side effect of #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.

Copy link
Contributor

@flyrain flyrain left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @MonkeyCanCode !

@github-project-automation github-project-automation bot moved this from PRs In Progress to Ready to merge in Basic Kanban Board Sep 29, 2025
@MonkeyCanCode MonkeyCanCode merged commit d8d0f81 into apache:main Sep 29, 2025
14 checks passed
@github-project-automation github-project-automation bot moved this from Ready to merge to Done in Basic Kanban Board Sep 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants