You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Dongjoon Hyun (JIRA)" <ji...@apache.org> on 2016/02/29 10:12:18 UTC

[jira] [Created] (REEF-1228) Fix TestDriverConfigGenerator failure on the first testing

Dongjoon Hyun created REEF-1228:
-----------------------------------

             Summary: Fix TestDriverConfigGenerator failure on the first testing
                 Key: REEF-1228
                 URL: https://issues.apache.org/jira/browse/REEF-1228
             Project: REEF
          Issue Type: Bug
          Components: REEF.NET
         Environment: Windows 10 with VS 2013 Community Edition.
            Reporter: Dongjoon Hyun
            Priority: Blocker


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.

{code}
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)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)