Jason Huynh created GEODE-3140:
----------------------------------
Summary: CI Failure: FileSystemJUnitTest.testExport
Key: GEODE-3140
URL: https://issues.apache.org/jira/browse/GEODE-3140
Project: Geode
Issue Type: Bug
Components: lucene
Reporter: Jason Huynh
A few travis ci runs have seen the following error:
org.apache.geode.cache.lucene.internal.filesystem.FileSystemJUnitTest >
testExport FAILED
java.lang.RuntimeException: Could not delete disk dir:
./DiskDirRule-37255322000983
Caused by:
java.nio.file.NoSuchFileException: ./DiskDirRule-37255322000983
We can either modify the existing disk dir to ignore FileNotFoundExceptions (we
meant to delete the file anyways and if it is not there, do we really care if
it's not found?)
Or we can change out the DiskDir rule for the TemporaryFileRule.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)