Skip to content

test(e2e): provide Docker daemon access to agent runs #925

Description

@moncher-dev

Problem

The Docker black-box command required by AGENT_TEST.md cannot run in the unattended Symphony worker environment because Docker Compose is installed but the daemon socket at /var/run/docker.sock is unreachable.

Observed twice while validating #904:

[e2e] Docker runtime unavailable: Docker Compose is installed, but the Docker daemon is not reachable.
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

The runner exits with its documented prerequisite status 69 before any scenario executes.

Expected

Agent runs that require Docker E2E should either receive a reachable isolated Docker daemon or have an orchestrator-supported execution path for the repository's black-box suite.

Reproduction

pnpm e2e:claude

Impact

Integration changes can complete unit, typecheck, lint, and build validation, but the mandatory Docker black-box gate requires a documented exception.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdockerDocker image / container deploymentintegrationTracker / external system integration

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions