Skip to content

Commit

Permalink
add more details to job summary
Browse files Browse the repository at this point in the history
  • Loading branch information
Sadanand Shenoy committed Oct 8, 2024
1 parent 71c69c0 commit d1e6900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hadoop-ozone/dev-support/checks/_mvn_unit_report.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."}' \
>> "${tempfile}"
fi

Expand Down

0 comments on commit d1e6900

Please sign in to comment.