Dmitriy Shirchenko created AURORA-1881:
------------------------------------------
Summary: Capture stderr from output for shell health check
failures.
Key: AURORA-1881
URL: https://issues.apache.org/jira/browse/AURORA-1881
Project: Aurora
Issue Type: Task
Reporter: Dmitriy Shirchenko
Assignee: Dmitriy Shirchenko
existing `check_call` doesn't return errors output by the process [1], so we
need to plumb that through back to the user via `check_output` [2]
[1]
https://github.com/google/python-subprocess32/blob/master/subprocess32.py#L602
[2]
https://github.com/google/python-subprocess32/blob/master/subprocess32.py#L638
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)