forked from vmware-archive/admiral
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VBV-2234 - [Running unit tests locally without retry]
ContainerRemovalTaskServiceTest.testRemovingOfCompositeDescriptionAndContainerRemovals The problem was that we had a couple of operations executing in parallel when performing remove of a container: remove container state, update placement, release ports... During this sequence it was possible to have the case where a delete and get to the container description are sent at almost the same time. In this case we hit an issue in xenon and the description is not deleted even when the delete request is successful. For more information about the xenon issue check: https://review.ec.eng.vmware.com/#/c/17003/. The issue is still reproducible with the new xenon - Changed the removal task first to perform placement and port operations and after that to delete the container state and the description - Checked that the case is fixed by running the test 100 times in a loop with no failures Change-Id: I3b420a58077ba7ff5f0aa07fddb043b88f6fe2b4 Reviewed-on: https://bellevue-ci.eng.vmware.com:8080/44425 Closures-Verified: jenkins <[email protected]> Upgrade-Verified: jenkins <[email protected]> Bellevue-Verified: jenkins <[email protected]> PG-Verified: jenkins <[email protected]> CS-Verified: jenkins <[email protected]> Reviewed-by: Lazarin Lazarov <[email protected]>
- Loading branch information
1 parent
8dc8e77
commit eaf8892
Showing
2 changed files
with
163 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters