Bruce Schuchardt created GEODE-3177:
---------------------------------------
Summary: 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
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)