sadanand48 commented on code in PR #7483:
URL: https://github.com/apache/ozone/pull/7483#discussion_r1858225717
##########
hadoop-ozone/dev-support/checks/repro.sh:
##########
@@ -31,10 +33,5 @@ mv output.log "$REPORT_DIR"/
REPORT_FILE="$REPORT_DIR/summary.txt"
grep 'ERROR.*mismatch' "${REPORT_DIR}/output.log" > "${REPORT_FILE}"
-wc -l "${REPORT_FILE}" | awk '{ print $1 }' > "${REPORT_DIR}/failures"
-
-if [[ -s "${REPORT_FILE}" ]]; then
- exit 1
-fi
-
-exit $rc # result of mvn
+ERROR_PATTERN="\[ERROR\]"
+source "${DIR}/_post_process.sh"
Review Comment:
how about `integration.sh`/`junit.sh` , Can they not fail due to non-test
failures?
--
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]