Subject: | Another hanging test with 1.05 |
I tried with current 5.10.1-tobe which hangs, then with current
5.8.9-tobe which succeeds, then with bleadperl which looks pretty
similar to the current 5.10 branch, that is noisy and hanging. This
seems to explain why the cpantesters show no test results for > 5.8.8.
% make test
PERL_DL_NONLAZY=1
/home/src/perl/repoperls/installed-perls/maint-5.10/p3Hxa0E/perl-5.10.0@34500/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib',
'blib/arch')" t/*.t
t/00-load...........1/7 # Testing DBIx::DataModel 1.05, Perl 5.010000,
/home/src/perl/repoperls/installed-perls/maint-5.10/p3Hxa0E/perl-5.10.0@34500/bin/perl
t/00-load...........ok
t/DBIx-DataModel....1/165 Can't locate object method "emp_id" via
package "HR::Employee" at t/DBIx-DataModel.t line 252.
# Looks like you planned 165 tests but ran 49.
# Looks like your test exited with 9 just after 49.
t/DBIx-DataModel.... Dubious, test returned 9 (wstat 2304, 0x900)
Failed 116/165 subtests
t/MsAccess..........1/5 package
HR::AutoView::HR::Employee_JOIN_activities_JOIN_department is already
defined at t/MsAccess.t line 72
# Looks like you planned 5 tests but ran 1.
# Looks like your test exited with 9 just after 1.
t/MsAccess.......... Dubious, test returned 9 (wstat 2304, 0x900)
Failed 4/5 subtests
t/ParentClasses.....1/6 package
HR::AutoView::HR::Employee_JOIN_activities_JOIN_department is already
defined at t/ParentClasses.t line 41
# Looks like you planned 6 tests but ran 3.
# Looks like your test exited with 255 just after 3.
t/ParentClasses..... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 3/6 subtests
t/pod...............ok
t/Storable..........package
HR::AutoView::HR::Employee_JOIN_activities_JOIN_department is already
defined at t/Storable.t line 39
# Looks like your test exited with 29 before it could output anything.
After that the test seems to hang forever. I gave up afte a few minutes.
Let me know if I can provide more detail.
Thanks,