You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/07/10 20:50:00 UTC

[jira] [Commented] (GEODE-3177) RollingUpgradeDUnitTest & RollingUpgrade2DUnitTest suspect strings

    [ https://issues.apache.org/jira/browse/GEODE-3177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16081120#comment-16081120 ] 

ASF subversion and git services commented on GEODE-3177:
--------------------------------------------------------

Commit f78fc71269ac097914f44f26606a0d130b574c42 in geode's branch refs/heads/develop from [~bschuchardt]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=f78fc71 ]

GEODE-3177 RollingUpgradeDUnitTest & RollingUpgrade2DUnitTest suspect strings

Changed the tests to only use deleteDirectory() on directories.  For
other files we just use File.delete().


> RollingUpgradeDUnitTest & RollingUpgrade2DUnitTest suspect strings
> ------------------------------------------------------------------
>
>                 Key: GEODE-3177
>                 URL: https://issues.apache.org/jira/browse/GEODE-3177
>             Project: Geode
>          Issue Type: Bug
>          Components: tests
>            Reporter: Bruce Schuchardt
>            Assignee: Bruce Schuchardt
>
> The output of these two tests has a lot of entries like this:
> {noformat}
> [vm3] Could not delete ./locator26153views.log: ./locator26153views.log is not a directory
> [vm3] Could not delete ./testRollServersOnPersistentRegion_dataserializable[0]-locator26153.log: ./testRollServersOnPersistentRegion_dataserializable[0]-locator26153.log is not a directory
> [vm3] Could not delete ./locator26153view.dat: ./locator26153view.dat is not a directory
> {noformat}
> This seems to be from Kevin Duling's work to replace the old FileUtil with Apache Commons FileUtils.  He used deleteDirectory(file) on files that are not directories.
> See 29246ab7f136e6bd8c91d055980a6ed639ad60e6



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)