--- "Mark R. Diggory" <[EMAIL PROTECTED]> wrote: > Does anyone else encounter a hang when running the tests in maven on > minotaur? > > % maven test > > [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 3.125 > sec > [junit] Running org.apache.commons.math.random.RandomDataTest > > RandomDataTest just hangs indefinitely, If I build on my workstation's > here in my office (Linux, NT) everything seems to work ok. > > very odd, very odd indeed. > > -Mark >
Any idea what test is hanging? Does it hang when run from Ant? One thing that could theoretically hang / take a long time is nextPoisson(), which I think is tested there, though the probability of it taking even a second should be astronomically small with the actual parameter in the test (assuming things are working correctly). I will add a bound for this in any case. Phil __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free web site building tool. Try it! http://webhosting.yahoo.com/ps/sb/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
