Skip Menu |

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

Report information
The Basics
Id: 128646
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.11
  • 0.14
Fixed in: (no value)



Subject: Plan vs. done_testing (0.11):
On a CentOS 6 machine I see the following test error: ... # Curl version 7.19.7 # Failed test 'planned to run 102 but done_testing() expects 100' # at t/curl-identity.t line 293. # Looks like you planned 102 tests but ran 101. # Looks like you failed 1 test of 101 run. t/curl-identity.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 2/102 subtests (4 TODO tests unexpectedly succeeded) # Curl version 7.19.7 ... Similar on a CentOS 7 system (here curl version 7.29.0 is installed)
On 2019-02-26 16:28:02, SREZIC wrote: Show quoted text
> On a CentOS 6 machine I see the following test error: > > ... > # Curl version 7.19.7 > > # Failed test 'planned to run 102 but done_testing() expects 100' > # at t/curl-identity.t line 293. > # Looks like you planned 102 tests but ran 101. > # Looks like you failed 1 test of 101 run. > t/curl-identity.t ..... > Dubious, test returned 1 (wstat 256, 0x100) > Failed 2/102 subtests > (4 TODO tests unexpectedly succeeded) > # Curl version 7.19.7 > ... > > Similar on a CentOS 7 system (here curl version 7.29.0 is installed)
On CentOS 7 with 0.14: ... # 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 2020-04-10 02:36:49, SREZIC wrote: Show quoted text
> On 2019-02-26 16:28:02, SREZIC wrote:
> > On a CentOS 6 machine I see the following test error: > > > > ... > > # Curl version 7.19.7 > > > > # Failed test 'planned to run 102 but done_testing() expects 100' > > # at t/curl-identity.t line 293. > > # Looks like you planned 102 tests but ran 101. > > # Looks like you failed 1 test of 101 run. > > t/curl-identity.t ..... > > Dubious, test returned 1 (wstat 256, 0x100) > > Failed 2/102 subtests > > (4 TODO tests unexpectedly succeeded) > > # Curl version 7.19.7 > > ... > > > > Similar on a CentOS 7 system (here curl version 7.29.0 is installed)
> > On CentOS 7 with 0.14: > > ... > # 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 error on CentOS 7 is already handled in another RT ticket. This error on CentOS 6 does not seem to happen anymore.