Tests against recent Docker engine releases #682
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:
["3jrxcrbhueh1_default",
"bridge",
"host",
"mj426dz8bpwx_default",
"none",
"q8m6funcwnpa_default",
"x1zsyznezlfa_default"]
but was:
["3jrxcrbhueh1_default",
"bridge",
"host",
"mj426dz8bpwx_default",
"none",
"x1zsyznezlfa_default"]
|
|
ComposeWithNetworkTest.simpleTest():
core/src/test/java/org/testcontainers/junit/ComposeWithNetworkTest.java#L1
org.opentest4j.AssertionFailedError: [The networks]
expected:
["7sxbcdwdj9i7_redis-net",
"bridge",
"d3xtvrxaxmfa_default",
"host",
"none",
"qqevrmajgsom_default"]
but was:
["7sxbcdwdj9i7_redis-net", "bridge", "d3xtvrxaxmfa_default", "host", "none"]
|