anuengineer commented on a change in pull request #1608: HDDS-2265. 
integration.sh may report false negative
URL: https://github.com/apache/hadoop/pull/1608#discussion_r332190504
 
 

 ##########
 File path: hadoop-ozone/dev-support/checks/_mvn_unit_report.sh
 ##########
 @@ -45,6 +45,11 @@ grep -A1 'Crashed tests' "${REPORT_DIR}/output.log" \
   | cut -f2- -d' ' \
   | sort -u >> "${REPORT_DIR}/summary.txt"
 
+## Check if Maven was killed
+if grep -q 'Killed.* mvn .* test ' "${REPORT_DIR}/output.log"; then
 
 Review comment:
   So we are presuming that Killed will never be used by a test? :) I am fine 
with that.
   +1. LGTM.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to