Maxim Khutornenko created AURORA-786:
----------------------------------------
Summary: Client does not log Response.messageDEPRECATED errors
Key: AURORA-786
URL: https://issues.apache.org/jira/browse/AURORA-786
Project: Aurora
Issue Type: Bug
Components: Client
Reporter: Maxim Khutornenko
The implementation of context.py:log_response() checks only the new {{details}}
field but not the old {{messageDEPRECATED}} one. This leads to ignoring
unhandled updater errors wrapped into a synthetic Response object:
{noformat}
...
log(info): Cleaning up
Error: Update failed; see log for details.
log(info): Error executing command: Update failed; see log for details.
Error executing command: Update failed; see log for details.
{noformat}
The "Update failed; see log for details." message is misleading as there will
be nothing in the log in this case.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)