Skip to content

refactor(java): extract base integration test class#2749

Merged
mmodzelewski merged 2 commits intomasterfrom
java-integration-tests
Feb 17, 2026
Merged

refactor(java): extract base integration test class#2749
mmodzelewski merged 2 commits intomasterfrom
java-integration-tests

Conversation

@mmodzelewski
Copy link
Member

Tests directly accessed container details (host, mapped ports)
and the blocking IntegrationTest class owned all Testcontainers
lifecycle, forcing async tests to extend it despite not needing
its blocking-client scaffolding.

…iner internals

Tests directly accessed container details (host, mapped ports)
and the blocking IntegrationTest class owned all Testcontainers
lifecycle, forcing async tests to extend it despite not needing
its blocking-client scaffolding.
@mmodzelewski mmodzelewski force-pushed the java-integration-tests branch from 8c74a87 to 1eef7bc Compare February 16, 2026 21:19
@mmodzelewski mmodzelewski merged commit 92ed133 into master Feb 17, 2026
30 checks passed
@mmodzelewski mmodzelewski deleted the java-integration-tests branch February 17, 2026 08:59
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.

3 participants

Comments