HDDS-1952. Disable TestMiniChaosOzoneCluster in integration.sh. (#1284)
Signed-off-by: Nanda kumar <nanda@apache.org>
This commit is contained in:
parent
b4097b96a3
commit
3dc22d6ef1
@ -18,7 +18,8 @@ cd "$DIR/../../.." || exit 1
|
||||
|
||||
export MAVEN_OPTS="-Xmx4096m"
|
||||
mvn -B install -f pom.ozone.xml -DskipTests
|
||||
mvn -B -fn test -f pom.ozone.xml -pl :hadoop-ozone-integration-test,:hadoop-ozone-filesystem,:hadoop-ozone-tools
|
||||
mvn -B -fn test -f pom.ozone.xml -pl :hadoop-ozone-integration-test,:hadoop-ozone-filesystem,:hadoop-ozone-tools \
|
||||
-Dtest=\!TestMiniChaosOzoneCluster
|
||||
module_failed_tests=$(find "." -name 'TEST*.xml' -print0 \
|
||||
| xargs -0 -n1 "grep" -l -E "<failure|<error"\
|
||||
| awk -F/ '{sub("'"TEST-JUNIT_TEST_OUTPUT_DIR"'",""); sub(".xml",""); print $NF}')
|
||||
|
Loading…
Reference in New Issue
Block a user