Tests against recent Docker engine releases #261
Annotations
4 errors
|
ComposeContainerWithServicesTest.testStartupTimeoutSetsTheHighestTimeout:
core/src/test/java/org/testcontainers/containers/ComposeContainerWithServicesTest.java#L112
java.lang.AssertionError: [We expect a timeout from the startup timeout]
Expecting actual throwable to be an instance of:
org.rnorth.ducttape.TimeoutException
but was:
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image alpine/socat:1.7.4.3-r0
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:351)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:322)
at org.testcontainers.containers.ComposeDelegate.startAmbassadorContainer(ComposeDelegate.java:263)
...(49 remaining lines not displayed - this can be changed with Assertions.setMaxStackTraceElementsDisplayed)
|
|
ComposeContainerWithBuildTest.performTest[removeMode = LOCAL]:
core/src/test/java/org/testcontainers/junit/ComposeContainerWithBuildTest.java#L58
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image alpine/socat:1.7.4.3-r0
|
|
DockerComposeV2FormatTest.secondTest:
core/src/test/java/org/testcontainers/junit/DockerComposeV2FormatTest.java#L1
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image alpine/socat:1.7.4.3-r0
|
|
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>
|