You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-user@jakarta.apache.org by Vincent Massol <vm...@pivolis.com> on 2005/03/04 12:53:13 UTC

RE: Speed dependent cactus tests ?

Hi Andre,

The only way to diagnose this is to turn on Cactus logs (client and server
logs) and see what is the reason for the "Failed to get the test result"
error in the log.

Thanks
-Vincent

> -----Original Message-----
> From: ASchulte@maninvestments.com [mailto:ASchulte@maninvestments.com]
> Sent: lundi 21 février 2005 16:30
> To: cactus-user@jakarta.apache.org
> Subject: Speed dependent cactus tests ?
> 
> If I run my 249 cactus tests normal 204 tests failed with
> org.apache.cactus.util.ChainedRuntimeException: Failed to get the test
> result at [http://localhost:80/ServletRedirector.dyn]
> If I reduce the speed to execute the cactus test with an e.g. for(i=0;
> i<100000000;i++); in the begin() method the tests doesn' t fail.
> Does the cactus tests depend on the speed of execution ? If yes, why ?
> 
> Cheers,
> Andre
> 
> 
>