Closed openstrike closed 2 years ago
The server which was exhibiting this has now been upgraded to Slackware 15 and with this the original need for IPC::Shareable no longer exists, so I'll close this issue. With no other such reports it was likely something peculiar to that one instance anyway.
I am encountering problems in t/35-clean.t on one machine but it passes fine on others of similar spec and O/S.
To reproduce either:
Run
cpanm --sudo IPC::Shareable
which will eventually fail after a long time with-> FAIL Timed out (> 1800s). Use --verbose to retry.
By hand, download the 1.06 tarball, untar,
perl Makefile.PL; make; make test
which similarly hangs until interrupted or,Run the test individually with
prove -bv t/35-clean.t
in which case it fails like this:Failed test 'Global register set before clean_up_all()'
at t/35-clean.t line 180.
got: '0'
expected: '1'
not ok 41 - Process register set before clean_up_all()
Failed test 'Process register set before clean_up_all()'
at t/35-clean.t line 181.
got: '0'
expected: '1'
ok 42 - Global register cleaned with clean_up_all() ok 43 - Process register cleaned with clean_up_all() 1..43
Looks like you failed 2 tests of 43.
Dubious, test returned 2 (wstat 512, 0x200) Failed 2/43 subtests
Test Summary Report
t/35-clean.t (Wstat: 512 Tests: 43 Failed: 2) Failed tests: 40-41 Non-zero exit status: 2 Files=1, Tests=43, 0 wallclock secs ( 0.03 usr 0.02 sys + 0.11 cusr 0.05 csys = 0.21 CPU) Result: FAIL