You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Kirk Lund (JIRA)" <ji...@apache.org> on 2015/09/05 00:41:45 UTC

[jira] [Created] (GEODE-312) ZipUtilsJUnitTest testZipUtils fails with IOException on Windows

Kirk Lund created GEODE-312:
-------------------------------

             Summary: ZipUtilsJUnitTest testZipUtils fails with IOException on Windows
                 Key: GEODE-312
                 URL: https://issues.apache.org/jira/browse/GEODE-312
             Project: Geode
          Issue Type: Bug
    Affects Versions: 1.0.0-incubating
            Reporter: Kirk Lund


This test seems to fail consistently on Windows 7. I'm not sure if it's a bug in the test, the product or org.apache.commons.io.FileUtils.

Failure stack:
{noformat}
com.gemstone.gemfire.management.internal.configuration.ZipUtilsJUnitTest > testZipUtils FAILED

java.io.IOException: File destination\group exists and is not a directory. Unable to create directory.
    at org.apache.commons.io.FileUtils.forceMkdir(FileUtils.java:2287)
    at com.gemstone.gemfire.management.internal.configuration.utils.ZipUtils.unzip(ZipUtils.java:91)
    at com.gemstone.gemfire.management.internal.configuration.ZipUtilsJUnitTest.testZipUtils(ZipUtilsJUnitTest.java:73)
{noformat}




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