[
https://issues.apache.org/jira/browse/HDFS-9263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steve Loughran updated HDFS-9263:
---------------------------------
Attachment: HDFS-9263-001.patch
This covers -common and a couple of other places too, but it's where HDFS did
the most
# uses of test.build.data have been unified
# many buildups of test dirs now use something random, rather than a hard-coded
path like "dfs". This includes minidfs cluster...which should improve
parallelism on test runs.
# I've kept the bits of code that feed the paths into {{Path}} constructors
independent of the ones that want {{File}} instances. Why? Not sure what
happens in windows and whether the path stuff really wants forward-slash paths
(but then...what happens if maven has set test.build.data to an absolute path
in the local FS?)
> tests are using /test/build/data; breaking Jenkins
> --------------------------------------------------
>
> Key: HDFS-9263
> URL: https://issues.apache.org/jira/browse/HDFS-9263
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: test
> Affects Versions: 3.0.0
> Environment: Jenkins
> Reporter: Steve Loughran
> Assignee: Jagadesh Kiran N
> Priority: Blocker
> Attachments: HDFS-9263-001.patch
>
>
> Some of the HDFS tests are using the path {{test/build/data}} to store files,
> so leaking files which fail the new post-build RAT test checks on Jenkins
> (and dirtying all development systems with paths which {{mvn clean}} will
> miss.
> fix
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)