You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by rb...@apache.org on 2002/09/30 22:43:36 UTC

SSL tests failing.

I just tried to make a minor change to the server, and test it to ensure
that it didn't break anything.  Unfortunately, the test suite is currently
broken with regard to SSL.

I haven't had time to look into this yet, and probably won't until Tuesday
at the earliest.

Ryan

-- 

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
550 Jean St
Oakland CA 94610
-------------------------------------------------------------------------------


Re: SSL tests failing.

Posted by Cliff Woolley <jw...@virginia.edu>.
On Mon, 30 Sep 2002 rbb@apache.org wrote:

> Failed Test     Status Wstat Total Fail  Failed  List of Failed
> --------------------------------------------------------------------------------
> ssl/env.t                     28   14  50.00%  15-28
> ssl/require.t                  5    2  40.00%  2, 5
> ssl/varlookup.t               72   72 100.00%  1-72
> ssl/verify.t                   3    1  33.33%  2

Hmmm... smells familiar from back in the day.  I'm trying to remember what
causes that.  I definitely feel like it was a test suite config problem
[directory permissions maybe??] rather than an actual Apache problem.

--Cliff


Re: SSL tests failing.

Posted by rb...@apache.org.
On Mon, 30 Sep 2002, Justin Erenkrantz wrote:

> --On Monday, September 30, 2002 4:43 PM -0400 rbb@apache.org wrote:
> 
> > I just tried to make a minor change to the server, and test it to ensure
> > that it didn't break anything.  Unfortunately, the test suite is currently
> > broken with regard to SSL.
> >
> > I haven't had time to look into this yet, and probably won't until Tuesday
> > at the earliest.
> 
> Do you have any details?
> 
> The SSL tests pass here.  ssl/basicauth is skipped because it doesn't know 
> about the new auth modules - that's easy enough to fix - will change that 
> now.  -- justin

Failed Test     Status Wstat Total Fail  Failed  List of Failed
--------------------------------------------------------------------------------
ssl/env.t                     28   14  50.00%  15-28
ssl/require.t                  5    2  40.00%  2, 5
ssl/varlookup.t               72   72 100.00%  1-72
ssl/verify.t                   3    1  33.33%  2
8 tests and 6 subtests skipped.
*** server localhost:8529 shutdown
!!! error running tests (please examine t/logs/error_log)


Ryan

_______________________________________________________________________________
Ryan Bloom                        	rbb@apache.org
550 Jean St
Oakland CA 94610
-------------------------------------------------------------------------------


Re: SSL tests failing.

Posted by Justin Erenkrantz <je...@apache.org>.
--On Monday, September 30, 2002 4:43 PM -0400 rbb@apache.org wrote:

> I just tried to make a minor change to the server, and test it to ensure
> that it didn't break anything.  Unfortunately, the test suite is currently
> broken with regard to SSL.
>
> I haven't had time to look into this yet, and probably won't until Tuesday
> at the earliest.

Do you have any details?

The SSL tests pass here.  ssl/basicauth is skipped because it doesn't know 
about the new auth modules - that's easy enough to fix - will change that 
now.  -- justin