Tests against recent Docker engine releases #207
Annotations
3 errors
ComposeContainerVolumeRemovalTest.performTest[removeVolumes = false]:
core/src/test/java/org/testcontainers/junit/ComposeContainerVolumeRemovalTest.java#L61
org.junit.ComparisonFailure: [the container volume is present after running] expected:<[tru]e> but was:<[fals]e>
|
ComposeContainerWithServicesTest.testScaleInComposeFileIsRespected:
core/src/test/java/org/testcontainers/containers/ComposeContainerWithServicesTest.java#L86
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image docker:24.0.2
|
ComposeWithIdentifierTest.simpleTest:
core/src/test/java/org/testcontainers/junit/ComposeWithIdentifierTest.java#L1
org.junit.ComparisonFailure: [The networks] expected:<...taj2_default",
"[]host",
"none",
...> but was:<...taj2_default",
"[d7pf77hwgskq_default",
"]host",
"none",
...>
|