Re: cvs commit: httpd-test/perl-framework/t/apache 404.t

2001-08-29 Thread Justin Erenkrantz
On Wed, Aug 29, 2001 at 10:27:53PM -, [EMAIL PROTECTED] wrote: jsachs 01/08/29 15:27:53 Added: perl-framework/t/apache 404.t Log: quick 404 test. verifies that Content-Type is text/html. A tag too late. =) -- justin

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm

2001-09-06 Thread Justin Erenkrantz
On Thu, Sep 06, 2001 at 05:02:51AM -, [EMAIL PROTECTED] wrote: stas01/09/05 22:02:51 Modified:perl-framework/Apache-Test/lib/Apache TestConfig.pm TestRun.pm Log: This patch forces reconfiguration when: - httpd is newer than

Re: Initial version of website up...

2001-09-17 Thread Justin Erenkrantz
On Tue, Sep 18, 2001 at 01:26:40AM +0800, Stas Bekman wrote: I'm not sure what's the best way to link to it, but I've started working on the writing tests with the perl framework doc, and it's a part of the mod_perl documentation project. The source can be seen here:

httpd-test failures...

2001-09-28 Thread Justin Erenkrantz
I have no clue what happened, but HEAD is failing most of the module tests in httpd-test. I have no diffs in my tree, and I am updated to the latest, and this is a fresh build (make clean make all). I'm trying to confirm my input filtering patch and include test #17 is failing with my changes

Re: httpd-test failures...

2001-09-29 Thread Justin Erenkrantz
On Fri, Sep 28, 2001 at 04:41:28PM -0700, john sachs wrote: i am seeing the exact same thing. dav tests are failing too, for what its worth. Oh, bite me. ./t/TEST -clean extra.conf.in changed but extra.conf isn't getting regenerated with the right directives (like the mod_autoindex

Re: intro and question [flood]

2001-10-04 Thread Justin Erenkrantz
On Thu, Oct 04, 2001 at 12:22:31PM -0700, clayton cottingham wrote: Hmm...it's been too long since I worked on this stuff, do we have something like FLOOD_HAS_SSL for conditional compilation? I thought there was --disable-ssl option...I dunno... I remember noting that flood can't compile

httpd-test results with Apache 1.3.22

2001-10-11 Thread Justin Erenkrantz
Failed Test Status Wstat Total Fail Failed List of Failed --- modules/autoindex.t 84 84 100.00% 1-84 modules/dir.t209 208 99.52% 1-208 modules/env.t 3

Re: build problem

2001-10-17 Thread Justin Erenkrantz
On Wed, Oct 17, 2001 at 10:50:23AM -0700, Aaron Bannert wrote: I also don't know what building.html file you are refering to, please clarify. The one on the website presumably: http://httpd.apache.org/test/flood/building.html -- justin

Re: All rewrite tests fail on Win32 for Accept:

2001-10-21 Thread Justin Erenkrantz
On Sun, Oct 21, 2001 at 12:05:48AM -0500, William A. Rowe, Jr. wrote: Ok... ideas? Oh... but first good news, all non-ssl tests fly other than rewrite vhost_alias :) GET http://www2.rowe-clan.net:8529/modules/rewrite/ Accept lucky13: Accept: lucky13 User-Agent: libwww-perl/5.5397

Re: Flood errors

2001-11-27 Thread Justin Erenkrantz
On Tue, Nov 27, 2001 at 12:48:20PM -0600, Lisa Wojcik wrote: Hi, I have followed the instructions from the web page http://httpd.apache.org/test/flood/ When I try try run flood I get the following ./flood examples/round-robin.xml foo.out open request failed. Error running farmer

Re: running flood

2001-12-06 Thread Justin Erenkrantz
[ Please send any questions like this to [EMAIL PROTECTED] ] On Thu, Dec 06, 2001 at 11:31:21AM +, Isabella Pighi wrote: So I've got a question for you. Does Flood reuse SSL session id's for ongoing connection requestes to the same server? Or does Flood leave it empty for all new

FWD: Re: running flood

2001-12-06 Thread Justin Erenkrantz
(opaque=0xe2530) at thread.c:122 :) Isabella Message History From: Justin Erenkrantz [EMAIL PROTECTED] on 05/12/2001 10:24 PST To: Isabella Pighi/DMGIT/DMG UK/[EMAIL PROTECTED] UK cc: Subject: Re: running

Re: Cookie Patch for Flood

2002-01-03 Thread Justin Erenkrantz
On Thu, Jan 03, 2002 at 06:56:16AM -0800, Aaron Bannert wrote: There's some good info on this site for developers: http://dev.apache.org/ You'll be particular interested in: http://dev.apache.org/patches.html FWIW, please point people at: http://www.apache.org/dev/ http://httpd.apache.org/dev/

perl-framework: Lower-grade ciphers and mod_ssl port broken

2002-01-19 Thread Justin Erenkrantz
Failed Test Status Wstat Total Fail Failed List of Failed ssl/varlookup.t 723 4.17% 34, 36-37 34, 36, and 37 are related to the ciphers in use. It seems my ciphers are different than expected. #

Re: perl-framework: Lower-grade ciphers and mod_ssl port broken

2002-01-20 Thread Justin Erenkrantz
On Sun, Jan 20, 2002 at 11:16:24AM -0800, Doug MacEachern wrote: working fine here. did you get errors or was it just ignored? is mod_ssl built static or shared? if shared, what file does the LoadModule ssl_module live in? I got syntax errors from: VirtualHost @ssl_module_name@ in

httpd-test negotiation failures.

2002-02-03 Thread Justin Erenkrantz
Per your request, here is a -d lwp=2 trace of the negotiation tests from httpd-2.0 HEAD. Enjoy. =) Please let me know if there's anything else I can do. -- justin modules/negotiation.1..98 GET http://localhost.localdomain:8529/modules/negotiation/en/: User-Agent: libwww-perl/5.63 HTTP/1.1

Re: Silly question about flood and APR...

2002-03-06 Thread Justin Erenkrantz
On Tue, Mar 05, 2002 at 04:55:54PM -0500, Bill Perkins wrote: building on a Slackware 8.0 machine, downloaded all the stuff (flood, apr, apr-util), can't seem to get it to configure properly- errors out with: checking for APR... reconfig configure: error: flood requires a libtool-enabled

Re: cvs commit: httpd-test/flood/build apr_common.m4

2002-03-26 Thread Justin Erenkrantz
On Mon, Mar 25, 2002 at 06:37:41PM -0800, Aaron Bannert wrote: On Mon, Mar 25, 2002 at 03:34:27PM -0800, Justin Erenkrantz wrote: I don't like relying on people having apr checked out in order to build flood's configure - like what we require for httpd-2.0. I don't want to go down

Re: cvs commit: httpd-test/flood/build apr_common.m4

2002-03-27 Thread Justin Erenkrantz
On Tue, Mar 26, 2002 at 04:13:56PM -0800, Aaron Bannert wrote: On Tue, Mar 26, 2002 at 09:19:51AM -0800, Justin Erenkrantz wrote: If it's not installed as part of APR it should be. We shouldn't have it in our repository merely because we don't want to have to keep them in sync

Re: mod_specweb99

2002-05-01 Thread Justin Erenkrantz
On Wed, May 01, 2002 at 05:54:00PM -0400, Greg Ames wrote: What do folks think about adding mod_specweb99 (attached) as an Apache httpd-test component? It is a module which allows you to benchmark Apache 2.0 or 1.3 using the SPECweb99 benchmarking suite, described at

Re: mod_specweb99

2002-05-01 Thread Justin Erenkrantz
On Wed, May 01, 2002 at 06:45:58PM -0400, Greg Ames wrote: Do you mean Dirk and I automagically have httpd-test commit access by virtue of being httpd committers? If so, great! AIUI, yup. It would be good if David Hill could get httpd-test commit, especially after all the work he did

Re: cvs commit: httpd-test/specweb99 - Imported sources

2002-05-02 Thread Justin Erenkrantz
On Thu, May 02, 2002 at 02:57:22PM -0400, Greg Ames wrote: [EMAIL PROTECTED] wrote: yuck. cvs import created a branch, 4 digit revision numbers, and a couple of useless tags. I'd like to blow this away and try again with cvs add. Is rm, cvs remove, cvs commit on all files the best way to

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2002-06-03 Thread Justin Erenkrantz
On Mon, Jun 03, 2002 at 11:21:57AM -0700, Doug MacEachern wrote: On Mon, 3 Jun 2002, Aaron Bannert wrote: Cliff is always mentioning something like t/TEST -d gdb or something like that. Won't that run in -X mode automatically? The reason I don't like that is because if I need to restart

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2002-06-03 Thread Justin Erenkrantz
On Mon, Jun 03, 2002 at 11:34:39AM -0700, Aaron Bannert wrote: Not that I'm that experienced with the perl-framework over here, it would seem to me that it's important to run the tests under typical environments (ie multiple processes). Imagine a deadlocking bug that we never hit in -X mode.

Re: cvs commit: httpd-test/perl-framework/Apache-Test/lib/Apache TestConfig.pm

2002-06-03 Thread Justin Erenkrantz
On Mon, Jun 03, 2002 at 11:31:54AM -0700, Doug MacEachern wrote: On Mon, 3 Jun 2002, Justin Erenkrantz wrote: The reason I don't like that is because if I need to restart the server I have to quit my gdb. I want my gdb to last longer than the process (so my breakpoints et al remain

Re: flood round-robin-dynamic.xml problem

2002-08-21 Thread Justin Erenkrantz
On Wed, Aug 21, 2002 at 11:04:06AM -0700, Aaron Bannert wrote: Are we throwing an exception when the regexp doesn't match? That's what is happening - we throw an assertion when the regexp fails. -- justin

Re: flood round-robin-dynamic.xml problem

2002-08-21 Thread Justin Erenkrantz
On Wed, Aug 21, 2002 at 02:05:57PM -0700, Aaron Bannert wrote: Sure, but this isn't informative: flood: flood_round_robin.c:867: round_robin_postprocess: Assertion `status == 0' failed. I'm not saying that the error is informative (none of our errors are), but the exiting is correct. If the

Re: flood docs

2002-08-29 Thread Justin Erenkrantz
On Thu, Aug 29, 2002 at 01:45:50PM +0200, Jacek Prucia wrote: I would like to write some flood docs while I'm learning its internals. However I have a few questions that need to be asked before I get to writing: 1. where flood docs schould be developed? here, or docs subproject? Here.

Re: count one bug out...

2002-09-04 Thread Justin Erenkrantz
On Wed, Sep 04, 2002 at 02:06:41PM +0200, Jacek Prucia wrote: I had few segfaults, but those were with flood-0.4 tarball. I've created few ridiculus URL's today and tested them against current CVS (flood, apr, apr-util). No segv's at all. Could we ask the person that submited this bug to

Re: where to start?

2002-09-04 Thread Justin Erenkrantz
On Wed, Sep 04, 2002 at 02:01:15PM +0200, Jacek Prucia wrote: Right now flood starts always with Bingo farm. This is just simply hardcoded. I would like to change that and additionally add getopt parsing to flood. We could have arguments to run particular farmer (-f/--farmer), particular farm

Re: [PATCH] flood: basic user auth

2002-09-04 Thread Justin Erenkrantz
On Wed, Sep 04, 2002 at 06:40:39PM +0200, Jacek Prucia wrote: url user=Aladdin password=open sesamehttp://localhost:8080/auth/url To me, this seems a fair enough compromise for right now as it seems some people really want this feature now. I can also prepare round-robin-auth.xml, but it

Re: cvs commit: httpd-test/flood config.h.in flood_round_robin.c

2002-09-06 Thread Justin Erenkrantz
On Fri, Sep 06, 2002 at 10:16:10AM -, [EMAIL PROTECTED] wrote: @@ -244,7 +247,9 @@ apr_status_t round_robin_create_req(profile_t *profile, request_t *r) { round_robin_profile_t *p; +int crdlen; char *cookies; +char *enc_credtls, *credtls, *authz_hdr =

Re: flood: fixing examples

2002-09-09 Thread Justin Erenkrantz
On Mon, Sep 09, 2002 at 06:13:20PM +0200, Jacek Prucia wrote: *real* entry, or leave it as it is, just as a proof of concept. If nobody has problem with this match first URL, even when it's not first result scheme, then I'll commit fixed regexp later this day. Go ahead. No biggie. The thing

Re: [PATCH] flood: install target

2002-09-10 Thread Justin Erenkrantz
On Tue, Sep 10, 2002 at 07:04:08PM +0200, Jacek Prucia wrote: Here's my take at flood install target. Since I'm total automake newbie, you might want to take a closer look at this. It does what is desired -- it copies flood to $PREFIX/bin. There's no special place for examples and DESIGN,

Re: flood and cookies

2002-09-10 Thread Justin Erenkrantz
On Tue, Sep 10, 2002 at 07:00:01AM -0700, Williams, Chris D. wrote: I remember looking at the cookie stuff a while ago(6 months or more) and one thing I noticed is that it doesn't clear the cookie list when it starts urllist again. This might have changed but one thing to look at. I was

Re: [PATCH] flood: install target

2002-09-12 Thread Justin Erenkrantz
On Wed, Sep 11, 2002 at 07:16:26PM -0700, Aaron Bannert wrote: We shouldn't ever be installing apr or apr-util as part of flood. Ideally we will depend on an already-installed version of flood, be that in some standard location or not. Some work has been done lately to make apr and apr-util

Re: library-ization

2002-10-09 Thread Justin Erenkrantz
On Tue, Oct 08, 2002 at 06:15:43PM -0700, David N. Welton wrote: Well, I'm primarily interested in seeing flood as a versatile a tool as possible... which for me means a library that I can use with other things, and also a simple command line tool ala ab. I think this would be possible if

Re: Contributions to Flood...

2002-11-25 Thread Justin Erenkrantz
--On Saturday, November 23, 2002 7:19 PM -0500 Donald Doane [EMAIL PROTECTED] wrote: Our company is interested in contributing to the Apache Flood project. Please let us know how best to coordinate our efforts with yours. Cool! We'd appreciate any assistance you can offer! =) The first thing

Re: Contributions to Flood...

2002-12-10 Thread Justin Erenkrantz
--On Monday, December 9, 2002 7:32 PM -0500 Donald Doane [EMAIL PROTECTED] wrote: We have already begun implementing several new features within Flood and making some minor bug fixes. From a high-level, we have By all means, please feel free to contribute them back to us! No matter how large

Re: [PATCH] flood: Fixed Win32 crash resulting from strtoll() macro.

2003-01-29 Thread Justin Erenkrantz
--On Tuesday, January 28, 2003 5:52 PM -0800 [EMAIL PROTECTED] wrote: Hi all, This patch is the first in a series that will produce a running executable on Win32 platforms with Microsoft Visual C++ 6.0. My Win32 development environment is Microsoft Windows 2000 Service Pack 3 and MS Visual C++ 6.0

Re: [PATCH] flood: Added error handling for failed config-file open

2003-01-29 Thread Justin Erenkrantz
--On Tuesday, January 28, 2003 5:56 PM -0800 [EMAIL PROTECTED] wrote: Summary: * Added error handling for failed config-file open. Applied. Thanks! -- justin

Re: [PATCH] flood: Fixed PASSTHROUGH collision in flood_round_robin.c

2003-01-29 Thread Justin Erenkrantz
--On Tuesday, January 28, 2003 5:58 PM -0800 [EMAIL PROTECTED] wrote: Summary: * Fixed PASSTHROUGH collision in flood_round_robin.c. I don't really have a better idea than EPE, so it works for now. =) Applied. Thanks! -- justin

Re: [PATCH] flood: (Win32) Fixed link error apr_pstrmemdup in flood_socket_keepalive.c

2003-01-29 Thread Justin Erenkrantz
--On Tuesday, January 28, 2003 6:01 PM -0800 [EMAIL PROTECTED] wrote: Summary: * (Win32) Fixed link error apr_pstrmemdup in flood_socket_keepalive.c. Applied. Thanks! -- justin

Re: [PATCH] flood: Fixed compiler warning about signed/unsigned mismatch in generic_recv_resp()

2003-02-12 Thread Justin Erenkrantz
--On Tuesday, February 11, 2003 2:27 AM -0800 [EMAIL PROTECTED] wrote: Summary: Fixed compiler warning about signed/unsigned mismatch in generic_recv_resp () Got it. Thanks! -- justin

Re: problem while using flood

2003-02-19 Thread Justin Erenkrantz
--On Monday, February 17, 2003 11:20 AM +0530 MAASK Group [EMAIL PROTECTED] wrote: Hi, Note that I had to moderate your post through. Please make sure that you are subscribed to the [EMAIL PROTECTED] list. I checked out http-test/flood, apr, and apr-util from the apache cvs to test my

Re: comeback

2003-02-19 Thread Justin Erenkrantz
--On Friday, February 14, 2003 11:11 AM +0100 Jacek Prucia [EMAIL PROTECTED] wrote: on flood development, but I might do something useful anyway. I've already talked to Justin about few flood related issues and he insisted on making them public, so here's it is... I'll just state that this list

Re: Digest Auth Benchmark?

2003-02-19 Thread Justin Erenkrantz
--On Wednesday, February 19, 2003 1:52 AM -0800 Paul Querna [EMAIL PROTECTED] wrote: Is anyone interested in writing digest authentication abilities into flood? Sounds like we have a volunteer. =) I don't believe it would be terribly hard to add digest support. We already save the cookies on

Re: flood proxy (was: [STATUS] (flood))

2003-03-13 Thread Justin Erenkrantz
--On Thursday, March 13, 2003 10:46 AM +0100 Jacek Prucia [EMAIL PROTECTED] wrote: Wouldn't it be better, if we use proxy instead of all-purpose network software? I was thinking about mod_proxy_flood.so with some function attached to request forwarding and a simple response handler which could

Re: Flood: Bug fixes and questions for developers

2003-08-09 Thread Justin Erenkrantz
--On Tuesday, August 05, 2003 11:22:24 -0400 Norman Tuttle [EMAIL PROTECTED] wrote: Dear fellow Flood developers: It is beneficial to us as members of the Apache Flood community and as developers of application testing software, using Flood as the basis for testing web sites within an

Re: RC1 build failures

2003-09-12 Thread Justin Erenkrantz
--On Wednesday, September 10, 2003 3:16 PM +0200 Jacek Prucia [EMAIL PROTECTED] wrote: This happens on FreeBSD (minotaur) and Solaris, probably because you don't have GNU make there. Here is what it looks like on FreeBSD: I just axed that .deps code by default for now. I couldn't figure out how

Re: [PATCH] flood and content-type setting

2004-04-29 Thread Justin Erenkrantz
--On Thursday, April 15, 2004 12:22 PM +0200 Jacek Prucia [EMAIL PROTECTED] wrote: I have just commited a fix to manual. However, I do not have enough karma to put manual on flood page, so we need a config file to make people aware of new feature. You do now. ;-) You should be able to modify

Re: errors building flood -- /bin/sh: line 1: silent: command not found

2004-08-24 Thread Justin Erenkrantz
--On Monday, August 23, 2004 5:29 PM -0700 Max Cooper [EMAIL PROTECTED] wrote: I need a flood binary that I can run on my Linux box, but I am having trouble building one. I followed the build instructions on this web page: http://httpd.apache.org/test/flood/building.html apr and apr-util seem to

Re: cvs commit: httpd-test/perl-framework/t/protocol nntp-like.t

2004-09-30 Thread Justin Erenkrantz
--On Wednesday, September 29, 2004 3:39 PM +0100 Joe Orton [EMAIL PROTECTED] wrote: OK, the difference is in the handling of an empty Content-Length header. The glibc strtoll does not return an error for an empty string, as C99 requires, and so ap_http_filter treats it exactly as Content-Length:

Re: cvs commit: httpd-test/perl-framework/t/protocol nntp-like.t

2004-09-30 Thread Justin Erenkrantz
--On Wednesday, September 29, 2004 10:26 AM +0100 Joe Orton [EMAIL PROTECTED] wrote: Yup, the t_cmp arguments were flipped a while back. FWIW, I think whomever flipped the t_cmp arguments but didn't flip the included test cases at the same time needs a stern talking to. I spent over an hour

Re: cvs commit: httpd-test/perl-framework/t/ssl basicauth.t http.t proxy.t

2004-09-30 Thread Justin Erenkrantz
--On Thursday, September 30, 2004 2:54 PM + [EMAIL PROTECTED] wrote: geoff 2004/09/30 07:54:40 Modified:perl-framework/t/apache acceptpathinfo.t chunkinput.t errordoc.t getfile.t limits.t options.t perl-framework/t/filter input_body.t

Re: [NOTICE] Subversion conversion

2004-11-14 Thread Justin Erenkrantz
On Sun, Nov 14, 2004 at 03:29:07PM -0500, Stas Bekman wrote: It's just that someone needs to simultaneously move modperl-2.0 to subversion too. And modperl-docs too, since they are checked out into There's no reason we can't do the mp conversion today as well. Stop by at the Hackathon and we

Listen 0.0.0.0:port is invalid

2005-02-23 Thread Justin Erenkrantz
No idea why I'm suddenly hitting this, but in preparation for 2.1.3, I spent another one of my patented hours searching for bugs in httpd that end up being bugs in the perl-framework tests. =( perl-framework generates Listen directives in the order of: 'Listen 0.0.0.0:8529' For me, this causes

Re: Listen 0.0.0.0:port is invalid

2005-02-23 Thread Justin Erenkrantz
--On Wednesday, February 23, 2005 9:42 AM + Joe Orton [EMAIL PROTECTED] wrote: But there is no way to differentiate between any different interfaces for the address (without doing magic), so I would say that is a resolver misfeature. But, the resolver was explicitly told that the socket

Cryptic error when LWP isn't available

2005-11-01 Thread Justin Erenkrantz
httpd-test gives a really cryptic error message when LWP isn't installed: Use of uninitialized value in concatenation (.) or string at .../Apache-Test/lib/Apache/TestHarness.pm line 121. Be nice if we could fix that. It seems that $_ is trounced by $self-run_t(). My perl-fu doesn't have an

[proposal] remove [EMAIL PROTECTED]

2005-12-16 Thread Justin Erenkrantz
I'd like to propose shutting down [EMAIL PROTECTED] and move it all back under [EMAIL PROTECTED] The traffic on [EMAIL PROTECTED] list doesn't justify a separate list, and the Apache-Test code is now property of the Apache::Perl PMC, so discussions of that are now elsewhere too. All that's

test

2005-12-22 Thread Justin Erenkrantz
Ignore me (if it makes it through).