[
https://issues.apache.org/jira/browse/AVRO-715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12972661#action_12972661
]
Scott Carey commented on AVRO-715:
----------------------------------
Also, if the temp directory is just target/ it is a little dangerous -- we
might collide with other build output unexpectedly. If we change it to
target/test it currently breaks because we don't create the directory when it
doesn't exist, and it won't after 'clean'.
> New Java build: refactor tests to use shared method for identifying temp file
> location
> --------------------------------------------------------------------------------------
>
> Key: AVRO-715
> URL: https://issues.apache.org/jira/browse/AVRO-715
> Project: Avro
> Issue Type: Task
> Components: java
> Reporter: Scott Carey
> Assignee: Scott Carey
> Fix For: 1.5.0
>
>
> Many tests individually write temp files based on relative paths, '/tmp', or
> reading from a system property. These need to be refactored into one utility
> for handling the location of temp files for unit tests.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.