Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the UR CPAN distribution.

Report information
The Basics
Id: 83567
Status: resolved
Priority: 0/
Queue: UR

People
Owner: BRUMMETT [...] cpan.org
Requestors: olivier.sallou [...] gmail.com
Cc:
AdminCc:

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



Subject: 93_namespace test failing on Debian
93_namespace.t test is failing on Debian: t/URT/t/93_namespace.t .................................................... 1/31 # Failed test 'get_material_classes returned expected number of items' # at t/URT/t/93_namespace.t line 27. # got: '16' # expected: '17' # Failed test 'get_material_classes' # at t/URT/t/93_namespace.t line 32. # Structures begin differing at: # $got->[11] = 'URT::DataSource::SomeSQLite' # $expected->[11] = 'URT::DataSource::SomePostgreSQL' Can't locate object method "get" via package "URT::DataSource::SomePostgreSQL" at /home/vagrant/DEBIAN/genome/UR-0.392/UR-0.392/lib/UR/Namespace.pm line 97 UR::Namespace::get_data_sources('URT') called at t/URT/t/93_namespace.t line 34 # Looks like you planned 31 tests but ran 21. # Looks like you failed 2 tests of 21 run. # Looks like your test exited with 2 just after 21. t/URT/t/93_namespace.t .................................................... Dubious, test returned 2 (wstat 512, 0x200)
On Sat Feb 23 08:54:02 2013, http://osallou.myopenid.com/ wrote: Show quoted text
> 93_namespace.t test is failing on Debian:
This was fixed a couple of weeks ago in our git repo (https://github.com/genome/UR). I just uploaded a new version of UR to CPAN this morning that includes this fix. I'll leave this ticket open until the smoke tests start showing successful runs. Show quoted text
> > t/URT/t/93_namespace.t > .................................................... 1/31 > # Failed test 'get_material_classes returned expected number of > items' > # at t/URT/t/93_namespace.t line 27. > # got: '16' > # expected: '17' > > # Failed test 'get_material_classes' > # at t/URT/t/93_namespace.t line 32. > # Structures begin differing at: > # $got->[11] = 'URT::DataSource::SomeSQLite' > # $expected->[11] = 'URT::DataSource::SomePostgreSQL' > Can't locate object method "get" via package > "URT::DataSource::SomePostgreSQL" at > /home/vagrant/DEBIAN/genome/UR-0.392/UR-0.392/lib/UR/Namespace.pm line > 97 > UR::Namespace::get_data_sources('URT') called at > t/URT/t/93_namespace.t line 34 > # Looks like you planned 31 tests but ran 21. > # Looks like you failed 2 tests of 21 run. > # Looks like your test exited with 2 just after 21. > t/URT/t/93_namespace.t > .................................................... Dubious, test > returned 2 (wstat > 512, 0x200)
This test is now passing on 0.41