For CP's, we have a candidate patch at: http://issues.apache.org/jira/browse/HBASE-6824. We can use this patch to migrate the remaining usages from the main code side, and also set this in HBTU.
Enis On Mon, Jan 7, 2013 at 11:42 AM, Nicolas Liochon <nkey...@gmail.com> wrote: > There are tests writing stuff like > /tmp/..-577547068.TestCP3.1357574431574.jar.crc or > /tmp/..-1797055647.TestCPInvalid.1357574424182.jar.crc as well. > > Note the '.' to make them invisible :-) > > > On Mon, Jan 7, 2013 at 8:38 PM, Enis Söztutar <enis....@gmail.com> wrote: > > > should fix the tests themselves to not > > use the /tmp directory. I guess we can use the ResourceChecker to detect > > and fail those tests. > > >