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.
ContainerRemovalTaskService.testRemoveOfStaleContainerOperationFromHostRemoval with postgres The problem was that the test was sending delete to the container state and right after that it was asserting that the description is null. Like this more or less at the same time get and delete were sent to the container description service and this issue was hit: https://review.ec.eng.vmware.com/#/c/17003/ The fix: Container service on delete used to first complete the operation and after that delete the description. - Changed the service not to complete before deleting the description in order to avoid the case described above. Change-Id: I60e2127636354d82e230f9c9e7c6e4106f885b03
- Loading branch information
1 parent
7aa851c
commit 08e2cae
Showing
1 changed file
with
25 additions
and
7 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