Hide Forgot
Description of problem: create a nodejs app, add hot_deploy marker, then change some code in index, git push, found the change for index won't take effect when adding hot_deploy marker for nodejs-0.6 app Version-Release number of selected component (if applicable): devenv_3921 rhc-1.16.0 (build from devenv_3921) How reproducible: Always Steps to Reproduce: 1. create an nodejs app 2. in local repo, change something in index 3. touch .openshift/marker/hot_deploy 4. git push 5. check the app home page in web Actual results: step5: the change in step2 doesn't take effect. Expected results: the change for index should take effect when adding hot_deploy marker Additional info: the change for index will take effect without hot_deploy marker
https://github.com/openshift/origin-server/pull/3955
test devenv_3937 Change take effect when build with hot_deploy marker for nodejs-0.6 app, and the PID keep same ID. Move the bug to verified.