Tests against recent Docker engine releases #10
moby-latest.yml
on: schedule
Core tests using stable Docker-CE
9m 11s
Core tests using latest Docker-CE
10m 6s
Annotations
4 errors
ComposeWithIdentifierTest.simpleTest:
core/src/test/java/org/testcontainers/junit/ComposeWithIdentifierTest.java#L1
org.junit.ComparisonFailure: [A redis instance defined in compose can be used in isolation] expected:<"[3]"> but was:<"[6]">
|
ComposeWithNetworkTest.simpleTest:
core/src/test/java/org/testcontainers/junit/ComposeWithNetworkTest.java#L1
redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: Connection reset
|
DockerComposeContainerScalingTest.simpleTest:
core/src/test/java/org/testcontainers/junit/DockerComposeContainerScalingTest.java#L54
org.junit.ComparisonFailure: [Each redis instance is separate] expected:<"[1]"> but was:<"[2]">
|
DockerComposeContainerScalingTest.simpleTest:
core/src/test/java/org/testcontainers/junit/DockerComposeContainerScalingTest.java#L54
org.junit.ComparisonFailure: [Each redis instance is separate] expected:<"[1]"> but was:<"[2]">
|