Re: [RELEASE CANDIDATE] Apache-Test-1.34 RC1

2010-12-15 Thread Jim Jagielski
+1

On Dec 14, 2010, at 12:11 AM, Fred Moyer wrote:

> A release candidate for Apache-Test is now available at the following url:
> 
> http://people.apache.org/~phred/Apache-Test-1.34-rc1.tar.gz
> 
> Please download, test, and report back on this RC.  Summary of changes
> is below.  A couple of very old (8+ years) compatibility features have
> been removed, some bugs are fixed, and some maintenance features have
> been added.  Your setup will not be negatively affected unless you are
> running versions of mod_perl1 that are three versions out of date on a
> case insensitive filesystem.
> 
> -
> 
> Fix build edge case where rpm based mp sources missing Apache2::Build cause
> require failure in Apache-TestConfig.  Reported by Ryan Gies.
> [Fred Moyer]
> 
> When an explicit shared mod_perl lib is not defined, default to the first
> shared module found by find_apache_module().
> [Fred Moyer]
> 
> Fix logic error in TOP_LEVEL constant calculation.  Remove Apache::test
> compatibility from mod_perl 1.27.
> [Fred Moyer]
> 
> Remove the custom config feature, and instead use inline directives,
> ENV vars, and look for apxs et al in PATH.
> [Fred Moyer]
> 
> Prevent reconfiguration when t/TEST is called with -run-tests only.
> (rev 1004278) [Torsten Foertsch]
> 
> Make "t/TEST -ping=block" work when LWP is installed. (rev 1004275)
> [Torsten Foertsch]
> 
> Don't attempt to run the test suite as root.  The workarounds needed
> to facilitate root testing cause large maintenance costs, and return
> no tangible benefits.
> [Fred Moyer]
> 



Re: [RELEASE CANDIDATE] Apache-Test-1.34 RC1

2010-12-15 Thread Mario Brandt
I had a few issues on Win7

Subroutine MY::test redefined at
C:\build\Apache-Test-1.34-rc1\Makefile.PL line 168.
t\log_watch.t  Use of uninitialized value $fn in unlink at
t\log_watch.t line 16.
t\log_watch.t  Dubious, test returned 22 (wstat 5632, 0x1600)

Test hang itself while running t\redirect.t .

Mario

On Wed, Dec 15, 2010 at 13:14, Jim Jagielski  wrote:
> +1
>
> On Dec 14, 2010, at 12:11 AM, Fred Moyer wrote:
>
>> A release candidate for Apache-Test is now available at the following url:
>>
>> http://people.apache.org/~phred/Apache-Test-1.34-rc1.tar.gz
>>
>> Please download, test, and report back on this RC.  Summary of changes
>> is below.  A couple of very old (8+ years) compatibility features have
>> been removed, some bugs are fixed, and some maintenance features have
>> been added.  Your setup will not be negatively affected unless you are
>> running versions of mod_perl1 that are three versions out of date on a
>> case insensitive filesystem.
>>
>> -
>>
>> Fix build edge case where rpm based mp sources missing Apache2::Build cause
>> require failure in Apache-TestConfig.  Reported by Ryan Gies.
>> [Fred Moyer]
>>
>> When an explicit shared mod_perl lib is not defined, default to the first
>> shared module found by find_apache_module().
>> [Fred Moyer]
>>
>> Fix logic error in TOP_LEVEL constant calculation.  Remove Apache::test
>> compatibility from mod_perl 1.27.
>> [Fred Moyer]
>>
>> Remove the custom config feature, and instead use inline directives,
>> ENV vars, and look for apxs et al in PATH.
>> [Fred Moyer]
>>
>> Prevent reconfiguration when t/TEST is called with -run-tests only.
>> (rev 1004278) [Torsten Foertsch]
>>
>> Make "t/TEST -ping=block" work when LWP is installed. (rev 1004275)
>> [Torsten Foertsch]
>>
>> Don't attempt to run the test suite as root.  The workarounds needed
>> to facilitate root testing cause large maintenance costs, and return
>> no tangible benefits.
>> [Fred Moyer]
>>
>
>


Re: [RELEASE CANDIDATE] Apache-Test-1.34 RC1

2010-12-15 Thread Fred Moyer
On Wed, Dec 15, 2010 at 12:40 PM, Vincent Veyron  wrote:
> Le mercredi 15 décembre 2010 à 07:08 +1100, David Dick a écrit :
>> On 14/12/10 16:11, Fred Moyer wrote:
>>  > A release candidate for Apache-Test is now available at the following
>> url:
>>  >
>>  > http://people.apache.org/~phred/Apache-Test-1.34-rc1.tar.gz
>>  >
>>  > Please download, test, and report back on this RC.
>>
>
> This is what I get on debian testing amd64. I tried to get a stacktrace
> as indicated in the error message, but gdb's warnings scared me off.

No worries - thanks for taking the initiative to download and report
back.  That test is failing and segfaulting on some systems, but it
seems to be a problem with the interpreter running the test.  These
0Xtestmore tests weren't shipped with previous versions of
Apache-Test, but I thought it was better to ship them and have one
esoteric test fail than not to ship them.  Maybe a code elf will come
out of the woodwork and magically fix it...

Thanks for everyone who tested this release!  I think we have enough
+1s and confidence in the results to ship 1.34 here.


> t/more/04testmore.t .. request has failed (the response code was:
> 500)
> see t/logs/error_log for more details
> t/more/04testmore.t .. Dubious, test returned 255 (wstat 65280,
> 0xff00)

> Not sure what to do next, and the instructions here:
> http://perl.apache.org/docs/general/testing/testing.html
> are just too much for me to handle right now.
>
> Let me know if you want me to do something


Re: [RELEASE CANDIDATE] Apache-Test-1.34 RC1

2010-12-17 Thread Fred Moyer
On Wed, Dec 15, 2010 at 5:36 AM, Mario Brandt  wrote:
> I had a few issues on Win7
>
> Subroutine MY::test redefined at
> C:\build\Apache-Test-1.34-rc1\Makefile.PL line 168.
> t\log_watch.t  Use of uninitialized value $fn in unlink at
> t\log_watch.t line 16.
> t\log_watch.t  Dubious, test returned 22 (wstat 5632, 0x1600)

Thanks for taking the time to run the tests.  Looks like Torsten added
that test a while ago - maybe he'll see this and be able to take a
look at it.  My win32 foo is non-existent.



>
> Test hang itself while running t\redirect.t .
>
> Mario
>
> On Wed, Dec 15, 2010 at 13:14, Jim Jagielski  wrote:
>> +1
>>
>> On Dec 14, 2010, at 12:11 AM, Fred Moyer wrote:
>>
>>> A release candidate for Apache-Test is now available at the following url:
>>>
>>> http://people.apache.org/~phred/Apache-Test-1.34-rc1.tar.gz
>>>
>>> Please download, test, and report back on this RC.  Summary of changes
>>> is below.  A couple of very old (8+ years) compatibility features have
>>> been removed, some bugs are fixed, and some maintenance features have
>>> been added.  Your setup will not be negatively affected unless you are
>>> running versions of mod_perl1 that are three versions out of date on a
>>> case insensitive filesystem.
>>>
>>> -
>>>
>>> Fix build edge case where rpm based mp sources missing Apache2::Build cause
>>> require failure in Apache-TestConfig.  Reported by Ryan Gies.
>>> [Fred Moyer]
>>>
>>> When an explicit shared mod_perl lib is not defined, default to the first
>>> shared module found by find_apache_module().
>>> [Fred Moyer]
>>>
>>> Fix logic error in TOP_LEVEL constant calculation.  Remove Apache::test
>>> compatibility from mod_perl 1.27.
>>> [Fred Moyer]
>>>
>>> Remove the custom config feature, and instead use inline directives,
>>> ENV vars, and look for apxs et al in PATH.
>>> [Fred Moyer]
>>>
>>> Prevent reconfiguration when t/TEST is called with -run-tests only.
>>> (rev 1004278) [Torsten Foertsch]
>>>
>>> Make "t/TEST -ping=block" work when LWP is installed. (rev 1004275)
>>> [Torsten Foertsch]
>>>
>>> Don't attempt to run the test suite as root.  The workarounds needed
>>> to facilitate root testing cause large maintenance costs, and return
>>> no tangible benefits.
>>> [Fred Moyer]
>>>
>>
>>
>