[Dbix-class] Call for testers
Marcello Romani
mromani at ottotecnica.com
Wed Feb 11 09:14:25 GMT 2009
Peter Rabbitson ha scritto:
> Greetings,
>
> In order to resolve a cpan dependency deadlock, we prepared a forward-compatible
> version of DBIC 0.08011. Keep in mind that this is _not_ the long awaited 0.08100
> release, so do not expect any new features. In fact it strives to be bug-for-bug
> compatible with 0.08010, so we can release the latest and greatest SQL::Abstract
> without breaking anything else.
>
> Please download, test and report back at your convenience:
> http://rabbit.us/diff/DBIx-Class-0.08011.tar.gz
>
> A changelog for the curious:
> http://dev.catalyst.perl.org/svnweb/bast/log/DBIx-Class/0.08/branches/stopgap/
>
> _______________________________________________
> List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
> IRC: irc.perl.org#dbix-class
> SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
> Searchable Archive: http://www.grokbase.com/group/dbix-class@lists.scsys.co.uk
>
make test
##########
PERL_DL_NONLAZY=1 /usr/bin/perl5.8.8 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t
t/02pod....................................skipped
all skipped: Test::Pod 1.14 required
t/03podcoverage............................skipped
all skipped: Test::Pod::Coverage 1.04 required
t/04dont_break_c3..........................ok
t/05components.............................ok
t/100populate..............................ok
t/101populate_rs...........................ok
t/18inserterror............................ok
t/19quotes.................................# Testing against SQLite 3.4.2
ok
t/19quotes_newstyle........................# Testing against SQLite 3.4.2
ok
t/20setuperrors............................ok
t/26dumper.................................skipped
all skipped: Set $ENV{DATA_DUMPER_TEST} to run this test
t/30dbicplain..............................ok
t/31stats..................................ok
t/32connect_code_ref.......................DBI::db=HASH(0x8acca0c)->disconnect
invalidates 22 active statement handles (either destroy statement
handles or call finish on them before disconnecting) at
/home/marcello/tmp/DBIx-Class-0.08011/blib/lib/DBIx/Class/Storage/DBI.pm
line 692.
closing dbh with active statement handles at
/home/marcello/tmp/DBIx-Class-0.08011/blib/lib/DBIx/Class/Storage/DBI.pm
line 692.
ok
t/33storage_reconnect......................DBI::db=HASH(0x8ad4084)->disconnect
invalidates 22 active statement handles (either destroy statement
handles or call finish on them before disconnecting) at
t/33storage_reconnect.t line 23.
closing dbh with active statement handles at t/33storage_reconnect.t
line 23.
DBI connect('t/var/DBIxClass.db','',...) failed: unable to open database
file(1) at dbdimp.c line 94 at
/home/marcello/tmp/DBIx-Class-0.08011/blib/lib/DBIx/Class/Storage/DBI.pm
line 840
ok
t/34exception_action.......................ok
t/35disable_sth_caching....................ok
t/36datetime...............................skipped
all skipped: Requires DateTime::Format::MySQL
t/39load_namespaces_1......................ok
t/39load_namespaces_2......................ok
t/39load_namespaces_3......................ok
t/39load_namespaces_4......................ok
t/40resultsetmanager.......................ok
t/41orrible................................ok
t/42toplimit...............................ok
t/46where_attribute........................ok
t/47bind_attribute.........................Use of uninitialized value in
subroutine entry at
/home/marcello/tmp/DBIx-Class-0.08011/blib/lib/DBIx/Class/Storage/DBI.pm
line 1009.
ok
t/50fork...................................skipped
all skipped: Set $ENV{DBICTEST_FORK_STRESS} to run this test
t/51threads................................skipped
all skipped: Your perl does not support ithreads
t/52cycle..................................ok
t/53delete_related.........................ok
t/54taint..................................ok
t/55storage_stress.........................skipped
all skipped: Set $ENV{DBICTEST_STORAGE_STRESS} to run this test
(it is very resource intensive!)
t/60core...................................# DBICTest::Event
ok
13/78 skipped: various reasons
t/61findnot................................ok
t/63register_class.........................ok
t/64db.....................................ok
t/65multipk................................ok
t/66relationship...........................ok
1/62 skipped: various reasons
t/67pager..................................ok
t/68inflate................................ok
t/68inflate_has_a..........................ok
t/68inflate_resultclass_hashrefinflator....ok
t/68inflate_serialize......................ok
t/69update.................................ok
t/70auto...................................ok
t/71mysql..................................skipped
all skipped: Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to
run this test
t/72pg.....................................skipped
all skipped: Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run
this test (note: creates and drops tables named artist and casecheck!)
t/73oracle.................................skipped
all skipped: Set $ENV{DBICTEST_ORA_DSN}, _USER and _PASS to run
this test. Warning: This test drops and creates tables called 'artist',
'cd' and 'track'
t/73oracle_inflate.........................skipped
all skipped: needs DateTime and DateTime::Format::Oracle for
testing
t/745db2...................................skipped
all skipped: Set $ENV{DBICTEST_DB2_DSN}, _USER and _PASS to run
this test
t/746db2_400...............................skipped
all skipped: Set $ENV{DBICTEST_DB2_400_DSN}, _USER and _PASS to
run this test
t/746mssql.................................skipped
all skipped: Set $ENV{DBICTEST_MSSQL_ODBC_DSN}, _USER and _PASS
to run this test
t/74mssql..................................skipped
all skipped: Set $ENV{DBICTEST_MSSQL_DSN}, _USER and _PASS to
run this test
t/75limit..................................ok
t/76joins..................................ok
t/77join_count.............................ok
t/78self_referencial.......................ok
t/79aliasing...............................ok
t/80unique.................................ok
t/81transactions...........................Issuing rollback() for
database handle being DESTROY'd without explicit disconnect() at
t/81transactions.t line 233.
ok
7/63 unexpectedly succeeded
TODO PASSED tests 55-61
t/82cascade_copy...........................ok
t/83cache..................................ok
t/84serialize..............................ok
t/85utf8...................................ok
t/86might_have.............................ok
t/86sqlt...................................ok
t/87ordered................................ok
t/88result_set_column......................ok
t/89dbicadmin..............................ok
t/89inflate_datetime.......................skipped
all skipped: Need DateTime::Format::MySQL for inflation tests
t/90ensure_class_loaded....................ok
t/90join_torture...........................ok
t/91debug..................................ok
t/91merge_attr.............................ok
t/92storage................................ok
t/92storage_on_connect_do..................ok
t/93nobindvars.............................skipped
all skipped: Set $ENV{DBICTEST_MYSQL_DSN}, _USER and _PASS to
run this test
t/93single_accessor_object.................ok
t/94pk_mutation............................ok
t/94versioning.............................skipped
all skipped: needs DBD::SQLite and SQL::Translator 0.09003 for
testing
t/95sql_maker_quote........................ok
1/8 unexpectedly succeeded
TODO PASSED test 3
t/96file_column............................ok
t/96multi_create...........................ok
t/97result_class...........................ok
t/99rh_perl_perf_bug.......................ok
1/3 skipped: various reasons
t/bindtype_columns.........................skipped
all skipped: Set $ENV{DBICTEST_PG_DSN}, _USER and _PASS to run
this test
t/cdbi-sweet-t/08pager.....................Subroutine
DBICTest::CD::_result_source_instance_accessor redefined at
/usr/lib/perl5/site_perl/5.8.8/Class/Data/Inheritable.pm line 27.
Subroutine DBICTest::CD::resultset_instance redefined at
/usr/lib/perl5/site_perl/5.8.8/Class/Data/Inheritable.pm line 26.
Subroutine DBICTest::CD::class_resolver redefined at
/usr/lib/perl5/site_perl/5.8.8/Class/Data/Inheritable.pm line 26.
Subroutine DBICTest::CD::_class_resolver_accessor redefined at
/usr/lib/perl5/site_perl/5.8.8/Class/Data/Inheritable.pm line 27.
ok
t/cdbi-t/01-columns........................ok
1/24 skipped: various reasons
t/cdbi-t/02-Film...........................DBIx::ContextualFetch::db=HASH(0x87e5174)->disconnect
invalidates 8 active statement handles (either destroy statement handles
or call finish on them before disconnecting) at t/cdbi-t/02-Film.t line 224.
closing dbh with active statement handles at t/cdbi-t/02-Film.t line 224.
DBD::SQLite::db prepare_cached warning: attempt to prepare on inactive
database handle(0) at dbdimp.c line 249 [for Statement "SELECT me.title,
me.director, me.codirector, me.rating, me.numexplodingsheep, me.hasvomit
FROM Movies me WHERE ( ( me.title = ? ) )"] at
/home/marcello/tmp/DBIx-Class-0.08011/blib/lib/DBIx/Class/Storage/DBI.pm
line 1194.
ok
5/96 skipped: various reasons
t/cdbi-t/03-subclassing....................ok
t/cdbi-t/04-lazy...........................ok
t/cdbi-t/06-hasa...........................ok
t/cdbi-t/09-has_many.......................ok
t/cdbi-t/11-triggers.......................ok
t/cdbi-t/12-filter.........................ok
t/cdbi-t/13-constraint.....................ok
2/23 skipped: various reasons
t/cdbi-t/14-might_have.....................ok
t/cdbi-t/15-accessor.......................ok
t/cdbi-t/16-reserved.......................ok
t/cdbi-t/18-has_a..........................ok
9/41 skipped: various reasons
t/cdbi-t/19-set_sql........................ok
t/cdbi-t/21-iterator.......................ok
t/cdbi-t/22-self_referential...............ok
t/cdbi-t/30-pager..........................ok
t/cdbi-t/98-failure........................ok
t/resultset_class..........................ok
All tests successful (8 subtests UNEXPECTEDLY SUCCEEDED), 19 tests and
32 subtests skipped.
Passed TODO Stat Wstat TODOs Pass List of Passed
-------------------------------------------------------------------------------
t/81transactions.t 9 7 55-61
t/95sql_maker_quote.t 2 1 3
Files=107, Tests=2452, 95 wallclock secs (81.57 cusr + 9.73 csys =
91.30 CPU)
perl -V
########
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
Platform:
osname=linux, osvers=2.6.16-gentoo-r9, archname=i686-linux
uname='linux serverlinux 2.6.16-gentoo-r9 #2 smp fri jul 7 09:44:09
cest 2006 i686 intel(r) pentium(r) 4 cpu 2.60ghz genuineintel gnulinux '
config_args='-des -Darchname=i686-linux -Dcccdlflags=-fPIC
-Dccdlflags=-rdynamic -Dcc=i686-pc-linux-gnu-gcc -Dprefix=/usr
-Dvendorprefix=/usr -Dsiteprefix=/usr -Dlocincpth= -Doptimize=-O2
-march=i686 -pipe -Duselargefiles -Dd_semctl_semun -Dscriptdir=/usr/bin
-Dman1dir=/usr/share/man/man1 -Dman3dir=/usr/share/man/man3
-Dinstallman1dir=/usr/share/man/man1
-Dinstallman3dir=/usr/share/man/man3 -Dman1ext=1 -Dman3ext=3pm
-Dinc_version_list=5.8.0 5.8.0/i686-linux 5.8.2 5.8.2/i686-linux 5.8.4
5.8.4/i686-linux 5.8.5 5.8.5/i686-linux 5.8.6 5.8.6/i686-linux 5.8.7
5.8.7/i686-linux -Dcf_by=Gentoo -Ud_csh -Dusenm -Di_ndbm -Di_gdbm -Di_db'
hint=recommended, useposix=true, d_sigaction=define
usethreads=undef use5005threads=undef useithreads=undef
usemultiplicity=undef
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=undef use64bitall=undef uselongdouble=undef
usemymalloc=n, bincompat5005=undef
Compiler:
cc='i686-pc-linux-gnu-gcc', ccflags ='-fno-strict-aliasing -pipe
-Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-I/usr/include/gdbm',
optimize='-O2 -march=i686 -pipe',
cppflags='-fno-strict-aliasing -pipe -Wdeclaration-after-statement
-I/usr/include/gdbm'
ccversion='', gccversion='3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0,
pie-8.7.8)', gccosandvers=''
intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12
ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t',
lseeksize=8
alignbytes=4, prototype=define
Linker and Libraries:
ld='i686-pc-linux-gnu-gcc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lpthread -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc
perllibs=-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc
libc=/lib/libc-2.3.5.so, so=so, useshrplib=false, libperl=libperl.a
gnulibc_version='2.3.5'
Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'
Characteristics of this binary (from libperl):
Compile-time options: PERL_MALLOC_WRAP USE_LARGE_FILES USE_PERLIO
Built under linux
Compiled at Jul 7 2006 15:26:05
@INC:
/etc/perl
/usr/lib/perl5/vendor_perl/5.8.8/i686-linux
/usr/lib/perl5/vendor_perl/5.8.8
/usr/lib/perl5/vendor_perl/5.8.7
/usr/lib/perl5/vendor_perl/5.8.7/i686-linux
/usr/lib/perl5/vendor_perl
/usr/lib/perl5/site_perl/5.8.8/i686-linux
/usr/lib/perl5/site_perl/5.8.8
/usr/lib/perl5/site_perl
/usr/lib/perl5/5.8.8/i686-linux
/usr/lib/perl5/5.8.8
/usr/local/lib/site_perl
.
--
Marcello Romani
More information about the DBIx-Class
mailing list