Skip to content

Fix issue with test containers and docker incompatibility#1442

Merged
MartinWheelerMT merged 2 commits intomainfrom
address-test-containers-issue
Feb 18, 2026
Merged

Fix issue with test containers and docker incompatibility#1442
MartinWheelerMT merged 2 commits intomainfrom
address-test-containers-issue

Conversation

@MartinWheelerMT
Copy link
Collaborator

@MartinWheelerMT MartinWheelerMT commented Feb 18, 2026

What

  • Add steps in run stages for unit tests, integration tests, and mutation testing to create a .docker-java.properties file so that TestContainers knows which engine version to use.

Why

Unit tests and Integration Tests were failing in docker due to an incompatibility between engine versions used by Docker and TestContainers.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Internal change (non-breaking change with no effect on the functionality affecting end users)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • I have updated the Changelog with details of my change in the UNRELEASED section if this change will affect end users

* Add steps in run stages for unit tests and integration tests to create a `.docker-java.properties` file so that testcontainers knows which engine version to use.
@MartinWheelerMT MartinWheelerMT marked this pull request as ready for review February 18, 2026 15:48
@MartinWheelerMT MartinWheelerMT requested a review from a team as a code owner February 18, 2026 15:48
@github-actions
Copy link

Looks good. No mutations were possible for these changes.
See https://pitest.org

@sonarqubecloud
Copy link

@MartinWheelerMT MartinWheelerMT enabled auto-merge (squash) February 18, 2026 16:01
@MartinWheelerMT MartinWheelerMT merged commit 1f99a1e into main Feb 18, 2026
15 checks passed
@MartinWheelerMT MartinWheelerMT deleted the address-test-containers-issue branch February 18, 2026 16:04
MartinWheelerMT added a commit that referenced this pull request Feb 19, 2026
* Add steps in run stages for unit tests, integration tests, and mutation testing to create a .docker-java.properties file so that TestContainers knows which engine version to use.
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