Skip to content

Flaky test: TestPsListContainersFilterExited #20819

@thaJeztah

Description

@thaJeztah

As discovered in #20803 (comment)

I believe this must be a flaky test because I've seen this twice, and this PR didn't touch that part of code the tests are failing on. https://jenkins.dockerproject.org/job/Docker-PRs-WoW-TP4/1826/console

08:40:58 ----------------------------------------------------------------------
08:40:58 FAIL: docker_cli_ps_test.go:475: DockerSuite.TestPsListContainersFilterExited
08:40:58 
08:40:58 docker_cli_ps_test.go:500:
08:40:58     c.Assert(ids, checker.HasLen, 2, check.Commentf("Should be 2 zero exited containers got %d: %s", len(ids), out))
08:40:58 ... obtained []string = []string{"2cfcdcf2679c820d07cadab00c5bf036d22a006efb2a4875d9ed7b23d2471549", "e7725046277fdc123d7b07ff30c8c0389ee6551bc108d72a0c005681bad5d521", "daac090101219251ae48749c204a731a339c81f47b63e65392ee981be603c9c7"}
08:40:58 ... n int = 2
08:40:58 ... Should be 2 zero exited containers got 3: 2cfcdcf2679c820d07cadab00c5bf036d22a006efb2a4875d9ed7b23d2471549
08:40:58 e7725046277fdc123d7b07ff30c8c0389ee6551bc108d72a0c005681bad5d521
08:40:58 daac090101219251ae48749c204a731a339c81f47b63e65392ee981be603c9c7
08:40:58 
08:40:58 
08:41:38 
08:41:38 ----------------------------------------------------------------------

This is a Windows test, so ping @jhowardmsft

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions