Description
The lollowing iTest tests are failing when ran from Gradle
org.apache.bigtop.itest.JarContentTest > testGetJarName FAILED java.lang.AssertionError at JarContentTest.groovy:66 org.apache.bigtop.itest.JarContentTest > testJarContent FAILED java.io.FileNotFoundException at JarContentTest.groovy:29 org.apache.bigtop.itest.JarContentTest > testUnpackJarContainer FAILED java.io.FileNotFoundException at JarContentTest.groovy:49
The first two are failing in the absence of JAVA_HOME setting. The last one is failing because of the fixed expectation for Maven specific target directory
java.io.FileNotFoundException: target/local.unpack.dir/sun/reflect/generics/visitor/Reifier.class (No such file or director at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:221)