Michael Dodge created GEODE-5035:
------------------------------------
Summary: Some tests use incorrect temp directory
Key: GEODE-5035
URL: https://issues.apache.org/jira/browse/GEODE-5035
Project: Geode
Issue Type: Improvement
Components: tests
Reporter: Michael Dodge
Some tests that use {{JUnit}}'s {{TemporaryFolder}} rule (e.g.,
{{DiskSpaceLimitIntegrationTest}} {{FileProcessControllerIntegrationTest}}) do
not specify the temp directory to use as the parent folder for the temporary
folder. This can result in the default location being used, which is different
from what is specified by the pipeline. This can result in strange behavior,
such as a test writing contents to a temporary file without exception but then
failing an existence test on the same file.
The {{TemporaryFolder}} rule should be synchronized with the {{java.io.tmpdir}}
system property.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)