On Thu, Feb 17, 2005 at 06:27:15PM -0500, Stas Bekman wrote:
> As for 'Can't open t/conf/perlsection.conf', do
> 
> t/TEST -clean

To make a long story short, I had run the make test on the source as
root which caused the t/ directory to have its ownership changed to
nobody. So when I went to run my tests under my normal user account,
A::T was having problems cleaning up the test files. Simply fixing the
ownership did the job.

To recap, these are the results of the mp2 test (RC4) with the following
environment setting:

  export ac_cv_o_nonblock_inherited=yes

With the above setting while building and testing mp2, I am still
getting errors. However, they are in different. Here's the results:

  Failed Test            Stat Wstat Total Fail  Failed  List of Failed
  
-------------------------------------------------------------------------------
  t/api/access2.t                       6    3  50.00%  2 5-6
  t/modperl/setupenv.t                 63    6   9.52%  8 22 29 36 50 57
  t/preconnection/note.t                1    1 100.00%  1
  8 tests skipped.
  Failed 3/222 test scripts, 98.65% okay. 10/2201 subtests failed, 99.55%
  okay.

When I ran the individual tests that were failing, the failures in
setupenv.t and note.t were all attributable to problem of mod_perl
getting a different ip address than the remote_ip function in httpd (I
have a request to Apache developers about this issue as I could not
figure out where httpd is setting this value).

The access2.t, which didn't fail in my earlier testing, reports the
following:

  # Running under perl version 5.008006 for freebsd
  # Current time local: Fri Feb 18 12:04:57 2005
  # Current time GMT:   Fri Feb 18 17:04:57 2005
  # Using Test.pm version 1.25
  # Using Apache/Test.pm version 1.21
  ok 1
  # Failed test 2 in t/api/access2.t at line 15
  # testing : no credentials passed
  # expected: 401
  # received: 403
  not ok 2
  ok 3
  ok 4
  not ok 5
  # Failed test 5 in t/api/access2.t at line 24
  not ok 6
  # Failed test 6 in t/api/access2.t at line 27
  FAILED tests 2, 5-6

Does this provide any further information to help us track down the
testing problems I'm seeing? Should I be using this version of the
binary instead of the one configured without the
ac_cv_o_nonblock_inherited setting?


Thanks!
William

-- 
Knowmad Services Inc.
http://www.knowmad.com

Reply via email to