Greetings,

Rather than post a problem, I thought I would actually say something positive 
here. I am testing a bug 11592, and decided to run all the tests ‘prove t’ and 
‘prove xt’. It’s so pretty! Yes, there was some barfing verbage, but I can’t 
believe how clean the tests have gotten. This is great.

Yes, the whole:
t/00-load.t ......................... 1/? 
DBIx::Class::Storage::DBI::_warn_undetermined_driver(): This version of DBIC 
does not yet seem to supply a driver for your particular RDBMS and/or 
connection method ('Mock'). While we will attempt to continue anyway, the 
results are likely to be underwhelming. Please upgrade DBIC, and if this 
message does not go away, file a bugreport including the following info:
{
  DBD => "DBD::Mock",
  DBD_VER => "1.45",
  DBIC_DRIVER => "DBIx::Class::Storage::DBI",
  DBIC_DSN => "DBI:Mock:",
  DBIC_VER => "0.082810",
  DBI_VER => "1.631"
}
DBIx::Class::Storage::DBI::sql_maker(): Your storage class 
(DBIx::Class::Storage::DBI) does not set sql_limit_dialect and you have not 
supplied an explicit limit_dialect in your connection_info. DBIC will attempt 
to use the GenericSubQ dialect, which works on most databases but can be (and 
often is) painfully slow. Please file an RT ticket against 
'DBIx::Class::Storage::DBI' at /home/mtompset/kohaclone/Koha/Objects.pm line 83
is to be expected currently.

The only other issue I had was:
t/ImportBatch.t ..................... 1/3 Use of uninitialized value in 
concatenation (.) or string at /usr/share/perl5/MARC/File/XML.pm line 397, 
<__ANONIO__> chunk 1.
Use of uninitialized value in concatenation (.) or string at 
/usr/share/perl5/MARC/File/XML.pm line 397, <__ANONIO__> chunk 1.
Use of uninitialized value in concatenation (.) or string at 
/usr/share/perl5/MARC/File/XML.pm line 397, <__ANONIO__> chunk 4.

But everything else was nice! I remember when tests had so much strange output 
that it initially freaked me out. I’m glad to see we are constantly improving.

GPML,
Mark Tompsett
_______________________________________________
Koha-devel mailing list
Koha-devel@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to