Skip to content

Acceptance tests failing only in Jenkins #5242

@garribas

Description

@garribas

The following two acceptance test cases are failing for all new PRs, no matter what the source code changes are:

  • CLITestCase.test_build_failed (assert len(containers) == 1 fails with AssertionError: assert 3 == 1)
  • CLITestCase.test_build_failed_forcerm (assert not containers fails with AssertionError: assert not [<Container: affectionate_dijkstra (349f9a)>])

Both tests pass locally, is the Jenkins server keeping some state of previous builds?

Affected PRs: #5237 , #5238, #5241

Jenkins logs:
https://jenkins.dockerproject.org/job/docker/job/compose/job/PR-5237/1/consoleFull
https://jenkins.dockerproject.org/job/docker/job/compose/job/PR-5238/2/consoleFull
https://jenkins.dockerproject.org/job/docker/job/compose/job/PR-5241/1/consoleFull

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions