On Wed, Aug 21, 2002 at 12:04:57PM -0300, Michaud,Pierre [CMC] wrote: > [EMAIL PROTECTED] flood]$ ./flood examples/round-robin-dynamic.xml > time.out > flood: flood_round_robin.c:867: round_robin_postprocess: Assertion `status > == 0' failed. > Abort > > I've put in comments the lines that targets www.apachelabs.org (this site is > not working for now) and activated the lines that generate the foo search on > google.
Google changed its result format (which means that the postprocessing will fail as the response isn't what it expects) and apachelabs.org is now dead. In short, flood is doing the right thing - round-robin-dynamic.xml would need to be rewritten to match Google's new result format. Namely the responsetemplate parameter would have to be written to be a valid regexp on the response from Google. -- justin
