Subject: | DBIx-SearchBuilder make test failures |
Date: | Thu, 28 Mar 2013 09:34:18 -0400 |
To: | trs [...] bestpractical.com |
From: | Darin Perusich <darin [...] darins.net> |
Hi Thomas,
Sorry to bug you but I've into a issue with perl-DBIx-SearchBuilder
package I maintain for openSuSE which is holding up the
request-tracker package for openSuSE 12.3. "make test" is failing
during package creation and I don't know if this is a catastrophic or
something that can simply be ignored by not running the tests. I've
included a log snippet leading up to the failure and a link to the
full log on the build service.
Thanks!
OpenSUSE 12.3
perl 5.16.2.
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/00.load.t
t/01basics.t t/01nocap_api.t t/01records.t t/01searches.t
t/02distinct_values.t t/02order_outer.t t/02records_cachable.t
t/02records_datetime.t t/02records_integers.t t/02records_object.t
t/02searches_joins.t t/03compatibility.t t/03cud_from_select.t
t/03rebless.t t/03transactions.t t/03versions.t t/10schema.t
t/11schema_records.t t/pod.t
t/00.load.t ............. ok
t/01basics.t ............ ok
t/01nocap_api.t ......... skipped: Devel::Symdump is not installed
t/01records.t ........... ok
t/01searches.t .......... ok
t/02distinct_values.t ... ok
t/02order_outer.t ....... ok
t/02records_cachable.t .. ok
# Failed test 'correct date time function'
# at t/02records_datetime.t line 53.
# Structures begin differing at:
# $got->{2011-05-20 19:53:23} = '2011-05-20 19:53:23'
# $expected->{2011-05-20 19:53:23} = '2011-05-20 23:53:23'
# wrong SQL: SELECT main.Expires AS expires,
datetime(datetime(main.Expires, 'localtime')) AS expires1 FROM Users
main
https://build.opensuse.org/package/live_build_log?arch=i586&package=perl-DBIx-SearchBuilder&project=devel%3Alanguages%3Aperl&repository=openSUSE_12.3
--
Later,
Darin