You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Attila Doroszlai (Jira)" <ji...@apache.org> on 2020/02/19 12:42:00 UTC

[jira] [Updated] (HDDS-3034) Broken return code check in unit/integration

     [ https://issues.apache.org/jira/browse/HDDS-3034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Attila Doroszlai updated HDDS-3034:
-----------------------------------
    Description: 
HDDS-2915 fixed unit/integration check result in case of Maven error.  However, return code check was broken by output redirection via pipeline added in HDDS-2833 and HDDS-2960:

bq. The return status of a pipeline is the exit status of the last command, unless the pipefail option is enabled.

  was:
HDDS-2915 fixed unit/integration check result in case of Maven error.  However, return code check was broken by addition output redirection via pipeline:

bq. The return status of a pipeline is the exit status of the last command, unless the pipefail option is enabled.


> Broken return code check in unit/integration
> --------------------------------------------
>
>                 Key: HDDS-3034
>                 URL: https://issues.apache.org/jira/browse/HDDS-3034
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: build, test
>            Reporter: Attila Doroszlai
>            Assignee: Attila Doroszlai
>            Priority: Major
>
> HDDS-2915 fixed unit/integration check result in case of Maven error.  However, return code check was broken by output redirection via pipeline added in HDDS-2833 and HDDS-2960:
> bq. The return status of a pipeline is the exit status of the last command, unless the pipefail option is enabled.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org