Skip Menu |

This queue is for tickets about the DateTime-Format-CLDR CPAN distribution.

Report information
The Basics
Id: 44962
Status: resolved
Priority: 0/
Queue: DateTime-Format-CLDR

People
Owner: Nobody in particular
Requestors: adamk [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.06
Fixed in: (no value)



Subject: t/005_extended.t is excessively long
The t/005_extended.t test takes almost two and a half minutes to run (and never fails). You might want to consider moving a 90% of them behind a $ENV{AUTOMATED_TESTING} conditional, so that it runs quickly at installation time, but is still fully testing during CPAN Testers runs.
six and a half minutes to install this module?!?! ecarroll@x60s:~/Desktop/DateTime-Format/DateTimeX-Format-POSIX-Strptime$ time sudo cpanp install DateTime::Format::CLDR [MSG] No '/home/ecarroll/.cpanplus/custom-sources' dir, skipping custom sources Installing DateTime::Format::CLDR (1.06) Running [/usr/bin/perl /usr/bin/cpanp-run-perl /home/ecarroll/.cpanplus/5.10.0/build/DateTime-Format-CLDR-1.06/Makefile.PL ]... Cannot determine perl version info from lib/DateTime/Format/CLDR.pm Writing Makefile for DateTime::Format::CLDR Running [/usr/bin/make test]... PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/001_load.t ......... ok t/002_pod.t .......... ok t/003_podcoverage.t .. ok t/004_basic.t ........ ok t/005_extended.t ..... ok t/006_exceptions.t ... ok t/007_bug_rt41392.t .. ok t/008_bug_rt43381.t .. ok t/009_incomplete.t ... ok t/010_patterns.t ..... ok t/011_nanosecond.t ... ok All tests successful. Files=11, Tests=100037, 381 wallclock secs (18.71 usr 1.07 sys + 351.94 cusr 8.24 csys = 379.96 CPU) Result: PASS *** Install log written to: /home/ecarroll/.cpanplus/install-logs/DateTime-Format-CLDR-1.06-1239653665.log Module 'DateTime::Format::CLDR' installed successfully No errors installing all modules real 6m26.246s user 6m14.571s sys 0m9.769s
I will fix that in the next release. However I have to wait for RT45007 to be fixed first. Cheers Maros
Fixed in 1.08