Skip Menu |

This queue is for tickets about the Test-Smoke CPAN distribution.

Report information
The Basics
Id: 90251
Status: resolved
Priority: 0/
Queue: Test-Smoke

People
Owner: Nobody in particular
Requestors: jv [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.6
Fixed in: (no value)



Subject: Test reports are rejected due to 'wide character'
Test reports from e.g. Pidora (Fedroa 18 Remix on Raspberry PI) are rejected with {"db_error":"Wide character in subroutine entry at /home/abeltje/perl5/lib/perl5/JSON.pm line 171.\n","error":"Unexpected error."}
The most likely cause is running gcc under a multibyte locale. In this case gcc will use U+2018 (LEFT SINGLE QUOTATION MARK) and U_2019 (RIGHT SINGLE QUOTATION MARK) in its messages, confusing the reporter.
The problem was in Test::Smoke::Gateway (the webservice that receives the reports). It should be fixed in the next version. good luck, -- Abe.