You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by el...@apache.org on 2019/10/09 13:51:23 UTC

[hadoop] branch trunk updated: HDDS-2217. Remove log4j and audit configuration from the docker-config files

This is an automated email from the ASF dual-hosted git repository.

elek pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4b0a5bc  HDDS-2217. Remove log4j and audit configuration from the docker-config files
4b0a5bc is described below

commit 4b0a5bca465c84265b8305e001809fd1f986e8da
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Wed Oct 9 15:51:00 2019 +0200

    HDDS-2217. Remove log4j and audit configuration from the docker-config files
    
    Closes #1582
---
 hadoop-ozone/dev-support/checks/_mvn_unit_report.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/hadoop-ozone/dev-support/checks/_mvn_unit_report.sh b/hadoop-ozone/dev-support/checks/_mvn_unit_report.sh
index df19330..81551d1 100755
--- a/hadoop-ozone/dev-support/checks/_mvn_unit_report.sh
+++ b/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
+  echo 'Maven test run was killed' >> "${REPORT_DIR}/summary.txt"
+fi
+
 #Collect of all of the report failes of FAILED tests
 while IFS= read -r -d '' dir; do
    while IFS=$'\n' read -r file; do


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org