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

(Bundle creation/deletion) When deleting a webservice that has a generic and a tenant-specific include, the tenant-specific bundle shouldn't stick around #596

Open
kharybdys opened this issue Jul 6, 2021 · 1 comment
Assignees

Comments

@kharybdys
Copy link
Contributor

kharybdys commented Jul 6, 2021

See the junit tests in BundleManipulationTest, test testBundleCreationWithIncludeAndDeletion. The final assertion should work but it currently fails.

This is because bundle uninstall doesn't allow for actions on related bundles (the system doesn't really know the bundles are related). Note that the tenant-specific bundle should NOT be uninstalled if its source was a bundle specific version of the webservice (instead of derived from the tenant-specific include).

It is verified that the current navajo system also exhibits the same, wrong, behaviour.

@kharybdys kharybdys self-assigned this Jul 6, 2021
@kharybdys
Copy link
Contributor Author

Note that more tests in the same class fail for this reason. They have this issue number next to them as a marker to turn them back on once fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant