sadanand48 commented on code in PR #7285:
URL: https://github.com/apache/ozone/pull/7285#discussion_r1793484174
##########
hadoop-ozone/dev-support/checks/_mvn_unit_report.sh:
##########
@@ -37,7 +37,7 @@ find "." -not -path '*/iteration*' -name 'TEST*.xml' -print0 \
if [[ "${CHECK:-unit}" == "integration" ]]; then
find hadoop-ozone/integration-test -not -path '*/iteration*' -name
'*-output.txt' -print0 \
| xargs -n1 -0 "grep" -l -E "not closed properly|was not shutdown
properly" \
- | awk -F/ '{sub("-output.txt",""); print $NF}' \
+ | awk -F/ '{sub("-output.txt",""); print $NF ": Memory Leak detected in
test, Failing."}' \
Review Comment:
Can we append a message to end of the TestName-output.txt instead of
summary.txt . I am insisting on this because it is hard to understand why the
CI failed in such situations
--
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]