Skip Menu |

This queue is for tickets about the CPAN-Testers-WWW-Reports-Query-Report CPAN distribution.

Report information
The Basics
Id: 125259
Status: resolved
Priority: 0/
Queue: CPAN-Testers-WWW-Reports-Query-Report

People
Owner: preaction [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



Subject: t/10query.t started to fail
Since some days the test suite started to fail: ... # Failed test '.. got expected error' # at t/10query.t line 209. # 'No response from server: Error GETing http://www.cpantesters.org/cpan/report/1?json=1: Internal Server Error at lib/CPAN/Testers/WWW/Reports/Query/Report.pm line 100. # ' # doesn't match '(?^:no report found)' # Looks like you planned 58 tests but ran 53. # Looks like you failed 1 test of 53 run. t/10query.t ....... Dubious, test returned 1 (wstat 256, 0x100) Failed 6/58 subtests ...
RT-Send-CC: preaction [...] cpan.org
I think this deserves a one-time CC to Doug.
On Wed May 02 17:32:20 2018, ANDK wrote: Show quoted text
> I think this deserves a one-time CC to Doug.
Yep. This looks like a case the new code does not handle correctly. There've been a couple so far, but those got fixed by me grepping the log for 500 errors. I'll take a look.
On Wed May 02 17:34:45 2018, preaction wrote: Show quoted text
> On Wed May 02 17:32:20 2018, ANDK wrote:
> > I think this deserves a one-time CC to Doug.
> > Yep. This looks like a case the new code does not handle correctly. > There've been a couple so far, but those got fixed by me grepping the > log for 500 errors. I'll take a look.
Alright, thanks for pointing this out: I've fixed all the tests and made the new /cpan/report much more backwards-compatible!