Re: [RELEASE CANDIDATE]: mod_perl-2.0.9 RC2
Steve Hay <[email protected]> Tue, 2 Jun 2015 08:38:58 +0100
| Newsgroups | gmane.comp.apache.mod-perl.devel |
|---|---|
| Message-ID | <CADED=K6MfhJH16yHxCLiHwzrx5uu0P8qZu+iMtk+1HcOCCSe2A__36270.1936312535$1433230774$gmane$org@mail.gmail.com> |
On 31 May 2015 at 02:12, Kevin A. McGrail <[email protected]> wrote: > ok 23 > # testing : $s->log_serror(LOG_MARK, LOG_DEBUG, APR::Const::EGENERAL...) > # expected: qr/(?^:Internal error: log_serror test 2)/ > # received: ' > # *** The following warn entry is expected and harmless *** > # [Sat May 30 21:04:59.085379 2015] [perl:debug] [pid 9642:tid 3076] > aplog.pm(90): (20014)Internal error (specific information not available): > log_serror test 2 > # ' > not ok 24 > # testing : $r->log_rerror(LOG_MARK, LOG_CRIT, APR::Const::ENOTIME...) > # expected: qr/(?^:\[\w*:crit\] \[pid[^]]+\] .*?: \[[^]]+\] log_rerror > test)/ > # received: '# Failed test 24 in > /usr/src/mod_perl-2.0.9-rc2/t/response/TestAPI/aplog.pm at line 92 > # > # *** The following error entry is expected and harmless *** > # [Sat May 30 21:04:59.086325 2015] [perl:crit] [pid 9642:tid 3076] > (20007)No time was provided and one was required.: [client 127.0.0.1:56778] > log_rerror test > # ' Weird. I don't see this on my system, although I see that many other people are reporting the same problem. I really don't know why the test fails given that what it says it received DOES match what it says it's expecting!?