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 2021/05/03 17:03:00 UTC

[jira] [Created] (HDDS-5182) Acceptance test may exit with 0 in case of error

Attila Doroszlai created HDDS-5182:
--------------------------------------

             Summary: Acceptance test may exit with 0 in case of error
                 Key: HDDS-5182
                 URL: https://issues.apache.org/jira/browse/HDDS-5182
             Project: Apache Ozone
          Issue Type: Bug
          Components: test
            Reporter: Attila Doroszlai
            Assignee: Attila Doroszlai


If any acceptance test fails, {{test-all.sh}} (and in turn {{acceptance.sh}}) should exit with error code (1).  But if a successful test is run after a failing one, it will now wrongly exit with success (0).

{code}
$ export 'OZONE_TEST_SELECTOR=failing1\|ozone-csi'
$ ./hadoop-ozone/dev-support/checks/acceptance.sh
...
$ echo $?
0
{code}



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

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