Re: 2.0 make test problems

2001-06-23 Thread Doug MacEachern
On Sat, 23 Jun 2001, Stas Bekman wrote: I'm not sure how to approach this one. Should I log this issue somewhere in todo/ ? sure. I did. It deletes the files on shutdown. Apache-Test/lib/Apache/TestServer.pm:199: $self-clean unless $aborted; hmm, something else was causing the log to

Re: 2.0 make test problems

2001-06-23 Thread Doug MacEachern
On Sat, 23 Jun 2001, Stas Bekman wrote: I've 2 proposals: 1. --run-tests to be a hash option accepting: --run-tests --repeat=N --run-tests --rotate=[Y/N] with the default of --repeat=1 and --rotate=Y also may be we can do --rotate and --norotate to get the reverse instead of Y/N.

Re: 2.0 make test problems

2001-06-23 Thread Stas Bekman
On Sat, 23 Jun 2001, Doug MacEachern wrote: On Sat, 23 Jun 2001, Stas Bekman wrote: I've 2 proposals: 1. --run-tests to be a hash option accepting: --run-tests --repeat=N --run-tests --rotate=[Y/N] with the default of --repeat=1 and --rotate=Y also may be we can do --rotate

Re: 2.0 make test problems

2001-06-23 Thread Doug MacEachern
On Sun, 24 Jun 2001, Stas Bekman wrote: sure, what would be a suggested format? --run-tests[=N:[rotate|repeat|randomize]]? (including my new idea for randomizinging the order. Any better idea for the three words that turn tests a, b into: a, a, b, b (repeat?) a, b, a, b (rotate?) b, a,

Re: 2.0 make test problems

2001-06-21 Thread Doug MacEachern
On Thu, 21 Jun 2001, Stas Bekman wrote: -- Run: $ ./t/TEST --run-tests $ ./t/TEST --run-tests modules/cgi.t the second time modules/cgi.t is run, test #3 fails. i see that too, not looked into it yet. Me thinking: if the test reports ok on the first run, but fails on