Friday, 2023-02-10

opendevreviewOpenStack Proposal Bot proposed openstack/manila-ui master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/manila-ui/+/87334502:59
opendevreviewhaixin proposed openstack/python-manilaclient master: Update micversion to 2.75,support share transfer between project.  https://review.opendev.org/c/openstack/python-manilaclient/+/85431206:32
opendevreviewhaixin proposed openstack/manila master: Update micversion to 2.75, support share transfer between project  https://review.opendev.org/c/openstack/manila/+/84383208:28
felipe_rodriguesHi guys, I have a question about manila tempest plugin behavior.. suppose I have two test class A and B.. If the class A creates a resource X and it failed during cleanup phase "_run_cleanup" it could not delete the X, should the class B try to cleanup X  too during its "_run_cleanup" phase ? If so, why ?14:21
gouthamrfelipe_rodrigues: the cleanup shouldn’t be reattempted, but I know that’s currently not the case14:27
gouthamrit’s a bug - the cleanup won’t be possible most of the time because we may be operating on a different project, performing a cleanup without using admin credentials14:28
gouthamrso you’ll see failed attempts and successive test failures as a result - is this what you’re concerned about?14:28
felipe_rodriguesI got it, thanks.. 14:35
felipe_rodriguesMy problem is that.. One class is failing because it could not delete the resource.. That's fine! The problem is that I think other classes are also failing because they are trying to delete resource from failed class.. The test passed, but the class try to run the delete of the deleted class, since it failed before, it will fail again, as result, the passed class becomes a failed class...14:36
felipe_rodriguesExample:14:40
felipe_rodrigues"_run_cleanup" of "test_share_type_create_delete" is failing: "Failed to release resource 'share_replica' with id 'cf8f7d2d-7bec-486e-854f-b860c1155d44'." 14:40
felipe_rodriguesthere is no replica for this test14:41
gouthamrtrue; felipe_rodrigues: could you report a bug? We can check if lkuchlan has thought of a fix :)14:41
felipe_rodriguesI can.. I just want to make sure that the expected behavior is each Class cleaning up only its resources, not the others14:43
gouthamryes, that would be my take - if We’re going to reattempt cleanup, we should be using an admin client instead of whatever the cleanup method has14:44
felipe_rodriguesI see.. thanks14:45
opendevreviewMerged openstack/manila-ui master: Imported Translations from Zanata  https://review.opendev.org/c/openstack/manila-ui/+/87334520:02
opendevreviewHassan Asghar proposed openstack/manila-ui master: Fix "Set as Active" button's display for replicas  https://review.opendev.org/c/openstack/manila-ui/+/87343420:48

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!