> On 29 Oct 2015, at 04:18, Sean Busbey <bus...@cloudera.com> wrote: > > > At a quick glance, I see ASF license failures on HADOOP-9613, but > looking at the flagged files: > > https://builds.apache.org/job/PreCommit-HADOOP-Build/7966/artifact/patchprocess/patch-asflicense-problems.txt > > It is dumping test files outside of the target/ directory, so those > files are legitimately in the source tree.
this is a bug in the HDFS tests, not a bug in RAT. The patch for it HDFS-9263, isn't the right one. It changes MiniDFSCluster to use a new dir each instance; that's breaking all tests that expect the clustername to stay fixed over instances. That bit of the patch needs to be pulled.