Hi Sean,

I can only do I guess why the test fails:

Line 225 in ItemSimilarityTest is missing a / when constructing the path
to the temporary directory:

    String tmpDirPath = System.getProperty("java.io.tmpdir") +
          ItemSimilarityTest.class.getCanonicalName();

 which makes it

/tmporg.apache.mahout.cf.taste.hadoop.similarity.item.ItemSimilarityTest

on my system for example. Maybe the hudson user on the CI server is not
allowed to create this path.

Sebastian

Sean Owen schrieb:
> I can't reproduce this at all and don't see how to get details out of
> Hudson. Does anyone know where it sticks test output? or can anyone
> repro this?
>
> On Tue, Apr 6, 2010 at 10:58 AM, Sean Owen <sro...@gmail.com> wrote:
>   
>> I see all tests pass in a full clean / test. :( I will look at
>> Hudson's output to see why it think it failed.
>>
>> On Tue, Apr 6, 2010 at 10:48 AM, Robin Anil <robin.a...@gmail.com> wrote:
>>     
>>> I have tasted this before, That was when I didn't do a clean install before
>>> checking in.
>>>
>>>       

Reply via email to