Bug 1462698

Summary: [devenv] the deleted project is still in force-sleep syncing list
Product: OpenShift Online Reporter: yasun
Component: WebsiteAssignee: Abhishek Gupta <abhgupta>
Status: CLOSED CURRENTRELEASE QA Contact: yasun
Severity: medium Docs Contact:
Priority: medium    
Version: 3.xCC: aos-bugs, jokerman, mmccomas
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-11-09 18:47:24 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description yasun 2017-06-19 10:24:39 UTC
Description of problem:
After I deleted the project, I found the project was still synced by the force-sleep application.

Version-Release number of selected component (if applicable):
openshift v3.5.5.26
kubernetes v1.5.2+43a9be4

How reproducible:
100%

Steps to Reproduce:
1. Deploy the force-sleep application on the devenv.
2. Create a project wavellite-1, and create an application, and then delete the project before the project is in sleep status.
3. Check the force-sleep log, wavellite-1 is still in sync list.
4. Create another project wavellite-2, and create an application, wait for the force-sleep progress is finished, delete the project.
5. Check the forece-sleep log, wavellite-2 is still in sync list.

Actual results:
After deleting the projects, the projects are still in sync list.

Expected results:
The deleted projects are removed from the sync list.

Additional info:

Comment 1 yasun 2017-08-11 11:08:30 UTC
The issue is fixed in the PR https://github.com/openshift/online-hibernation/pull/2 with the bug 1462689.

when deleting the project, the force-sleep application will move the deleted project out from the sync list.