Tests against recent Docker engine releases #437
Annotations
5 errors
|
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>
|
|
DockerMcpGatewayContainerTest.gatewayStartsWithServers:
core/src/test/java/org/testcontainers/containers/DockerMcpGatewayContainerTest.java#L34
java.lang.AssertionError:
Expecting actual:
"- Reading configuration...
- Reading catalog from [https://desktop.docker.com/mcp/catalog/v2/catalog.yaml]
- Configuration read in 162.779535ms
- Those servers are enabled: curl, brave, github-official
- Listing MCP tools...
- Running ghcr.io/github/github-mcp-server with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=github-official -l docker-mcp-transport=stdio -e GITHUB_PERSONAL_ACCESS_TOKEN]
- Running mcp/brave-search with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=brave -l docker-mcp-transport=stdio -e BRAVE_API_KEY -e BRAVE_MCP_TRANSPORT]
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:df53acb9e84be4506438f3e2ad3674f0c1bde83fd66f4dcdaad3226b88ad7071
- brave:
- brave: Run 'docker run --help' for more information
- github-official: docker: Error response from daemon: No such image: ghcr.io/github/github-mcp-server@sha256:bc5c15380a980f28ae3b8e778b47438972118ca3d57e45b749774b085c65a38f
- github-official:
- github-official: Run 'docker run --help' for more information
> Can't start brave: failed to connect: calling "initialize": EOF
> Can't start github-official: failed to connect: calling "initialize": EOF
> 1 tools listed in 22.733737ms
- Using images:
- alpine/curl@sha256:7b2db408a0d39a60a09a7df1fb9d37af4f43e568d4524850b902a36f0476b314
- ghcr.io/github/github-mcp-server@sha256:bc5c15380a980f28ae3b8e778b47438972118ca3d57e45b749774b085c65a38f
- mcp/brave-search@sha256:df53acb9e84be4506438f3e2ad3674f0c1bde83fd66f4dcdaad3226b88ad7071
> Images pulled in 5.941864349s
- Verifying images [mcp/brave-search]
> Images verified in 784.802999ms
> Initialized in 6.914555543s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|
|
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.
|
|
DockerMcpGatewayContainerTest.gatewayStartsWithServers:
core/src/test/java/org/testcontainers/containers/DockerMcpGatewayContainerTest.java#L34
java.lang.AssertionError:
Expecting actual:
"- Reading configuration...
- Reading catalog from [https://desktop.docker.com/mcp/catalog/v2/catalog.yaml]
- Configuration read in 112.787621ms
- Those servers are enabled: curl, brave, github-official
- Listing MCP tools...
- Running ghcr.io/github/github-mcp-server with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=github-official -l docker-mcp-transport=stdio -e GITHUB_PERSONAL_ACCESS_TOKEN]
- Running mcp/brave-search with [run --rm -i --init --security-opt no-new-privileges --cpus 1 --memory 2Gb --pull never -l docker-mcp=true -l docker-mcp-tool-type=mcp -l docker-mcp-name=brave -l docker-mcp-transport=stdio -e BRAVE_API_KEY -e BRAVE_MCP_TRANSPORT]
- github-official: docker: Error response from daemon: No such image: ghcr.io/github/github-mcp-server@sha256:bc5c15380a980f28ae3b8e778b47438972118ca3d57e45b749774b085c65a38f
- github-official:
- github-official: Run 'docker run --help' for more information
> Can't start github-official: failed to connect: calling "initialize": EOF
- brave: docker: Error response from daemon: No such image: mcp/brave-search@sha256:df53acb9e84be4506438f3e2ad3674f0c1bde83fd66f4dcdaad3226b88ad7071
- brave:
- brave: Run 'docker run --help' for more information
> Can't start brave: failed to connect: calling "initialize": EOF
> 1 tools listed in 34.714172ms
- Using images:
- alpine/curl@sha256:7b2db408a0d39a60a09a7df1fb9d37af4f43e568d4524850b902a36f0476b314
- ghcr.io/github/github-mcp-server@sha256:bc5c15380a980f28ae3b8e778b47438972118ca3d57e45b749774b085c65a38f
- mcp/brave-search@sha256:df53acb9e84be4506438f3e2ad3674f0c1bde83fd66f4dcdaad3226b88ad7071
> Images pulled in 5.696938477s
- Verifying images [mcp/brave-search]
> Images verified in 1.340662929s
> Initialized in 7.187490435s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|