Details
Description
After cloning REEF repository, Org.Apache.REEF.Tests.Utility.TestDriverConfigGenerator fails always at the first test run.
From the second run, all tests passes. After cleaning and rebuilding, all test passes, too.
Test Name: Org.Apache.REEF.Tests.Utility.TestDriverConfigGenerator.TestGeneratingDriverConfigFileDriverOnly
Test FullName: Org.Apache.REEF.Tests.Utility.TestDriverConfigGenerator.TestGeneratingDriverConfigFileDriverOnly
Test Source: c:\Users\dongjoon\Downloads\apache-reef-0.14.0\lang\cs\Org.Apache.REEF.Tests\Utility\TestDriverConfigGenerator.cs : line 79
Test Outcome: Failed
Test Duration: 0:00:00.115
Result Message:
System.InvalidOperationException : Failed to extract files from jar file with stdout :and stderr:java.io.FileNotFoundException: .\reef-bridge-java-0.14.0-shaded.jar
at java.util.zip.ZipFile.open(Native Method)
at java.util.zip.ZipFile.<init>(ZipFile.java:219)
at java.util.zip.ZipFile.<init>(ZipFile.java:149)
at java.util.zip.ZipFile.<init>(ZipFile.java:120)
at sun.tools.jar.Main.extract(Main.java:1004)
at sun.tools.jar.Main.run(Main.java:305)
at sun.tools.jar.Main.main(Main.java:1288)
Attachments
Issue Links
- blocks
-
REEF-811 Release 0.14
- Resolved