On Thu, Feb 20, 2020 at 09:04:21AM +0000, Joe Orton wrote:
> On Wed, Feb 19, 2020 at 08:20:20AM -0500, Eric Covener wrote:
> > On Wed, Feb 19, 2020 at 8:17 AM Joe Orton <jor...@redhat.com> wrote:
> > > OK so I will ask for httpd/test/framework to be mirrored to github, but
> > > first the really hard question - what to name it?  Assuming we can pick
> > > an arbitrary name, "httpd-tests" makes sense to me.
> > 
> > works for me
> 
> Thanks folks.  -> https://issues.apache.org/jira/browse/INFRA-19872

OK Infra set this up at https://github.com/apache/httpd-tests

I srarted using this in a PR 
https://travis-ci.org/apache/httpd/builds/655723094

and weirdly the tests failing everywhere in the same places:

Test Summary Report
-------------------
t/modules/allowmethods.t          (Wstat: 0 Tests: 10 Failed: 1)
  Failed test:  10
t/modules/proxy_fcgi.t            (Wstat: 0 Tests: 26 Failed: 1)
  Failed test:  26
  Parse errors: Bad plan.  You planned 42 tests but ran 26.

this seems extremely mysterious.  The arm build is still using verbose 
logging and the failures are:

# testing : Get - When Post/reset is allowed.
# expected: 200
# received: '405'
not ok 10
Failed 1/10 subtests 

and I guess all the php-fpm failures are because it is failing to run 
php-fpm properly, but, what has changed to make that happen?

[27-Feb-2020 10:16:12] ERROR: failed to open error_log 
(/home/travis/build/apache/httpd/test/perl-framework/t/php-fpm/log/php-fpm.log):
 No such file or directory (2)
[27-Feb-2020 10:16:12] ERROR: failed to post process the configuration
[27-Feb-2020 10:16:12] ERROR: FPM initialization failed
# Failed test 26 in t/modules/proxy_fcgi.t at line 245


Reply via email to