Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1

2019-09-24 Thread Steve Hay
Actually, the compat/request.t failure was a trivial fix - done in
rev. 1867432. I will make an RC2 with this fix. Thanks for prompting
me to look! :-)

On Tue, 24 Sep 2019 at 08:19, Steve Hay  wrote:
>
> I see the compat/request.t failure too, but I also got that in my 2.0.10 
> setup.
>
> (I also get modperl/env.t, modperl/setupenv.t and preconnection.note.t
> failures, which also occurred in 2.0.10, plus some lingering
> filter/in_bbs_inject_header.t failures that occurred in 2.0.10 which I
> thought would be fixed now but aren't. I also have one other report of
> the latter. For me it only fails when LWP is present.)
>
> On Tue, 24 Sep 2019 at 04:04, Adam Prime  wrote:
> >
> > I'm seeing more test failures for 2.0.11 RC1 than for 2.0.10 with the
> > same setup.
> >
> > Test Summary Report
> > ---
> > t/api/request_rec.t   (Wstat: 0 Tests: 43 Failed: 0)
> >Parse errors: Bad plan.  You planned 55 tests but ran 43.
> > t/compat/request.t(Wstat: 0 Tests: 12 Failed: 0)
> >Parse errors: Bad plan.  You planned 22 tests but ran 12.
> > t/filter/in_bbs_inject_header.t   (Wstat: 0 Tests: 36 Failed: 3)
> >Failed tests:  22, 26, 30
> > Files=245, Tests=3392, 102 wallclock secs ( 0.76 usr  0.34 sys + 72.85
> > cusr 11.27 csys = 85.22 CPU)
> > Result: FAIL
> > Failed 3/245 test programs. 3/3392 subtests failed.
> >
> >
> > The compat/request.t failures don't occur on the previous version. Is
> > this expected?  I'm using perl 5.28.0, and  httpd 2.4.41 prefork.
> >
> > Adam
> >
> > On 9/2/19 8:34 AM, Steve Hay wrote:
> > > Please download, test, and report back on this mod_perl 2.0.11 release
> > > candidate.
> > >
> > > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
> > >
> > > MD5  = 417823274b32e5ca8759cf3760ad1591
> > > SHA1 = e47c72337e6766c403d0a76b59d3808625e5162b
> > >
> > > Major changes in this release are as follows:
> > >
> > > Fix use-after-free segfault in ap_server_config_defines seen on
> > > start-up on OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]
> > >
> > > Fix build with Perls earlier than 5.13.6. [Rainer Jung
> > > ]
> > >
> > > Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+.
> > > [Stefan Fritsch ]
> > >
> > > Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
> > > ]
> > >


Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1

2019-09-24 Thread Steve Hay
I see the compat/request.t failure too, but I also got that in my 2.0.10 setup.

(I also get modperl/env.t, modperl/setupenv.t and preconnection.note.t
failures, which also occurred in 2.0.10, plus some lingering
filter/in_bbs_inject_header.t failures that occurred in 2.0.10 which I
thought would be fixed now but aren't. I also have one other report of
the latter. For me it only fails when LWP is present.)

On Tue, 24 Sep 2019 at 04:04, Adam Prime  wrote:
>
> I'm seeing more test failures for 2.0.11 RC1 than for 2.0.10 with the
> same setup.
>
> Test Summary Report
> ---
> t/api/request_rec.t   (Wstat: 0 Tests: 43 Failed: 0)
>Parse errors: Bad plan.  You planned 55 tests but ran 43.
> t/compat/request.t(Wstat: 0 Tests: 12 Failed: 0)
>Parse errors: Bad plan.  You planned 22 tests but ran 12.
> t/filter/in_bbs_inject_header.t   (Wstat: 0 Tests: 36 Failed: 3)
>Failed tests:  22, 26, 30
> Files=245, Tests=3392, 102 wallclock secs ( 0.76 usr  0.34 sys + 72.85
> cusr 11.27 csys = 85.22 CPU)
> Result: FAIL
> Failed 3/245 test programs. 3/3392 subtests failed.
>
>
> The compat/request.t failures don't occur on the previous version. Is
> this expected?  I'm using perl 5.28.0, and  httpd 2.4.41 prefork.
>
> Adam
>
> On 9/2/19 8:34 AM, Steve Hay wrote:
> > Please download, test, and report back on this mod_perl 2.0.11 release
> > candidate.
> >
> > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
> >
> > MD5  = 417823274b32e5ca8759cf3760ad1591
> > SHA1 = e47c72337e6766c403d0a76b59d3808625e5162b
> >
> > Major changes in this release are as follows:
> >
> > Fix use-after-free segfault in ap_server_config_defines seen on
> > start-up on OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]
> >
> > Fix build with Perls earlier than 5.13.6. [Rainer Jung
> > ]
> >
> > Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+.
> > [Stefan Fritsch ]
> >
> > Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
> > ]
> >


Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1

2019-09-23 Thread Adam Prime
I'm seeing more test failures for 2.0.11 RC1 than for 2.0.10 with the 
same setup.


Test Summary Report
---
t/api/request_rec.t   (Wstat: 0 Tests: 43 Failed: 0)
  Parse errors: Bad plan.  You planned 55 tests but ran 43.
t/compat/request.t(Wstat: 0 Tests: 12 Failed: 0)
  Parse errors: Bad plan.  You planned 22 tests but ran 12.
t/filter/in_bbs_inject_header.t   (Wstat: 0 Tests: 36 Failed: 3)
  Failed tests:  22, 26, 30
Files=245, Tests=3392, 102 wallclock secs ( 0.76 usr  0.34 sys + 72.85 
cusr 11.27 csys = 85.22 CPU)

Result: FAIL
Failed 3/245 test programs. 3/3392 subtests failed.


The compat/request.t failures don't occur on the previous version. Is 
this expected?  I'm using perl 5.28.0, and  httpd 2.4.41 prefork.


Adam

On 9/2/19 8:34 AM, Steve Hay wrote:

Please download, test, and report back on this mod_perl 2.0.11 release
candidate.

https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz

MD5  = 417823274b32e5ca8759cf3760ad1591
SHA1 = e47c72337e6766c403d0a76b59d3808625e5162b

Major changes in this release are as follows:

Fix use-after-free segfault in ap_server_config_defines seen on
start-up on OpenBSD. [Found/fixed by Sam Vaughan/Joe Orton]

Fix build with Perls earlier than 5.13.6. [Rainer Jung
]

Fix filter/in_bbs_inject_header.t test failure with Apache 2.4.25+.
[Stefan Fritsch ]

Fix apache/read.t test failure with Apache 2.4.25+. [Niko Tyni
]



Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1

2019-09-17 Thread Adam Prime
I keep forgetting, but I’ll do this tonight. 

> On Sep 17, 2019, at 8:45 AM, Steve Hay  
> wrote:
> 
>> On Mon, 2 Sep 2019 at 13:37, Steve Hay  wrote:
>> 
>>> On Mon, 2 Sep 2019 at 13:34, Steve Hay  wrote:
>>> 
>>> Please download, test, and report back on this mod_perl 2.0.11 release
>>> candidate.
>>> 
>>> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
>>> 
>> 
>> So far +1 from me in the following builds:
>> 
>> Apache 2.4.33 / Perl 5.28.0 / VC2017 v15.9 (x64) with/without LWP
>> Apache 2.4.41 / Perl 5.31.3 / VC2019 v16.1 (x64) with/without LWP
> 
> It's sad that there have not been any replies to this in more than a
> fortnight... :-/
> 
> -
> To unsubscribe, e-mail: dev-unsubscr...@perl.apache.org
> For additional commands, e-mail: dev-h...@perl.apache.org
> 



Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1

2019-09-17 Thread Steve Hay
On Mon, 2 Sep 2019 at 13:37, Steve Hay  wrote:
>
> On Mon, 2 Sep 2019 at 13:34, Steve Hay  wrote:
> >
> > Please download, test, and report back on this mod_perl 2.0.11 release
> > candidate.
> >
> > https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
> >
>
> So far +1 from me in the following builds:
>
> Apache 2.4.33 / Perl 5.28.0 / VC2017 v15.9 (x64) with/without LWP
> Apache 2.4.41 / Perl 5.31.3 / VC2019 v16.1 (x64) with/without LWP

It's sad that there have not been any replies to this in more than a
fortnight... :-/


Re: [RELEASE CANDIDATE] mod_perl-2.0.11 RC1

2019-09-02 Thread Steve Hay
On Mon, 2 Sep 2019 at 13:34, Steve Hay  wrote:
>
> Please download, test, and report back on this mod_perl 2.0.11 release
> candidate.
>
> https://dist.apache.org/repos/dist/dev/perl/mod_perl-2.0.11-rc1.tar.gz
>

So far +1 from me in the following builds:

Apache 2.4.33 / Perl 5.28.0 / VC2017 v15.9 (x64) with/without LWP
Apache 2.4.41 / Perl 5.31.3 / VC2019 v16.1 (x64) with/without LWP