Skip Menu |

This queue is for tickets about the Weather-NHC-TropicalCyclone CPAN distribution.

Report information
The Basics
Id: 133275
Status: resolved
Priority: 0/
Queue: Weather-NHC-TropicalCyclone

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

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



Subject: HTTP status: 599 (not capable to fetch https site?) (0.06)
On some of my smokers the test suite fails like this: ... Fetching of https://www.nhc.noaa.gov/index-at.xml failed. HTTP status: 599 # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 2 just after 9. t/unit/lib-Weather-NHC-TropicalCyclone/01-basic.t ........ Dubious, test returned 2 (wstat 512, 0x200) All 9 subtests passed ... I think this happens because this is a https site, but IO::Socket::SSL is not installed --- so that module has to be declared as a prereq.
On 2020-09-05 05:04:30, SREZIC wrote: Show quoted text
> On some of my smokers the test suite fails like this: > > ... > Fetching of https://www.nhc.noaa.gov/index-at.xml failed. HTTP status: > 599 > # Tests were run but no plan was declared and done_testing() was not > seen. > # Looks like your test exited with 2 just after 9. > t/unit/lib-Weather-NHC-TropicalCyclone/01-basic.t ........ > Dubious, test returned 2 (wstat 512, 0x200) > All 9 subtests passed > ... > > I think this happens because this is a https site, but IO::Socket::SSL > is not installed --- so that module has to be declared as a prereq.
Seems to be fixed now.