This is an automated email from the ASF dual-hosted git repository.
elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/master by this push:
new fb6c7e6 HDDS-3141. Unit check fails to execute insight and
mini-chaos-tests modules
fb6c7e6 is described below
commit fb6c7e64d4974e5cb7f154417cebbecb7d417ba8
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Mar 11 15:16:25 2020 +0100
HDDS-3141. Unit check fails to execute insight and mini-chaos-tests modules
Closes #652
---
hadoop-ozone/dev-support/checks/integration.sh | 2 +-
hadoop-ozone/dev-support/checks/unit.sh | 2 +-
hadoop-ozone/insight/pom.xml | 6 ------
3 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/hadoop-ozone/dev-support/checks/integration.sh
b/hadoop-ozone/dev-support/checks/integration.sh
index 4ff8476..8d38bf5 100755
--- a/hadoop-ozone/dev-support/checks/integration.sh
+++ b/hadoop-ozone/dev-support/checks/integration.sh
@@ -24,7 +24,7 @@ mkdir -p "$REPORT_DIR"
export MAVEN_OPTS="-Xmx4096m"
mvn -B install -DskipTests
-mvn -B -fae test -pl :hadoop-ozone-integration-test "$@" \
+mvn -B -fae test -pl :hadoop-ozone-integration-test,:mini-chaos-tests "$@" \
| tee "${REPORT_DIR}/output.log"
rc=$?
diff --git a/hadoop-ozone/dev-support/checks/unit.sh
b/hadoop-ozone/dev-support/checks/unit.sh
index d852b28..2cb1025 100755
--- a/hadoop-ozone/dev-support/checks/unit.sh
+++ b/hadoop-ozone/dev-support/checks/unit.sh
@@ -23,7 +23,7 @@ REPORT_DIR=${OUTPUT_DIR:-"$DIR/../../../target/unit"}
mkdir -p "$REPORT_DIR"
export MAVEN_OPTS="-Xmx4096m"
-mvn -B -DskipShade -Dskip.yarn -fae test -pl \!:hadoop-ozone-integration-test
"$@" \
+mvn -B -DskipShade -Dskip.yarn -fae test -pl
\!:hadoop-ozone-integration-test,\!:mini-chaos-tests "$@" \
| tee "${REPORT_DIR}/output.log"
rc=$?
diff --git a/hadoop-ozone/insight/pom.xml b/hadoop-ozone/insight/pom.xml
index 8287334..f619d0c 100644
--- a/hadoop-ozone/insight/pom.xml
+++ b/hadoop-ozone/insight/pom.xml
@@ -107,12 +107,6 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<scope>test</scope>
<type>test-jar</type>
</dependency>
- <dependency>
- <groupId>org.apache.hadoop</groupId>
- <artifactId>hadoop-ozone-integration-test</artifactId>
- <scope>test</scope>
- <type>test-jar</type>
- </dependency>
</dependencies>
<build>
<plugins>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]