This distribution has been tested as part of the cpan-testers effort to test as many new uploads to CPAN as possible. See http://testers.cpan.org/
Please cc any replies to [email protected] to keep other test volunteers informed and to prevent any duplicate effort. -- Dear Jess Robinson, This is a computer-generated test report for SQL-Translator-0.08, created automatically by CPAN::Reporter, version 0.38, and sent to the CPAN Testers mailing list. If you have received this email directly, it is because the person testing your distribution chose to send a copy to your CPAN email address; there may be a delay before the official report is received and processed by CPAN Testers. Thank you for uploading your work to CPAN. However, it appears that there were some problems testing your distribution. Sections of this report: * Tester comments * Prerequisites * Environment and other context * Test output ------------------------------ TESTER COMMENTS ------------------------------ Additional comments from tester: [none provided] ------------------------------ PREREQUISITES ------------------------------ Prerequisite modules loaded: requires: Module Need Have ------------------------ ---- ----- Class::Base 0 0.03 Class::Data::Inheritable 0.02 0.060 Class::MakeMethods 0 1.010 File::Basename 0 2.740 File::Spec 0 3.24 IO::Dir 0 1.060 Log::Log4perl 0 1.080 Parse::RecDescent 1.94 1.940 Pod::Usage 0 1.35 Test::Differences 0 0.470 Test::Exception 0 0.24 Test::More 0.6 0.670 YAML 0.39 0.62 ------------------------------ ENVIRONMENT AND OTHER CONTEXT ------------------------------ Environment variables: LC_CTYPE = en_US.UTF-8 PATH = /opt/local/bin:/opt/local/sbin:/sw/bin:/sw/sbin:/Users/schwern/bin:/usr/local/bin:/Users/schwern/bin:/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin PERL5LIB = /sw/lib/perl5:/sw/lib/perl5/darwin SHELL = /bin/bash TERM = xterm-color Perl special variables (and OS-specific diagnostics, for MSWin32): Perl: $^X = /usr/local/perl/5.8.8/bin/perl UID: $< = 501 EUID: $> = 501 GID: $( = 501 80 79 81 501 EGID: $) = 501 80 79 81 501 Perl module toolchain versions installed: Module Have ------------------- -------- CPAN 1.8802 Cwd 3.24 ExtUtils::CBuilder 0.18 ExtUtils::Command 1.13 ExtUtils::Install 1.41 ExtUtils::MakeMaker 6.31 ExtUtils::Manifest 1.51 ExtUtils::ParseXS 2.18 File::Spec 3.24 Module::Build 0.280600 Module::Signature 0.550 Test::Harness 2.640 Test::More 0.670 version 0.690 ------------------------------ TEST OUTPUT ------------------------------ Output from './Build test': t/02mysql-parser...........ok t/03mysql-to-oracle........ok t/04file,fh,string.........ok t/05bgep-re................ok t/06xsv....................skipped all skipped: Missing dependency: Text::RecordParser t/07p_args.................ok t/08postgres-to-mysql......ok t/09sqlt-diagram...........ok t/10excel..................skipped all skipped: Missing dependency: Spreadsheet::ParseExcel t/11normalize..............ok t/12header_comment.........ok t/13schema.................ok t/14postgres-parser........ok t/15oracle-parser..........ok t/16xml-parser.............ok t/17sqlfxml-producer.......ok t/18ttschema-producer...... # Failed test 'Output looks right' # at t/18ttschema-producer.t line 57. # +----+-----------------------------------------+----------------------------------------+ # | Ln|Got |Expected | # +----+-----------------------------------------+----------------------------------------+ # | 147|Constraints |Constraints | # | 148| ? | ? | # | 149| type: PRIMARY KEY | type: PRIMARY KEY | # * 150| fields:\s\s\s\s\s\s\s\s\s\s\s\n | fields: id\n * # | 151| expression: | expression: | # | 152| match_type: | match_type: | # | 153| reference_fields: | reference_fields: | # +----+-----------------------------------------+----------------------------------------+ # | 160| | | # | 161| emailuniqueindex | emailuniqueindex | # | 162| type: UNIQUE | type: UNIQUE | # * 163| fields:\s\s\s\s\s\s\s\s\s\s\s\n | fields: email\n * # | 164| expression: | expression: | # | 165| match_type: | match_type: | # | 166| reference_fields: | reference_fields: | # +----+-----------------------------------------+----------------------------------------+ # | 173| | | # | 174| ? | ? | # | 175| type: FOREIGN KEY | type: FOREIGN KEY | # * 176| fields:\s\s\s\s\s\s\s\s\s\s\s\n | fields: another_id\n * # | 177| expression: | expression: | # | 178| match_type: | match_type: | # * 179| reference_fields:\s\n | reference_fields: id\n * # | 180| reference_table: Another | reference_table: Another | # | 181| deferrable: 1 | deferrable: 1 | # | 182| on_delete: | on_delete: | # +----+-----------------------------------------+----------------------------------------+ # | 208|Constraints |Constraints | # | 209| ? | ? | # | 210| type: PRIMARY KEY | type: PRIMARY KEY | # * 211| fields:\s\s\s\s\s\s\s\s\s\s\s\n | fields: id\n * # | 212| expression: | expression: | # | 213| match_type: | match_type: | # | 214| reference_fields: | reference_fields: | # +----+-----------------------------------------+----------------------------------------+ # # Looks like you failed 1 test of 6. dubious Test returned status 1 (wstat 256, 0x100) DIED. FAILED test 3 Failed 1/6 tests, 83.33% okay t/19sybase-parser..........ok t/20format_X_name..........ok t/24yaml...................ok t/25storable...............ok t/26sybase.................ok t/27sqlite-parser..........ok t/29html...................ok t/30sqlt-diff..............ok t/31dumper.................ok t/32schema-lookups.........ok t/33tt-table-producer......Creating /tmp/xnyhCf4sCG/person.txt. Creating /tmp/xnyhCf4sCG/pet.txt. # Failed test 'Output looks right' # at t/33tt-table-producer.t line 62. # +---+----------------------------------------------------+----------------------------------------------------+ # | Ln|Got |Expected | # +---+----------------------------------------------------+----------------------------------------------------+ # | 1|Table: person |Table: person | # * 2| Primary Key:\s\s\n | Primary Key: person_id\n * # | 3| Foreign Keys: | Foreign Keys: | # | 4| Data Fields: name, age, weight, iq, description | Data Fields: name, age, weight, iq, description | # | 5| | | # | 6|Table: pet |Table: pet | # | 7| Primary Key: pet_id, person_id | Primary Key: pet_id, person_id | # | 8| Foreign Keys: | Foreign Keys: | # | 9| Data Fields: name, age | Data Fields: name, age | # | 10| | | # +---+----------------------------------------------------+----------------------------------------------------+ # # Failed test 'person.txt looks right' # at t/33tt-table-producer.t line 71. # +---+----------------------------------------------------+----------------------------------------------------+ # | Ln|Got |Expected | # +---+----------------------------------------------------+----------------------------------------------------+ # | 1|Table: person |Table: person | # * 2| Primary Key:\s\s\n | Primary Key: person_id\n * # | 3| Foreign Keys: | Foreign Keys: | # | 4| Data Fields: name, age, weight, iq, description | Data Fields: name, age, weight, iq, description | # | 5| | | # +---+----------------------------------------------------+----------------------------------------------------+ # # Looks like you failed 2 tests of 8. dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3, 7 Failed 2/8 tests, 75.00% okay t/34tt-base................ok t/35-access-parser.........ok t/36-filters...............ok t/37-translator-graph......ok t/38-filter-names..........ok t/38-mysql-producer........ok t/40oracle-parser-dbi......ok t/42shell..................ok t/43xml-to-db2.............ok t/44-xml-to-db2-array......ok t/45db2-producer...........ok t/46xml-to-pg..............ok t/47postgres-producer......ok t/48xml-to-sqlite..........ok t/49xml-to-pg-samefield....ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/18ttschema-producer.t 1 256 6 1 3 t/33tt-table-producer.t 2 512 8 2 3 7 2 tests skipped. Failed 2/43 test scripts. 3/1216 subtests failed. Files=43, Tests=1216, 79 wallclock secs (62.56 cusr + 6.68 csys = 69.24 CPU) Failed 2/43 test programs. 3/1216 subtests failed. -- Summary of my perl5 (revision 5 version 8 subversion 8) configuration: Platform: osname=darwin, osvers=8.8.1, archname=darwin-thread-multi-2level uname='darwin windhund.local 8.8.1 darwin kernel version 8.8.1: mon sep 25 19:42:00 pdt 2006; root:xnu-792.13.8.obj~1release_i386 i386 i386 macbook1,1 darwin ' config_args='-Dprefix=/usr/local/perl/5.8.8 -Duseithreads -Dccflags=-I/sw/include -Dldflags=-L/sw/lib [EMAIL PROTECTED] [EMAIL PROTECTED] -Dmyhostname=windhund -Dmydomain=.schwern.org -Dprivlib=/usr/local/perl/5.8.8/lib -Dsiteprefix=/usr/local -Dsitelib=/usr/local/lib/site_perl -Dlibpth=/usr/local/lib /sw/lib /opt/local/lib /usr/lib -Dnetdb_host_type=const char * -Dnetdb_hlen_type=socklen_t -Uinstallusrbinperl' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='cc', ccflags ='-I/sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/opt/local/include', optimize='-O3', cppflags='-no-cpp-precomp -I/sw/include -fno-common -DPERL_DARWIN -no-cpp-precomp -fno-strict-aliasing -pipe -Wdeclaration-after-statement -I/opt/local/include' ccversion='', gccversion='4.0.1 (Apple Computer, Inc. build 5363)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=8, prototype=define Linker and Libraries: ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc', ldflags ='-L/sw/lib -L/usr/local/lib -L/opt/local/lib' libpth=/usr/local/lib /sw/lib /opt/local/lib /usr/lib libs=-lgdbm -ldbm -ldl -lm -lc perllibs=-ldl -lm -lc libc=/usr/lib/libc.dylib, so=dylib, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=bundle, d_dlsymun=undef, ccdlflags=' ' cccdlflags=' ', lddlflags='-L/sw/lib -bundle -undefined dynamic_lookup -L/usr/local/lib -L/opt/local/lib'
