[PATCH] (flood) Handle invalid handler name in assign_profile_event_handler()

2003-02-07 Thread ptran
Summary: Fixed assign_profile_event_handler() to handle nonexistent names. This patch fixes a null dereference when you specify a profile event handler that does not exist in the profile_event_handlers[] table. Below is the smallest test case I was able to generate to trigger the crash.

Re: are perl-framework apache tests still used?

2003-02-07 Thread Cliff Woolley
On Fri, 7 Feb 2003, Stas Bekman wrote: I haven't seen any activity with maintaining tests in a while and I have a bunch of ssl tests failing. I remember Ryan working on a new test suite. What's the current status of things? Should Joe's new php tests be committed? These fail for me:

Re: are perl-framework apache tests still used?

2003-02-07 Thread William A. Rowe, Jr.
AHHH... you are confusing apr/test (Ryan's ongoing efforts, even apart from the apr group) which tests internal functions, with perl-testsuite, which tests behavior of the server. If Joe's tests work - commit them :-) And the tests you cite... ssl/http.t is expected to fail today, mod_ssl once

Re: are perl-framework apache tests still used?

2003-02-07 Thread Stas Bekman
William A. Rowe, Jr. wrote: AHHH... you are confusing apr/test (Ryan's ongoing efforts, even apart from the apr group) which tests internal functions, with perl-testsuite, which tests behavior of the server. If Joe's tests work - commit them :-) I don't have php installed. Preferrably, someone who

Re: [PATCH] (flood) Handle invalid handler name in assign_profile_event_handler()

2003-02-07 Thread Aaron Bannert
committed, thanks! -aaron On Thursday, February 6, 2003, at 07:45 PM, [EMAIL PROTECTED] wrote: Summary: Fixed assign_profile_event_handler() to handle nonexistent names. This patch fixes a null dereference when you specify a profile event handler that does not exist in the

Re: are perl-framework apache tests still used?

2003-02-07 Thread Joe Orton
On Fri, Feb 07, 2003 at 03:34:55PM +1100, Stas Bekman wrote: I haven't seen any activity with maintaining tests in a while and I have a bunch of ssl tests failing. I remember Ryan working on a new test suite. What's the current status of things? Should Joe's new php tests be committed?

Re: are perl-framework apache tests still used?

2003-02-07 Thread Joe Orton
On Fri, Feb 07, 2003 at 06:04:29PM +1100, Stas Bekman wrote: William A. Rowe, Jr. wrote: AHHH... you are confusing apr/test (Ryan's ongoing efforts, even apart from the apr group) which tests internal functions, with perl-testsuite, which tests behavior of the server. If Joe's tests work -

[PATCH] flood: Add URL DELAYFACTOR to customize delays

2003-02-07 Thread ptran
Hi all, I created the following patch so I could specify delays smaller than one second. This patch adds a new attribute called delayfactor to the URL element. You use it to change the multiplication factor applied to the values you specify for: postdelay postdelayprecision

[PATCH] flood: Add handler relative_times_sizes_process_stats

2003-02-07 Thread ptran
This patch adds an alternative to the handler: relative_times_process_stats The new handler: relative_times_sizes_process_stats includes the number of bytes sent in the request and received in the response. This patch retrieves the number of bytes sent and received from data member rbufsize

Re: [PATCH] flood: Add handler relative_times_sizes_process_stats

2003-02-07 Thread ptran
Hi all, The patch I sent contained a bug. The second change in flood_profile.c causes the new relative_times_sizes_process_stats to always be used if you specify relative_times for your report. I've included a patch to fix the problem. I had mistakenly changed the list that's used to

Re: are perl-framework apache tests still used?

2003-02-07 Thread Stas Bekman
Joe Orton wrote: On Fri, Feb 07, 2003 at 03:34:55PM +1100, Stas Bekman wrote: I haven't seen any activity with maintaining tests in a while and I have a bunch of ssl tests failing. I remember Ryan working on a new test suite. What's the current status of things? Should Joe's new php tests be