Description of problem: When restart the app,some messages will be shown: {"exit_code"=>nil, "field"=>nil, "severity"=>"info", "text"=>"Application 'zendtest' found"} please refer to attachment Version-Release number of selected component (if applicable): devenv_3324 How reproducible: Always Steps to Reproduce: 1.Create an application 2.Restart the app 3. Actual results: "{"exit_code"=>nil, "field"=>nil, "severity"=>"info", "text"=>"Application 'zendtest' found"}" is shown Expected results: Don't have this message Additional info:
Created attachment 757554 [details] restartapp
same issue exists when deleting an app alias
This is due to the 1.5 change to return 200 content on deletes. This seems wrong though - as in either the broker is returning poorly formatted JSON, or a bad message.
The broker is fine. We're reading the messages off the application object, which isn't getting updated from the remove_alias or restart! methods
Marked as [merge] in https://github.com/openshift/origin-server/pull/2775
Commit pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/49862a32804b5645f95bc12419d5f2f88e8f59e7 Fix bug 971280 - make app restart message correct Update restart controller test
Tested on devenv_3360, the return message after restarting app is correct now, so verify this bug, thanks.