Skip Menu |

This queue is for tickets about the HTTP-Request-FromCurl CPAN distribution.

Report information
The Basics
Id: 130755
Status: resolved
Priority: 0/
Queue: HTTP-Request-FromCurl

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

Bug Information
Severity: (no value)
Broken in:
  • 0.13
  • 0.14
  • 0.15
Fixed in: 0.17



Subject: Plan mismatch on centos7
t/curl-identity-quirky.t fails on centos7 systems: ... # Failed test 'planned to run 30 but done_testing() expects 31' # at t/TestCurlIdentity.pm line 364. # Looks like you planned 30 tests but ran 32. # Looks like you failed 1 test of 32 run. t/curl-identity-quirky.t ... Dubious, test returned 1 (wstat 256, 0x100) All 30 subtests passed (4 TODO tests unexpectedly succeeded) ...
On 2019-10-20 05:16:32, SREZIC wrote: Show quoted text
> t/curl-identity-quirky.t fails on centos7 systems: > > ... > # Failed test 'planned to run 30 but done_testing() expects 31' > # at t/TestCurlIdentity.pm line 364. > # Looks like you planned 30 tests but ran 32. > # Looks like you failed 1 test of 32 run. > t/curl-identity-quirky.t ... > Dubious, test returned 1 (wstat 256, 0x100) > All 30 subtests passed > (4 TODO tests unexpectedly succeeded) > ...
The same problem also on debian/wheezy.
Am So 20. Okt 2019, 05:16:32, SREZIC schrieb: Show quoted text
> t/curl-identity-quirky.t fails on centos7 systems:
Thank you for the report. I suspect that some command liune parameter is unknown to the curl version on centos7, so can you please post the full test output of `perl -Ilib -w t/curl-identity-quirky.t`? Thank you very much in advance, -max
This was fixed in v0.17 (but then shadowed by subsequent test failures showing up later)