You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by GitBox <gi...@apache.org> on 2019/06/04 11:36:26 UTC

[GitHub] [hadoop] elek opened a new pull request #902: HDDS-1628. Fix the execution and return code of smoketest executor shell script

elek opened a new pull request #902: HDDS-1628. Fix the execution and return code of smoketest executor shell script
URL: https://github.com/apache/hadoop/pull/902
 
 
   Problem: Some of the smoketest executions were reported to green even if they contained failed tests.
   
   Root cause: the legacy test executor (hadoop-ozone/dist/src/main/smoketest/test.sh) which just calls the new executor script (hadoop-ozone/dist/src/main/compose/test-all.sh) didn't handle the return code well (the failure of the smoketests should be signalled by the bash return code)
   
   This patch:
    * Fixes the error code handling in smoketest/test.sh
    * Fixes the test execution in compose/test-all.sh (should work from any other directories)
    * Updates hadoop-ozone/dev-support/checks/acceptance.sh to use the newer test-all.sh executor instead of the old one.
   
   See: https://issues.apache.org/jira/browse/HDDS-1628

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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