Skip to content

IGN-29824 Fix ItDockerConfigTest failing due to wrong Docker image#7827

Open
Pochatkin wants to merge 1 commit intomainfrom
IGN-29824
Open

IGN-29824 Fix ItDockerConfigTest failing due to wrong Docker image#7827
Pochatkin wants to merge 1 commit intomainfrom
IGN-29824

Conversation

@Pochatkin
Copy link
Contributor

Summary

  • Replaced hardcoded apacheignite/ignite:latest (which pulls Ignite 2.x from Docker Hub) with System.getProperty("ignite.docker.image")
  • Added a fail-fast static initializer that throws IllegalStateException with a clear message when the property is not set
  • Gradle sets the correct versioned image via system property, but TeamCity/manual runs were silently using the wrong image

Test plan

  • Run ./gradlew :packaging-test:integrationTest — verifies the property is passed correctly
  • Verify test fails with clear message when run without Gradle (e.g., from IDE without property)

🤖 Generated with Claude Code

…llback

Remove the hardcoded 'apacheignite/ignite:latest' fallback which pulls
Ignite 2.x from Docker Hub. Use the system property set by Gradle and
add a fail-fast check with a clear error message when the property is missing.
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.

1 participant