Tests against recent Docker engine releases #801
Annotations
4 errors and 3 warnings
|
Core tests using Docker ROOTLESS (channel stable)
Missing input! The webhook type must be 'incoming-webhook' or 'webhook-trigger'.
|
|
Core tests using Docker ROOTLESS (channel stable)
Process completed with exit code 1.
|
|
Core tests using Docker ROOTLESS (channel stable)
Container startup failed for image testcontainers/ryuk:0.14.0
|
|
ComposeContainerTest.simpleTest():
core/src/test/java/org/testcontainers/junit/ComposeContainerTest.java#L1
org.opentest4j.AssertionFailedError: [The networks]
expected:
["3t14yeqtctmj_default",
"bridge",
"host",
"jj8pc5vbypdy_default",
"ms9lzbt5j92q_default",
"none"]
but was:
["3t14yeqtctmj_default",
"bridge",
"dwjcnpcksjng_default",
"host",
"jj8pc5vbypdy_default",
"ms9lzbt5j92q_default",
"none"]
|
|
Core tests using Docker ROOTLESS (channel stable):
core/src/main/java/org/testcontainers/images/AgeBasedPullPolicy.java#L14
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
|
|
Core tests using Docker ROOTFUL (channel test):
core/src/main/java/org/testcontainers/images/AgeBasedPullPolicy.java#L14
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
|
|
Core tests using Docker STABLE (channel stable):
core/src/main/java/org/testcontainers/images/AgeBasedPullPolicy.java#L14
Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
|