Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extended test flake: expected different manifest version for image pruning #15452

Closed
miminar opened this issue Jul 25, 2017 · 2 comments
Closed
Assignees
Labels
area/tests component/imageregistry kind/bug Categorizes issue or PR as related to a bug. priority/P2

Comments

@miminar
Copy link

miminar commented Jul 25, 2017

• Failure [15.436 seconds]
[Feature:ImagePrune] Image prune
/go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/images/prune.go:117
  of schema 1
  /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/images/prune.go:75
    should prune old image [It]
    /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/images/prune.go:74

    Expected
        <string>: application/vnd.docker.distribution.manifest.v2+json
    to equal
        <string>: application/vnd.docker.distribution.manifest.v1+json

    /go/src/github.com/openshift/origin/_output/local/go/src/github.com/openshift/origin/test/extended/images/prune.go:159

Due to a recent change in defaulting to accepting manifest schema 2, the test fails because it still expects schema 1 to be the result.

This is already addressed by #14509

Happened in job https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_extended/910/consoleFull#66517459456bf4006e4b05b79524e5923

@miminar miminar added area/tests component/imageregistry kind/test-flake Categorizes issue or PR as related to test flakes. priority/P2 labels Jul 25, 2017
@pweil- pweil- added kind/bug Categorizes issue or PR as related to a bug. and removed kind/test-flake Categorizes issue or PR as related to test flakes. labels Jul 26, 2017
@pweil-
Copy link

pweil- commented Jul 26, 2017

removing test flake, this is a bug that we didn't update the test

@miminar
Copy link
Author

miminar commented Aug 9, 2017

Resolved by #14585.

@miminar miminar closed this as completed Aug 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests component/imageregistry kind/bug Categorizes issue or PR as related to a bug. priority/P2
Projects
None yet
Development

No branches or pull requests

2 participants