commit | a4cccaedd4ce4f2572b09361d1019ae08e14a131 | [log] [tgz] |
---|---|---|
author | Felipe Monteiro <felipe.monteiro@att.com> | Wed Sep 27 03:30:46 2017 +0100 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Mon Nov 27 18:40:30 2017 +0000 |
tree | 3521b8c5ee9b60773e81822cb51d7ce5b795005f | |
parent | 38f344bb525a45e9bc299de522d4e687f1076c2f [diff] |
Fix volume delete_group data race in clean up Sometimes _delete_group in GroupsV3RbacTest fails because there are still volumes attached to the group before group deletion. This PS refactors _delete_group method to wait for each volume belonging to the group to delete before waiting for the group itself to delete. Change-Id: I31483e91f55ea99f83310b37ed6f557aeec1c279