Re: Broken: apache/httpd#515 (2.4.x - e936ddc)

2020-03-24 Thread Rainer Jung
Excellent. That gave me the right idea where to look at. I found a way to pass additionals args inside Makefile.PL into Apache::TestMM::Argv which get automatically added to $vars in Apache::TestConfig. It seems to work well. Committed in r1875598. Thanks and regards, Rainer Am 24.03.2020

Re: Broken: apache/httpd#515 (2.4.x - e936ddc)

2020-03-24 Thread Joe Ortqon
On Tue, Mar 24, 2020 at 05:55:20PM +0100, Rainer Jung wrote: > I've got the following problem: I want to use a new config var in > Apache::Test as a patern to replace in extra.conf.in. I added the bvar to > Apache::Test::Config, but it seems Travis uses only a released version of > Apache::Test.

Re: Broken: apache/httpd#515 (2.4.x - e936ddc)

2020-03-24 Thread Rainer Jung
I've got the following problem: I want to use a new config var in Apache::Test as a patern to replace in extra.conf.in. I added the bvar to Apache::Test::Config, but it seems Travis uses only a released version of Apache::Test. Is there a way of influencing Apache::Test early from our own

Still Failing: apache/httpd#517 (2.4.x - f19e04f)

2020-03-24 Thread Travis CI
Build Update for apache/httpd - Build: #517 Status: Still Failing Duration: 7 mins and 16 secs Commit: f19e04f (2.4.x) Author: Jean-Frederic Clere Message: Add a backport proposal. git-svn-id:

Re: svn commit: r1875569 - in /httpd/test/framework/trunk/t: apache/limits.t conf/extra.conf.in

2020-03-24 Thread Rainer Jung
Hi Yann, Am 24.03.2020 um 14:04 schrieb Yann Ylavic: On Tue, Mar 24, 2020 at 11:13 AM wrote: Author: rjung Date: Tue Mar 24 10:13:36 2020 New Revision: 1875569 [] +my $limitrequestlinex2 = Apache::Test::config()->{vars}->{limitrequestlinex2}; s/linex2};/line} * 2;/ ? The x2 variant is

Broken: apache/httpd#515 (2.4.x - e936ddc)

2020-03-24 Thread Travis CI
Build Update for apache/httpd - Build: #515 Status: Broken Duration: 9 mins and 52 secs Commit: e936ddc (2.4.x) Author: Jim Jagielski Message: 2.4.42 was DOA git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1875576

Re: svn commit: r1875569 - in /httpd/test/framework/trunk/t: apache/limits.t conf/extra.conf.in

2020-03-24 Thread Yann Ylavic
On Tue, Mar 24, 2020 at 11:13 AM wrote: > > Author: rjung > Date: Tue Mar 24 10:13:36 2020 > New Revision: 1875569 [] > > +my $limitrequestlinex2 = > Apache::Test::config()->{vars}->{limitrequestlinex2}; s/linex2};/line} * 2;/ ?

Re: svn commit: r1874775 - /httpd/httpd/trunk/test/README.travis

2020-03-24 Thread Joe Orton
On Tue, Mar 24, 2020 at 12:35:45AM +0200, Graham Leggett wrote: > The most likely reason is because: > > a) http://httpd.apache.org/docs/trunk/mod/core.html#asyncfilter defaults to > request, meaning request filters are expected to support async filters; and > > b) the worker MPM doesn't call