Skip Menu |

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

Report information
The Basics
Id: 122510
Status: open
Priority: 0/
Queue: Finance-QuoteHist

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

Bug Information
Severity: (no value)
Broken in:
  • 1.26
  • 1.29
Fixed in: (no value)



Subject: Tests started to fail
t/10_quotes.t started to fail on my smokers: ... # Failed test 'direct quotes (yahoo:daily) (content)' # at t/10_quotes.t line 45. # Structures begin differing at: # $got->[0] = 'IBM:2012/07/02:196.3600:197.2000:194.8500:170.4228' # $expected->[0] = 'IBM:2012/07/02:196.3600:197.2000:194.8500:195.8300' # Failed test 'direct quotes (yahoo:monthly) (content)' # at t/10_quotes.t line 45. # Structures begin differing at: # $got->[0] = 'IBM:2012/07/01:196.3600:197.8400:181.8500:170.5533' # $expected->[0] = 'IBM:2012/07/01:196.3600:197.8400:181.8500:195.9800' # Failed test 'direct quotes (yahoo:weekly) (content)' # at t/10_quotes.t line 45. # Structures begin differing at: # $got->[0] = 'IBM:2012/06/25:192.4800:195.8100:188.9000:170.2052' # $expected->[0] = 'IBM:2012/06/25:192.4800:195.8100:188.9000:195.5800' # Looks like you failed 3 tests of 14. t/10_quotes.t ..... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/14 subtests (less 8 skipped subtests: 3 okay) ...
Test data updated to match Yahoo's current set
On 2017-07-19 12:25:36, MSISK wrote: Show quoted text
> Test data updated to match Yahoo's current set
It seems that Yahoo changed the set back: ... # Failed test 'direct quotes (yahoo:daily) (content)' # at t/10_quotes.t line 45. # Structures begin differing at: # $got->[0] = 'IBM:2012/07/02:196.3600:197.2000:194.8500:195.8300' # $expected->[0] = 'IBM:2012/07/02:196.3600:197.2000:194.8500:170.4228' # Failed test 'direct quotes (yahoo:monthly) (content)' # at t/10_quotes.t line 45. # Structures begin differing at: # $got->[0] = 'IBM:2012/07/01:196.3600:197.8400:181.8500:195.9800' # $expected->[0] = 'IBM:2012/07/01:196.3600:197.8400:181.8500:170.5533' # Failed test 'direct quotes (yahoo:weekly) (content)' # at t/10_quotes.t line 45. # Structures begin differing at: # $got->[0] = 'IBM:2012/06/25:192.4800:195.8100:188.9000:195.5800' # $expected->[0] = 'IBM:2012/06/25:192.4800:195.8100:188.9000:170.2052' # Looks like you failed 3 tests of 14. t/10_quotes.t ..... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/14 subtests (less 8 skipped subtests: 3 okay) ...
On 2017-07-23 15:52:57, SREZIC wrote: Show quoted text
> On 2017-07-19 12:25:36, MSISK wrote:
> > Test data updated to match Yahoo's current set
> > It seems that Yahoo changed the set back: > > ... > # Failed test 'direct quotes (yahoo:daily) (content)' > # at t/10_quotes.t line 45. > # Structures begin differing at: > # $got->[0] = 'IBM:2012/07/02:196.3600:197.2000:194.8500:195.8300' > # $expected->[0] = 'IBM:2012/07/02:196.3600:197.2000:194.8500:170.4228' > > # Failed test 'direct quotes (yahoo:monthly) (content)' > # at t/10_quotes.t line 45. > # Structures begin differing at: > # $got->[0] = 'IBM:2012/07/01:196.3600:197.8400:181.8500:195.9800' > # $expected->[0] = 'IBM:2012/07/01:196.3600:197.8400:181.8500:170.5533' > > # Failed test 'direct quotes (yahoo:weekly) (content)' > # at t/10_quotes.t line 45. > # Structures begin differing at: > # $got->[0] = 'IBM:2012/06/25:192.4800:195.8100:188.9000:195.5800' > # $expected->[0] = 'IBM:2012/06/25:192.4800:195.8100:188.9000:170.2052' > # Looks like you failed 3 tests of 14. > t/10_quotes.t ..... > Dubious, test returned 3 (wstat 768, 0x300) > Failed 3/14 subtests > (less 8 skipped subtests: 3 okay) > ...
The test suite again started to fail: # Failed test 'direct split (yahoo) (content)' # at t/30_splits.t line 39. # Structures begin differing at: # $got->[0] = 'NKE:2012/12/26:2:1' # $expected->[0] = 'NKE:2012/12/26:1:2' # Looks like you failed 1 test of 4. t/30_splits.t ..... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/4 subtests See also: http://matrix.cpantesters.org/?dist=Finance-QuoteHist%201.29;reports=1#sl=7,1 (There are some recent pass reports, but probably only if LWP::Protocol::https is not available and thus some tests are skipped)