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

new prune extended test is broken #11305

Closed
bparees opened this issue Oct 11, 2016 · 2 comments
Closed

new prune extended test is broken #11305

bparees opened this issue Oct 11, 2016 · 2 comments
Assignees
Labels
area/tests component/image kind/bug Categorizes issue or PR as related to a bug. priority/P2

Comments

@bparees
Copy link
Contributor

bparees commented Oct 11, 2016

/data/src/github.com/openshift/origin/test/extended/images/prune.go:83
Expected
    <string>: Dry run enabled - no modifications will be made. Add --confirm to remove images
    Deleting references from image streams to images ...
    STREAM                                         IMAGE                                                                     TAGS
    extended-test-prune-images-4qyl3-7ma6q/prune   sha256:290043e5b69c000dd46eda62b9c98a390adf7a1792cf3fb48e898ec22e98292d   latest
to contain substring
    <string>: sha256:dd8ff54004de2f9a751ba297cf7982ad667df972ae6ace5323ab969ca52924c6
/data/src/github.com/openshift/origin/test/extended/images/prune.go:136
/data/src/github.com/openshift/origin/test/extended/images/prune.go:64
Expected
    <string>: Dry run enabled - no modifications will be made. Add --confirm to remove images
    Deleting references from image streams to images ...
    STREAM                                         IMAGE                                                                     TAGS
    extended-test-prune-images-4qyl3-fhadp/prune   sha256:77ff28ebf9cf5ece4536b810e0f5df6156140d94e247a25a5e46a7180f0566da   latest
to contain substring
    <string>: sha256:505efcf135b472e3683cace3c579bba7498a869d1c3e5fffe2b273bf516ad2f7
/data/src/github.com/openshift/origin/test/extended/images/prune.go:140
@bparees bparees added kind/bug Categorizes issue or PR as related to a bug. priority/P2 area/tests component/image labels Oct 11, 2016
@bparees
Copy link
Contributor Author

bparees commented Oct 11, 2016

@gabemontero fyi.

@soltysh soltysh assigned soltysh and unassigned mfojtik Oct 11, 2016
@miminar
Copy link

miminar commented Oct 11, 2016

Image pruning is now namespaced scope. And os.Run() appends --namespace argument. Just make the command not namespaced.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests component/image kind/bug Categorizes issue or PR as related to a bug. priority/P2
Projects
None yet
Development

No branches or pull requests

4 participants