I've noticed for a long time that the mvn install seems to hang for a long time after printing TestClusterDumper and that none of the other utils tests which run after it log anything to the transcript. That tests do a lot of clustering runs and then run ClusterDumper. They are smoke tests really; there are no assertions in any of the tests and they are designed for human inspection of the cluster dumper output. I tried adding assertTrue(true) after each test and it did not change the output.
-----Original Message----- From: Sean Owen [mailto:[email protected]] Sent: Thursday, April 21, 2011 11:09 AM To: [email protected] Subject: Re: problems with util test cases (I think it just takes a very long time -- is that the issue?) On Thu, Apr 21, 2011 at 7:04 PM, Ted Dunning <[email protected]> wrote: > I am finding a fuzzy kind of problem with the test cases in utils. This is > related to the work on MAHOUT-675. The test cases related to that all work > but the TestClusterDumper tests do strange things. Whereas normal tests > complete successfully, the TestClusterDumper tests don't seem to succeed or > fail. > > This seems to be compromising the execution of all of the utils test. > > I plan to commit MAHOUT-675 in any case since this is unrelated to that > code. >
