Skip Menu |

This queue is for tickets about the IPC-Run CPAN distribution.

Report information
The Basics
Id: 11411
Status: resolved
Priority: 0/
Queue: IPC-Run

People
Owner: RSOD [...] cpan.org
Requestors: chris-cpan [...] syntacticsugar.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.79
Fixed in: (no value)



Subject: Resource temporarily unavailable causing test #70 to fail
It appears that the automated build tests are showing the same thing I am on all Linux systems: Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/adopt............ok 29/29 skipped: adopt not done yet t/binmode..........ok t/bogus............ok t/filter...........ok t/harness..........ok t/io...............ok t/kill_kill........ok t/parallel.........ok t/pty..............ok 32/32 skipped: skip: IO::Pty not found t/pump.............ok t/run..............NOK 70# Test 70 got: "Resource temporarily unavailable: write( 6, '...15904 \"x\" chars...DOC2\n' ) at /home/socket/.cpan/build/IPC-Run-0.79/blib/lib/IPC/Run/IO.pm line 547\n" (t/run.t at line 350) # Expected: "" # t/run.t line 350 is: ok $x, ""; t/run..............FAILED test 70 Failed 1/267 tests, 99.63% okay t/signal...........ok t/timeout..........ok t/timer............ok t/win32_compile....ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/run.t 267 1 0.37% 70 (1 subtest UNEXPECTEDLY SUCCEEDED), 61 subtests skipped. Failed 1/15 test scripts, 93.33% okay. 1/704 subtests failed, 99.86% okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK
[guest - Mon Feb 7 17:37:07 2005]: Show quoted text
> It appears that the automated build tests are showing the same thing I > am on all Linux systems:
... And 0.78 appears to exhibit this behavior as well, but the install can proceed in spite of the failure, which is not the case with 0.79. Hmmm.
IPC::Run 0.80 will be released to CPAN in a few minutes specifically to address t/run.t #69 and #70 "Resource temporarily unavailable" errors. Please let me know if it does not correct the issue. Thanks!