------------------
Run:
$ ./t/TEST --run-tests
$ ./t/TEST --run-tests  modules/cgi.t

the second time modules/cgi.t is run, test #3 fails.

Me thinking: if the test reports ok on the first run, but fails on the
second, should we change the way tests are run? rerun tests
twice to make sure that the test really passes
? more times? how about stress testing option?

------------------

restart the server, run:
$ ./t/TEST --run-tests apache/cgihandler
=> works

now run all tests:
$ ./t/TEST --run-tests
=> apache/cgihandler fails

$ ./t/TEST --run-tests apache/cgihandler
=> always fails from now on

------------------

I'm trying to debug handlers from ./t/response via 'print STDERR' ,
but nothing ever gets to the error_log file (I did check the file
descriptor and it points to the correct error_log).

------------------

(Doug, my configuration/build opts don't change so unless you tell me
otherwise I won't repost it every time. the options are from
mod_perl_dev.pod anyway.)

Thanks!
_____________________________________________________________________
Stas Bekman              JAm_pH     --   Just Another mod_perl Hacker
http://stason.org/       mod_perl Guide  http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]   http://apachetoday.com http://eXtropia.com/
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to