Mailing List Archive

[RELEASE CANDIDATE] Apache-Test-1.39 RC1
Please download, test, and report back on this Apache-Test 1.39
release candidate.

http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz

MD5 = ee927033dd36bb6befb34443b7353f4f
SHA1 = ab048a92d70b55a44668db240e9c9e3a969ef4a2

=item 1.39-rc1

Test scripts can now test if perl has a fork() implementation
available by using the Apache::Test::need_fork() function. [Steve Hay]

CPAN RT#87620: Add -D APACHE2_4 to identify httpd-2.4. [Michael Schout]

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1 [ In reply to ]
On 8 April 2015 at 14:24, Steve Hay <steve.m.hay@googlemail.com> wrote:
> Please download, test, and report back on this Apache-Test 1.39
> release candidate.
>
> http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz
>

Success on Windows with VC++ 2010 using perl-5.20.2 with/without LWP
and httpd-2.2.29/2.4.10 (4 combinations in all).

I should have noted in my original email that there are known problems
with the latest development releases of the perl Test-Simple distro
(which contains Test::More), and hence also with the development perls
5.21.6 thru 5.21.9. Ignore these for now; it's already ticketed at
https://rt.cpan.org/Ticket/Display.html?id=103360 and will hopefully
be addressed (either in Apache-Test, or possibly in Test-Simple?)
soonish.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1 [ In reply to ]
On 8 April 2015 at 18:04, Steve Hay <steve.m.hay@googlemail.com> wrote:
> On 8 April 2015 at 14:24, Steve Hay <steve.m.hay@googlemail.com> wrote:
>> Please download, test, and report back on this Apache-Test 1.39
>> release candidate.
>>
>> http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz
>>
>
> Success on Windows with VC++ 2010 using perl-5.20.2 with/without LWP
> and httpd-2.2.29/2.4.10 (4 combinations in all).
>

Please can anyone spend a short while giving this a spin?

I've so far only had two reports -- and one of those was mine!

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1 [ In reply to ]
+1

server localhost:8529 started
[ info] adding source lib /tmp/Apache-Test-1.39-rc1/lib to @INC
t/alltest/all............skipped
all skipped: testing all.t
t/alltest2/all...........skipped
all skipped: testing more than one all.t
t/bad_coding.............ok

t/cookies................ok

t/import.................ok

t/log_watch..............ok

t/more/all...............skipped
all skipped: cannot find module 'mod_perl.c'
t/next_available_port....ok

t/ping...................ok

t/redirect...............ok

t/request................ok

t/sok....................ok

All tests successful, 3 tests skipped.
Files=12, Tests=88, 15 wallclock secs (13.79 cusr + 1.08 csys = 14.87 CPU)
[warning] server localhost:8529 shutdown




On 15-04-08 09:24 AM, Steve Hay wrote:
> Please download, test, and report back on this Apache-Test 1.39
> release candidate.
>
> http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz
>
> MD5 = ee927033dd36bb6befb34443b7353f4f
> SHA1 = ab048a92d70b55a44668db240e9c9e3a969ef4a2
>
> =item 1.39-rc1
>
> Test scripts can now test if perl has a fork() implementation
> available by using the Apache::Test::need_fork() function. [Steve Hay]
>
> CPAN RT#87620: Add -D APACHE2_4 to identify httpd-2.4. [Michael Schout]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1 [ In reply to ]
On 04/16/2015 10:36 PM, Adam Prime wrote:
> +1
>
> server localhost:8529 started
> [ info] adding source lib /tmp/Apache-Test-1.39-rc1/lib to @INC
> t/alltest/all............skipped
> all skipped: testing all.t
> t/alltest2/all...........skipped
> all skipped: testing more than one all.t
> t/bad_coding.............ok
> t/cookies................ok
> t/import.................ok
> t/log_watch..............ok
> t/more/all...............skipped
> all skipped: cannot find module 'mod_perl.c'
> t/next_available_port....ok
> t/ping...................ok
> t/redirect...............ok
> t/request................ok
> t/sok....................ok
> All tests successful, 3 tests skipped.
> Files=12, Tests=88, 15 wallclock secs (13.79 cusr + 1.08 csys = 14.87 CPU)
> [warning] server localhost:8529 shutdown
>

I see the same on Fedora 21, perl-5.18.4-306.fc21.x86_64,
httpd-2.4.12-1.fc23.x86_64 (testing version, not in Fedora 21 normally).

Jan Kaluza

>
>
> On 15-04-08 09:24 AM, Steve Hay wrote:
>> Please download, test, and report back on this Apache-Test 1.39
>> release candidate.
>>
>> http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz
>>
>> MD5 = ee927033dd36bb6befb34443b7353f4f
>> SHA1 = ab048a92d70b55a44668db240e9c9e3a969ef4a2
>>
>> =item 1.39-rc1
>>
>> Test scripts can now test if perl has a fork() implementation
>> available by using the Apache::Test::need_fork() function. [Steve Hay]
>>
>> CPAN RT#87620: Add -D APACHE2_4 to identify httpd-2.4. [Michael Schout]
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>> For additional commands, e-mail: dev-help@perl.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org
Re: [RELEASE CANDIDATE] Apache-Test-1.39 RC1 [ In reply to ]
+1 on OSX 10.10.2, perl 5.20.1, httpd-2.4.12

t/alltest/all.t ................. skipped: testing all.t
t/alltest2/all.t ................ skipped: testing more than one all.t
t/bad_coding.t .................. ok
t/cookies.t ..................... skipped: cannot find one of cgi.c or cgid.c
t/import.t ...................... ok
t/log_watch.t ................... ok
t/log_watch_for_broken_lines.t .. ok
t/more/all.t .................... skipped: cannot find module 'mod_perl.c'
t/next_available_port.t ......... skipped: cannot find one of cgi.c or cgid.c
t/ping.t ........................ ok
t/redirect.t .................... ok
t/request.t ..................... ok
t/sok.t ......................... ok
All tests successful.
Files=13, Tests=90, 5 wallclock secs ( 0.05 usr 0.03 sys + 2.31
cusr 0.87 csys = 3.26 CPU)
Result: PASS
server localhost:8529 shutdown

On Thu, Apr 16, 2015 at 10:36 PM, Jan Kaluža <jkaluza@redhat.com> wrote:
> On 04/16/2015 10:36 PM, Adam Prime wrote:
>>
>> +1
>>
>> server localhost:8529 started
>> [ info] adding source lib /tmp/Apache-Test-1.39-rc1/lib to @INC
>> t/alltest/all............skipped
>> all skipped: testing all.t
>> t/alltest2/all...........skipped
>> all skipped: testing more than one all.t
>> t/bad_coding.............ok
>> t/cookies................ok
>> t/import.................ok
>> t/log_watch..............ok
>> t/more/all...............skipped
>> all skipped: cannot find module 'mod_perl.c'
>> t/next_available_port....ok
>> t/ping...................ok
>> t/redirect...............ok
>> t/request................ok
>> t/sok....................ok
>> All tests successful, 3 tests skipped.
>> Files=12, Tests=88, 15 wallclock secs (13.79 cusr + 1.08 csys = 14.87
>> CPU)
>> [warning] server localhost:8529 shutdown
>>
>
> I see the same on Fedora 21, perl-5.18.4-306.fc21.x86_64,
> httpd-2.4.12-1.fc23.x86_64 (testing version, not in Fedora 21 normally).
>
> Jan Kaluza
>
>
>>
>>
>> On 15-04-08 09:24 AM, Steve Hay wrote:
>>>
>>> Please download, test, and report back on this Apache-Test 1.39
>>> release candidate.
>>>
>>> http://people.apache.org/~stevehay/Apache-Test-1.39-rc1.tar.gz
>>>
>>> MD5 = ee927033dd36bb6befb34443b7353f4f
>>> SHA1 = ab048a92d70b55a44668db240e9c9e3a969ef4a2
>>>
>>> =item 1.39-rc1
>>>
>>> Test scripts can now test if perl has a fork() implementation
>>> available by using the Apache::Test::need_fork() function. [Steve Hay]
>>>
>>> CPAN RT#87620: Add -D APACHE2_4 to identify httpd-2.4. [Michael Schout]
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>>> For additional commands, e-mail: dev-help@perl.apache.org
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
>> For additional commands, e-mail: dev-help@perl.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
> For additional commands, e-mail: dev-help@perl.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@perl.apache.org
For additional commands, e-mail: dev-help@perl.apache.org