-
Notifications
You must be signed in to change notification settings - Fork 52
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
Enable check metadata not deleted specs #46
Enable check metadata not deleted specs #46
Conversation
94b0e29
to
18c9970
Compare
@cben this and the dependencies will make the specs pass again. There was a missing dependency in this edge case, that is why it didn't disconnect via parent, but it destroyed it. |
@@ -557,7 +555,7 @@ def assert_container_node_with_no_hawk_attributes | |||
end | |||
|
|||
# TODO: pending proper graph store_unused_images implemetation | |||
include_examples "openshift refresher VCR tests", :check_metadata_not_deleted => false | |||
include_examples "openshift refresher VCR tests" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
drop above TODO line too, it was explaining the check_metadata_not_deleted (same below)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hum, will do, a bad rebase it seems
Change to a new initialize_custom_attributes_collections format
Enable check_metadata_not_deleted specs
Change to a newer initialize_custom_attributes_collections format
18c9970
to
cd1a005
Compare
Checked commits Ladas/manageiq-providers-openshift@37ec59b~...cd1a005 with ruby 2.3.3, rubocop 0.47.1, and haml-lint 0.20.0 |
@cben can you review/approve this? |
Depends on:
Enable check metadata not deleted specs.