Tests against recent Docker engine releases #64
Annotations
3 errors
|
HttpWaitStrategyTest.testWaitUntilReadyWithSuccessWithCustomHeaders:
core/src/test/java/org/testcontainers/junit/wait/strategy/HttpWaitStrategyTest.java#L57
java.lang.AssertionError:
Expecting actual:
""
to contain:
"foo: bar"
|
|
DockerComposeContainerVolumeRemovalTest.performTest[removeVolumes = false]:
core/src/test/java/org/testcontainers/junit/DockerComposeContainerVolumeRemovalTest.java#L61
org.junit.ComparisonFailure: [the container volume is present after running] expected:<[tru]e> but was:<[fals]e>
|
|
HttpWaitStrategyTest.testWaitUntilReadyWithSuccessWithCustomHeaders:
core/src/test/java/org/testcontainers/junit/wait/strategy/HttpWaitStrategyTest.java#L57
java.lang.AssertionError:
Expecting actual:
""
to contain:
"foo: bar"
|