Tests against recent Docker engine releases #438
Annotations
5 errors
|
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 121.77543ms
- 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 21.787963ms
- Using images:
- alpine/curl@sha256:7b2db408a0d39a60a09a7df1fb9d37af4f43e568d4524850b902a36f0476b314
- ghcr.io/github/github-mcp-server@sha256:bc5c15380a980f28ae3b8e778b47438972118ca3d57e45b749774b085c65a38f
- mcp/brave-search@sha256:df53acb9e84be4506438f3e2ad3674f0c1bde83fd66f4dcdaad3226b88ad7071
> Images pulled in 4.545687809s
- Verifying images [mcp/brave-search]
> Images verified in 444.086526ms
> Initialized in 5.135355052s
> 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.
|
|
DockerComposeContainerVolumeRemovalTest.performTest[removeVolumes = false]:
core/src/test/java/org/testcontainers/junit/DockerComposeContainerVolumeRemovalTest.java#L57
org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a Lambda expression in org.testcontainers.junit.DockerComposeContainerVolumeRemovalTest [the container volume is present after running] expected:<[tru]e> but was:<[fals]e> within 10 seconds.
|
|
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 100.916583ms
- 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
- 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 github-official: failed to connect: calling "initialize": EOF
> Can't start brave: failed to connect: calling "initialize": EOF
> 1 tools listed in 19.546315ms
- Using images:
- alpine/curl@sha256:7b2db408a0d39a60a09a7df1fb9d37af4f43e568d4524850b902a36f0476b314
- ghcr.io/github/github-mcp-server@sha256:bc5c15380a980f28ae3b8e778b47438972118ca3d57e45b749774b085c65a38f
- mcp/brave-search@sha256:df53acb9e84be4506438f3e2ad3674f0c1bde83fd66f4dcdaad3226b88ad7071
> Images pulled in 4.501195695s
- Verifying images [mcp/brave-search]
> Images verified in 457.849402ms
> Initialized in 5.083158233s
> Start sse server on port 8811
"
to contain:
"4 tools listed"
|