Tests against recent Docker engine releases #719
Annotations
5 errors
|
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:
["bridge",
"duohyc4hpjqg_default",
"epumyelpoxx1_default",
"hjq95a99qetu_default",
"host",
"none"]
but was:
["bridge", "duohyc4hpjqg_default", "epumyelpoxx1_default", "host", "none"]
|
|
ComposeWithNetworkTest.secondTest():
core/src/test/java/org/testcontainers/junit/ComposeWithNetworkTest.java#L1
org.opentest4j.AssertionFailedError: [The networks]
expected: ["3cdhcjvikn5u_redis-net", "bridge", "host", "none"]
but was: ["3cdhcjvikn5u_redis-net", "bridge", "gka8xtvboesr_default", "host", "none"]
|