Skip to content

Instantly share code, notes, and snippets.

@runcom
Created October 20, 2015 20:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save runcom/06df79b8e7eee7e419a9 to your computer and use it in GitHub Desktop.
Save runcom/06df79b8e7eee7e419a9 to your computer and use it in GitHub Desktop.
flaky?
----------------------------------------------------------------------
FAIL: docker_cli_pull_test.go:106: DockerHubPullSuite.TestPullAllTagsFromCentralRegistry
docker_cli_pull_test.go:130:
c.Assert(splitLatest, checker.DeepEquals, splitCurrent, check.Commentf("busybox:latest was changed after pulling all tags"))
... obtained []string = []string{"busybox", "latest", "0064fda8c45d", "6", "days", "ago", "1.113", "MB"}
... expected []string = []string{"busybox", "latest", "0292957ea1dd", "6", "days", "ago", "1.113", "MB"}
... busybox:latest was changed after pulling all tags
----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment