Subject: | Tests fail under HARNESS_OPTIONS=j10 |
Given the errors I'm seeing, it looks like a case of multiple tests using the same paths.
Usually this means you need more File::Temp, or similar anti-collision mechanisms.
PERL_DL_NONLAZY=1 /home/kent/perl5/perlbrew/perls/perl-5.18.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Show quoted text
Failed 4/5 subtests
t/005Cwd.t ....... ok
Show quoted text
Show quoted text
Failed 3/4 subtests
t/006DirPerms.t .. ok
t/004Utf8.t ...... ok
t/001Basic.t ..... ok
Test Summary Report
-------------------
t/002Mult.t (Wstat: 4352 Tests: 1 Failed: 0)
Non-zero exit status: 17
Parse errors: Bad plan. You planned 5 tests but ran 1.
t/003Dirs.t (Wstat: 512 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 2.
Usually this means you need more File::Temp, or similar anti-collision mechanisms.
PERL_DL_NONLAZY=1 /home/kent/perl5/perlbrew/perls/perl-5.18.0/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Show quoted text
===( 19;1 11/23 1/5 1/4 2/6 1/4 3/4 )========================Cannot mkdir t/data/tmp at t/002Mult.t line 20.
Show quoted text# Looks like you planned 5 tests but ran 1.
# Looks like your test exited with 17 just after 1.
t/002Mult.t ...... Dubious, test returned 17 (wstat 4352, 0x1100) # Looks like your test exited with 17 just after 1.
Failed 4/5 subtests
t/005Cwd.t ....... ok
Show quoted text
===( 22;1 11/23 1/4 2/6 3/4 )==================================
Show quoted text# Failed test 'opening compressed tarfile'
# at t/003Dirs.t line 25.
Can't chdir to t/data/tmp/rn1Us9D5Am/tar (No such file or directory) at /home/kent/.cpanm/work/1373119911.33379/Archive-Tar-Wrapper-0.17/blib/lib/Archive/Tar/Wrapper.pm line 288# at t/003Dirs.t line 25.
Show quoted text
# Looks like you planned 4 tests but ran 2.
# Looks like you failed 1 test of 2 run.
# Looks like your test exited with 2 just after 2.
t/003Dirs.t ...... Dubious, test returned 2 (wstat 512, 0x200) # Looks like you failed 1 test of 2 run.
# Looks like your test exited with 2 just after 2.
Failed 3/4 subtests
t/006DirPerms.t .. ok
t/004Utf8.t ...... ok
t/001Basic.t ..... ok
Test Summary Report
-------------------
t/002Mult.t (Wstat: 4352 Tests: 1 Failed: 0)
Non-zero exit status: 17
Parse errors: Bad plan. You planned 5 tests but ran 1.
t/003Dirs.t (Wstat: 512 Tests: 2 Failed: 1)
Failed test: 2
Non-zero exit status: 2
Parse errors: Bad plan. You planned 4 tests but ran 2.