Re: [A-T patch] give a hint how to raise the timeout

2004-03-05 Thread Stas Bekman
Stas Bekman wrote: Well, you could still say "Or repeat the last command with the -startup_timeout=420 option". That would work, if the last command was 'make test' or any other wrapper. s/would/won't/ -- __ Stas BekmanJ

Re: [A-T patch] give a hint how to raise the timeout

2004-03-05 Thread Stas Bekman
David Wheeler wrote: Alternatively we could say: giving up after 121 secs. If you think that your system is slow or overloaded try again with a longer timeout value. For example set the env var APACHE_TEST_STARTUP_TIMEOUT to a longer value, e.g. 400 and repeat the last command. But can we

Re: [A-T patch] give a hint how to raise the timeout

2004-03-05 Thread David Wheeler
On Mar 4, 2004, at 5:59 PM, Stas Bekman wrote: Ideally you'd know what was the original command they have executed, but it's not possible. The most correct answer would be $0, since they will at least get to run the correct part if it was a bigger 'make test' or something else. Right. Alternativ

Re: [A-T patch] give a hint how to raise the timeout

2004-03-05 Thread Stas Bekman
David Wheeler wrote: On Mar 4, 2004, at 5:09 PM, Stas Bekman wrote: Not in this case. T-H wasn't called yet. It gets called only after server successfully starts. Ah, right, okay. If you they did: % make test but you'd suggest to run: % ./Build test not only it'll confuse the user, who aren't awa

Re: [A-T patch] give a hint how to raise the timeout

2004-03-05 Thread David Wheeler
On Mar 4, 2004, at 5:09 PM, Stas Bekman wrote: Not in this case. T-H wasn't called yet. It gets called only after server successfully starts. Ah, right, okay. If you they did: % make test but you'd suggest to run: % ./Build test not only it'll confuse the user, who aren't aware of Build or t/TEST

Re: [A-T patch] give a hint how to raise the timeout

2004-03-05 Thread Stas Bekman
David Wheeler wrote: On Mar 4, 2004, at 4:15 PM, Stas Bekman wrote: The patch below attempts to give users an idea to try before they rush to report a bug. For example: waiting 120 seconds for server to start: not ok giving up after 121 secs. If you think that your system is slow or overloaded tr

Re: [A-T patch] give a hint how to raise the timeout

2004-03-05 Thread David Wheeler
On Mar 4, 2004, at 4:15 PM, Stas Bekman wrote: The patch below attempts to give users an idea to try before they rush to report a bug. For example: waiting 120 seconds for server to start: not ok giving up after 121 secs. If you think that your system is slow or overloaded try again with a longer

[A-T patch] give a hint how to raise the timeout

2004-03-05 Thread Stas Bekman
The patch below attempts to give users an idea to try before they rush to report a bug. For example: waiting 120 seconds for server to start: not ok giving up after 121 secs. If you think that your system is slow or overloaded try again with a longer timeout value. For example: % APACHE_TEST_ST