You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Darrel Schneider (JIRA)" <ji...@apache.org> on 2015/07/27 23:22:05 UTC

[jira] [Created] (GEODE-164) launcher junit tests failing because working directory does not exist

Darrel Schneider created GEODE-164:
--------------------------------------

             Summary: launcher junit tests failing because working directory does not exist
                 Key: GEODE-164
                 URL: https://issues.apache.org/jira/browse/GEODE-164
             Project: Geode
          Issue Type: Bug
            Reporter: Darrel Schneider
            Priority: Minor


First seen in build #166.
https://builds.apache.org/view/All/job/Geode-nightly/166/testReport/junit/com.gemstone.gemfire.distributed/LocatorLauncherJUnitTest/testBuild/

java.lang.IllegalArgumentException: The working directory for the Locator could not be found.
	at com.gemstone.gemfire.distributed.LocatorLauncher$Builder.setWorkingDirectory(LocatorLauncher.java:1656)
	at com.gemstone.gemfire.distributed.LocatorLauncherJUnitTest.testBuild(LocatorLauncherJUnitTest.java:360)
Caused by: java.io.FileNotFoundException: /tmp/junit1625423486198578553
	... 46 more

The tests that failed with what looks like the same problem are:
 -- com.gemstone.gemfire.distributed.LocatorLauncherJUnitTest.testBuild
 -- com.gemstone.gemfire.distributed.LocatorLauncherJUnitTest.testSetAndGetWorkingDirectory
 -- com.gemstone.gemfire.distributed.ServerLauncherJUnitTest.testParseArguments
 -- com.gemstone.gemfire.distributed.ServerLauncherJUnitTest.testSetAndGetWorkingDirectory



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