plack / Plack

PSGI toolkit and server adapters
http://plackperl.org/
Other
486 stars 214 forks source link

tests fail on darwin 5.23.6 #543

Closed karenetheridge closed 8 years ago

karenetheridge commented 8 years ago

as in the cpantesters report that has been submitted under my name:

Configuring Plack-1.0039
...
#   Failed test at t/Plack-Middleware/log4perl.t line 38.
#                   ''
#     doesn't match '(?^:INFO - This is info)'
# Looks like you failed 1 test of 2.
t/Plack-Middleware/log4perl.t ........................ 
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests 
miyagawa commented 8 years ago

It would be useful if you link to the report directly.

Is Log::Log4perl up to date? If not, does updating it solve the issue?

karenetheridge commented 8 years ago

It would be useful if you link to the report directly.

I can't; it was just generated :)

Everything is up to date; this is a brand new 5.23.6 install (which was just released today).

miyagawa commented 8 years ago

Are you saying it is specific to 5.23.6?

eserte commented 8 years ago

This can be reproduced with parallel testing (i.e. using HARNESS_OPTIONS=j4 or so). log4perl.t and log4perl-category.t probably share the same hardcoded temporary file. See also http://www.cpantesters.org/cpan/report/5914459a-a4c7-11e5-b0d8-f74caa3802c5 for another test report.

miyagawa commented 8 years ago

Thanks for the report! Now waiting for a patch to come in :)