Skip to content

Conversation

@devnatan
Copy link
Owner

No description provided.

runTest {
testClient.withContainer(
"busybox:latest",
"nginx:latest",
Copy link
Owner Author

@devnatan devnatan Dec 20, 2025

Choose a reason for hiding this comment

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

idk why but it doesnt work with busybox in all environments

Comment on lines +61 to +66
if (port80Bindings.size > 1) {
val ipv6Binding = port80Bindings[1]
assertEquals(ipv6Binding.ip, "::")
assertNotNull(ipv6Binding.port)
assertTrue { ipv6Binding.port!!.toInt() > 0 }
}
Copy link
Owner Author

Choose a reason for hiding this comment

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

not all Docker versions automatically assigns IPV6 ports

@devnatan devnatan merged commit c73f743 into main Dec 20, 2025
1 of 2 checks passed
@devnatan devnatan deleted the chore/split-tests branch December 20, 2025 21:56
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