Skip Menu |

This queue is for tickets about the WWW-Search-Ebay CPAN distribution.

Report information
The Basics
Id: 133169
Status: new
Priority: 0/
Queue: WWW-Search-Ebay

People
Owner: Nobody in particular
Requestors: reallyrottens_98 [...] yahoo.com
Cc:
AdminCc:

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



Subject: upgrade problem
Date: Sun, 16 Aug 2020 16:13:09 -0700
To: bug-WWW-Search-Ebay [...] rt.cpan.org
From: Ed Radkovitz <reallyrottens_98 [...] yahoo.com>
Thank you for the prompt fix, it solved the issue!! I did have to perform a force install to get the latest version as the standard upgrade failed. Here are the errors from the tests (in end_date): Executing make test .. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', ' blib/arch')" t/*.t # Sending 0-page category query... EEE no result_count_elements matched the HTML # Sending 1-page category query to check contents... t/category.t .... ok t/coverage.t .... ok # Sending 0-page ebay queries... # Sending 1-page ebay query to check contents... t/ebay.t ........ ok # Sending end-date query... # Failed test 'end_date () is not empty' # at t/enddate.t line 58. # got: '' # expected: anything else # $VAR1 = bless( { # 'bid' => '$15.00', # 'description' => 'Item #293684126629; no bids; starting bid $15.00', # 'urls' => [ # 'https://www.ebay.com/itm/Led-Zeppelin-II-Remaster-Brand-New-Sealed-C D-Ships-Same-Day/293684126629?epid=3111067&hash=item4460f023a5:g:VyYAAOSw2FVbNCIN' # ], # 'item_number' => '293684126629', # 'bids' => 0, # 'title' => 'Led Zeppelin II [Remaster] ~ Brand New Sealed. CD Ships Same Day.', # 'category' => -1, # 'shipping' => ' +$2.80 shipping ' # }, 'WWW::Search::Result' ); # Failed test 'end_date () is not empty' # at t/enddate.t line 58. # got: '' # expected: anything else # $VAR1 = bless( { # 'bid' => '$12.99', # 'description' => 'Item #373143436741; no bids; starting bid $12.99', # 'urls' => [ # 'https://www.ebay.com/itm/HOT-WHEELS-Led-Zeppelin-67-Austin-Mini-Van- NEW-in-package/373143436741?epid=7035730792&hash=item56e114fdc5:g:pYsAAOSwvd9d~nKD' # ], # 'item_number' => '373143436741', # 'bids' => 0, # 'title' => 'HOT WHEELS - Led Zeppelin \'67 Austin Mini Van - NEW in package !!', # 'category' => -1, # 'shipping' => ' +$20.00 shipping ' # }, 'WWW::Search::Result' ); # Failed test 'end_date () is not empty' # at t/enddate.t line 58. # got: '' # expected: anything else # $VAR1 = bless( { # 'bid' => '$9.99', # 'description' => 'Item #313177722818; no bids; starting bid $9.99', # 'urls' => [ # 'https://www.ebay.com/itm/LED-ZEPPELIN-Led-Zeppelin-4X-CD-BOX-SET-ATL -Atlantic-7-82144-2/313177722818?epid=3120472&hash=item48ead8cfc2:g:qAYAAOSwOZRfMKk9' # ], # 'item_number' => '313177722818', # 'bids' => 0, # 'title' => 'LED ZEPPELIN - Led Zeppelin 4X CD BOX SET - ATL Atlantic ‎– 7 821 44-2', # 'category' => -1, # 'shipping' => ' +$5.33 shipping ' # }, 'WWW::Search::Result' ); # Looks like you failed 3 tests of 213. t/enddate.t ..... Dubious, test returned 3 (wstat 768, 0x300) Failed 3/213 subtests (5 TODO tests unexpectedly succeeded) t/itemnumber.t .. ok Test Summary Report ------------------- t/ebay.t (Wstat: 0 Tests: 48 Failed: 0) TODO passed: 12-15, 17, 19, 21-24, 26, 28-31, 33, 35-37 t/enddate.t (Wstat: 768 Tests: 213 Failed: 3) Failed tests: 15, 19, 23 TODO passed: 4-7, 9 Non-zero exit status: 3 t/itemnumber.t (Wstat: 0 Tests: 9 Failed: 0) TODO passed: 3, 5, 7-9 Files=5, Tests=321, 69 wallclock secs ( 0.06 usr 0.01 sys + 9.92 cusr 0.27 csys = 10.26 CPU) Result: FAIL Failed 1/5 test programs. 3/321 subtests failed. make: *** [test_dynamic] Error 255