You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Dmitriy Shirchenko (JIRA)" <ji...@apache.org> on 2017/01/24 23:40:26 UTC

[jira] [Created] (AURORA-1881) Capture stderr from output for shell health check failures.

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)