Browse Source

Squashed commit of the following:

commit 9d6a1b97f365b22392ceac8d958cf041c3515bd6
Author: Doroszlai, Attila <adoroszlai@apache.org>
Date:   Mon Oct 7 13:42:35 2019 +0200

    HDDS-2265. integration.sh may report false negative
Revert "HDDS-2217. Remove log4j and audit configuration from the docker-config files"

This reverts commit 4b0a5bca465c84265b8305e001809fd1f986e8da.
Márton Elek 5 năm trước cách đây
mục cha
commit
b034350f3d
1 tập tin đã thay đổi với 0 bổ sung5 xóa
  1. 0 5
      hadoop-ozone/dev-support/checks/_mvn_unit_report.sh

+ 0 - 5
hadoop-ozone/dev-support/checks/_mvn_unit_report.sh

@@ -45,11 +45,6 @@ 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