errose28 commented on code in PR #6458:
URL: https://github.com/apache/ozone/pull/6458#discussion_r1560186970
##########
hadoop-ozone/dist/src/main/compose/test-all.sh:
##########
@@ -46,7 +46,8 @@ if [[ "${OZONE_WITH_COVERAGE}" == "true" ]]; then
cp /tmp/jacoco-combined.exec "$SCRIPT_DIR"/result
fi
-generate_report "acceptance" "${ALL_RESULT_DIR}" "${XUNIT_RESULT_DIR}"
-
+if [[ "${OZONE_ACCEPTANCE_SUITE:-}" != "s3a" ]]; then
+ generate_report "acceptance" "${ALL_RESULT_DIR}" "${XUNIT_RESULT_DIR}"
Review Comment:
Although the [overall
job](https://github.com/apache/ozone/actions/runs/8618239388/job/23620931723?pr=6458)
passes, there is still a failure because `generate_report` is being called
(not sure why this doesn't fail the s3a job):
```
Robot framework is not installed, the reports cannot be generated (sudo pip
install robotframework).
...
Error: Process completed with exit code 1.
```
Looks like `OZONE_ACCEPTANCE_TEST_TYPE` is not exported in `acceptance.sh`
and not visible in this subshell.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]