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

2001-12-05 Thread Stas Bekman
Stas Bekman wrote:
[EMAIL PROTECTED] wrote:
dougm   01/12/04 21:20:45
  Modified:perl-framework/Apache-Test/lib/Apache TestSort.pm
  Log:
  dont want an explicit -seed option but env var can be a pain
  so if -order is number assume it is the random seed

nice! but I don't like this misleading note then:
Using random number seed: 170482341 (from APACHE_TEST_SEED env var)
already taken care of...
_
Stas Bekman JAm_pH  --   Just Another mod_perl Hacker
http://stason.org/  mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


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

2001-12-05 Thread Rodent of Unusual Size
ebinc wrote:
 
 Does any one know how to unsubscribe from this list? Ive been
 on the site but cannot find were it is

In the mail header you'll see:

list-unsubscribe: mailto:[EMAIL PROTECTED]

which is the Sum of All Wisdom for this question. :-)
-- 
#kenP-)}

Ken Coar, Sanagendamgagwedweinini  http://Golux.Com/coar/
Author, developer, opinionist  http://Apache-Server.Com/

All right everyone!  Step away from the glowing hamburger!


Re: cvs commit: httpd-test/perl-framework/Apache-Test README

2001-12-05 Thread Stas Bekman
Rodent of Unusual Size wrote:
 [EMAIL PROTECTED] wrote:

  under the batch mode, don't use \r and try to print only
  the useful info.


 I know it's historical, and I just found out about it
 (the fact that it isn't mentioned anywhere in perl-framework
 might be the reason :-/), but I *really* prefer something
 like APACHE_TEST_BATCH_,MODE over APACHE_TEST_NO_COLOR.
 I mean, the latter sounds like you don't want to test colour
 stuff.
I suggest a different route, env variables are ugly -- add --batch
option instead of APACHE_TEST_NO_COLOR env var.
_
Stas Bekman JAm_pH  --   Just Another mod_perl Hacker
http://stason.org/  mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/



Re: cvs commit: httpd-test/perl-framework/Apache-Test README

2001-12-05 Thread Rodent of Unusual Size
Stas Bekman wrote:
 
 Rodent of Unusual Size wrote:
  
   I know it's historical, and I just found out about it
   (the fact that it isn't mentioned anywhere in perl-framework
   might be the reason :-/), but I *really* prefer something
   like APACHE_TEST_BATCH_,MODE over APACHE_TEST_NO_COLOR.
   I mean, the latter sounds like you don't want to test colour
   stuff.
 
 I suggest a different route, env variables are ugly -- add --batch
 option instead of APACHE_TEST_NO_COLOR env var.

*shrug*  Just as long as it gets added.. :-)
-- 
#kenP-)}

Ken Coar, Sanagendamgagwedweinini  http://Golux.Com/coar/
Author, developer, opinionist  http://Apache-Server.Com/

All right everyone!  Step away from the glowing hamburger!


New perl-framework failures

2001-12-05 Thread Rodent of Unusual Size
Now I'm getting this on Linux (RH 5.2 with Perl 5.6.1):

http11/basicauthUse of uninitialized value in numeric eq (==) at 
http11/basicauth.t line 28.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 3
Failed 1/3 tests, 66.67% okay
http11/chunked..Use of uninitialized value in numeric eq (==) at 
http11/chunked.t line 50.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2, 5-30
Failed 27/30 tests, 10.00% okay

I'm *not* seeing these on more recent Linux versions (also
with Perl 5.6.*)..
-- 
#kenP-)}

Ken Coar, Sanagendamgagwedweinini  http://Golux.Com/coar/
Author, developer, opinionist  http://Apache-Server.Com/

All right everyone!  Step away from the glowing hamburger!