Skip Menu |

This queue is for tickets about the Finance-QuoteHist CPAN distribution.

Report information
The Basics
Id: 61329
Status: resolved
Priority: 0/
Queue: Finance-QuoteHist

People
Owner: MSISK [...] cpan.org
Requestors: l.alebarde [...] free.fr
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.14
Fixed in: 1.16



Subject: make test fails
Build with make is ok, but make test fails : # perl Makefile.PL Writing Makefile for Finance-QuoteHist # make *******ok****** # make test PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00_basic.t ...... ok t/05_csv.t ........ ok t/10_quotes.t ..... 19/28 # Failed test 'direct quotes (plain:daily) (content)' # at t/10_quotes.t line 41. # Structures begin differing at: # $got->[0] = 'IBM:2008/11/11:83.2500:84.2900:80.2500:82.7400:10013600:79.9500' # $expected->[0] = 'IBM:2008/11/11:83.2500:84.2900:80.2500:82.7400:10013600:80.3500' # Looks like you failed 1 test of 28. t/10_quotes.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/28 subtests (less 26 skipped subtests: 1 okay) t/20_dividends.t .. ok t/30_splits.t ..... ok Test Summary Report ------------------- t/10_quotes.t (Wstat: 256 Tests: 28 Failed: 1) Failed test: 20 Non-zero exit status: 1 Files=5, Tests=210, 3 wallclock secs ( 0.03 usr 0.01 sys + 0.59 cusr 0.06 csys = 0.69 CPU) Result: FAIL Failed 1/5 test programs. 1/210 subtests failed. make: *** [test_dynamic] Erreur 255 For information : # uname -a Linux JANUS 2.6.30-tuxonice-r6 #8 SMP PREEMPT Sun May 2 19:34:43 CEST 2010 x86_64 Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz GenuineIntel GNU/Linux # perl -v This is perl, v5.8.8 built for x86_64-linux
fixed in 1.15 (I removed the volume column for comparisons in the tests; for some reason these values occasionally change depending on how yahoo is calculating them)
Subject: Re: [rt.cpan.org #61329] make test fails
Date: Tue, 21 Sep 2010 19:31:35 +0200
To: bug-Finance-QuoteHist [...] rt.cpan.org
From: Laurent Alebarde <l.alebarde [...] free.fr>
Le 21/09/2010 17:31, MSISK via RT a écrit : Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=61329 > > > fixed in 1.15 (I removed the volume column for comparisons in the tests; > for some reason these values occasionally change depending on how yahoo > is calculating them)
Thanks, it works.
Resolved (for real, hopefully) in 1.16. It was adjusted close, not volumes, causing the test failure.