I wanted to add another non-critical testing observation concering the 1.5 release.
I tested on Solaris Sparc on a somewhat slow/old system (V125, 1GHz UltraSparc IIIi). The failed tests were testEviction() and testEviction2() in TestGKOP. Both failures were due to timing issues. The call to evict() took about 1 second to return, so the sleeps between the tests were to short. After changing the timing in testEviction() from 1000ms/600ms to 1500ms/1200ms and in testEviction2() from 1100ms/600ms to 1800ms/1400ms the tests succeeded. It will be hard to find "universal" constants working for all systems. :( Regards, Rainer --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org