Skip Menu |

This queue is for tickets about the Yote CPAN distribution.

Report information
The Basics
Id: 124870
Status: open
Priority: 0/
Queue: Yote

People
Owner: CANID [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

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



Subject: t/yotedb.t started to fail
I see the following failure on my smoker systems: ... Can't locate object method "ensure_entry_count" via package "Data::RecordStore" at /home/cpansand/.cpan/build/2018032215/Yote-2.02-0/blib/lib/Yote.pm line 1953. at t/yotedb.t line 10. main::__ANON__("Can't locate object method \"ensure_entry_count\" via package \""...) called at /home/cpansand/.cpan/build/2018032215/Yote-2.02-0/blib/lib/Yote.pm line 1953 Yote::YoteDB::open("Yote::YoteDB", Yote::ObjStore=HASH(0x4409fa50), HASH(0x4409f6c0)) called at /home/cpansand/.cpan/build/2018032215/Yote-2.02-0/blib/lib/Yote.pm line 504 Yote::ObjStore::_new("Yote::ObjStore", HASH(0x4409f6c0)) called at /home/cpansand/.cpan/build/2018032215/Yote-2.02-0/blib/lib/Yote.pm line 129 Yote::open_store() called at t/yotedb.t line 28 main::test_suite() called at t/yotedb.t line 21 # Tests were run but no plan was declared and done_testing() was not seen. # Looks like your test exited with 25 just after 1. t/yotedb.t .. Dubious, test returned 25 (wstat 6400, 0x1900) All 1 subtests passed ... Possibly caused by changes in Data::RecordStore 3.x
Subject: Re: [rt.cpan.org #124870] t/yotedb.t started to fail
Date: Thu, 22 Mar 2018 20:35:37 +0000
To: bug-Yote [...] rt.cpan.org
From: Eric Wolf <coyocanid [...] gmail.com>
Hi Slaven, Thanks for the update. I have an update in the pipeline, just working on the tests for it. On Thu, Mar 22, 2018, 12:54 PM Slaven_Rezic via RT <bug-Yote@rt.cpan.org> wrote: Show quoted text
> Thu Mar 22 15:53:53 2018: Request 124870 was acted upon. > Transaction: Ticket created by SREZIC > Queue: Yote > Subject: t/yotedb.t started to fail > Broken in: 2.02 > Severity: (no value) > Owner: Nobody > Requestors: SREZIC@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=124870 > > > > I see the following failure on my smoker systems: > > ... > Can't locate object method "ensure_entry_count" via package > "Data::RecordStore" at > /home/cpansand/.cpan/build/2018032215/Yote-2.02-0/blib/lib/Yote.pm line > 1953. > at t/yotedb.t line 10. > main::__ANON__("Can't locate object method \"ensure_entry_count\" > via package \""...) called at > /home/cpansand/.cpan/build/2018032215/Yote-2.02-0/blib/lib/Yote.pm line 1953 > Yote::YoteDB::open("Yote::YoteDB", > Yote::ObjStore=HASH(0x4409fa50), HASH(0x4409f6c0)) called at > /home/cpansand/.cpan/build/2018032215/Yote-2.02-0/blib/lib/Yote.pm line 504 > Yote::ObjStore::_new("Yote::ObjStore", HASH(0x4409f6c0)) called at > /home/cpansand/.cpan/build/2018032215/Yote-2.02-0/blib/lib/Yote.pm line 129 > Yote::open_store() called at t/yotedb.t line 28 > main::test_suite() called at t/yotedb.t line 21 > # Tests were run but no plan was declared and done_testing() was not seen. > # Looks like your test exited with 25 just after 1. > t/yotedb.t .. > Dubious, test returned 25 (wstat 6400, 0x1900) > All 1 subtests passed > ... > > Possibly caused by changes in Data::RecordStore 3.x >