Skip Menu |

This queue is for tickets about the Archive-SevenZip CPAN distribution.

Report information
The Basics
Id: 128407
Status: open
Priority: 0/
Queue: Archive-SevenZip

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

Bug Information
Severity: (no value)
Broken in: 0.08
Fixed in: (no value)



Subject: Weird test results with perl 5.8.8
Hi Max, in case it helps, I let the 01-identity.t test run with verbose output. It is the same perl that produced the report http://www.cpantesters.org/cpan/report/861f0a64-259a-11e9-8a48-9a4dd53901b3 Looks like somebody is forking 11 times or so. % make test TEST_FILES=t/01-identity.t TEST_VERBOSE=1 PERL_DL_NONLAZY=1 "/home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/01-identity.t t/01-identity.t .. 1..2 ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) ok 1 # skip 7z binary not found (not installed?) ok 2 # skip 7z binary not found (not installed?) All 2 subtests passed (less 22 skipped subtests: -20 okay) Test Summary Report ------------------- t/01-identity.t (Wstat: 0 Tests: 22 Failed: 20) Failed tests: 1, 1, 1, 1, 1, 1, 1, 1, 1, 1-2, 2, 2, 2 2, 2, 2, 2, 2, 2 Parse errors: Tests out of sequence. Found (1) but expected (3) Tests out of sequence. Found (2) but expected (4) Tests out of sequence. Found (1) but expected (5) Tests out of sequence. Found (2) but expected (6) Tests out of sequence. Found (1) but expected (7) Displayed the first 5 of 21 TAP syntax errors. Re-run prove with the -p option to see them all. Files=1, Tests=22, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.09 cusr 0.07 csys = 0.19 CPU) Result: FAIL Failed 1/1 test programs. 20/22 subtests failed. make: *** [Makefile:894: test_dynamic] Error 255 zsh: exit 2 make test TEST_FILES=t/01-identity.t TEST_VERBOSE=1
Subject: Re: [rt.cpan.org #128407] Weird test results with perl 5.8.8
Date: Sun, 3 Feb 2019 08:08:59 +0100
To: bug-Archive-SevenZip [...] rt.cpan.org
From: Max Maischein <corion [...] corion.net>
Hello Andreas, thank you very much! I suspect that this is a combination of IPC::Open3, Perl 5.8 and the version of Test::MOre there, which maybe lead to Test::More (or whatever) outputting the test/skip "results" that often. I can reproduce the problem on Travis CI so I'll look into this. -max Am 02.02.2019 um 10:31 schrieb Andreas Koenig via RT: Show quoted text
> Sat Feb 02 04:31:23 2019: Request 128407 was acted upon. > Transaction: Ticket created by ANDK > Queue: Archive-SevenZip > Subject: Weird test results with perl 5.8.8 > Broken in: 0.08 > Severity: (no value) > Owner: Nobody > Requestors: ANDK@cpan.org > Status: new > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=128407 > > > > Hi Max, > > in case it helps, I let the 01-identity.t test run with verbose output. It is the same perl that produced the report http://www.cpantesters.org/cpan/report/861f0a64-259a-11e9-8a48-9a4dd53901b3 > > Looks like somebody is forking 11 times or so. > > % make test TEST_FILES=t/01-identity.t TEST_VERBOSE=1 > PERL_DL_NONLAZY=1 "/home/sand/src/perl/repoperls/installed-perls/host/k93msid/perl-5.8.8/6fdb/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/01-identity.t > t/01-identity.t .. > 1..2 > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > ok 1 # skip 7z binary not found (not installed?) > ok 2 # skip 7z binary not found (not installed?) > All 2 subtests passed > (less 22 skipped subtests: -20 okay) > > Test Summary Report > ------------------- > t/01-identity.t (Wstat: 0 Tests: 22 Failed: 20) > Failed tests: 1, 1, 1, 1, 1, 1, 1, 1, 1, 1-2, 2, 2, 2 > 2, 2, 2, 2, 2, 2 > Parse errors: Tests out of sequence. Found (1) but expected (3) > Tests out of sequence. Found (2) but expected (4) > Tests out of sequence. Found (1) but expected (5) > Tests out of sequence. Found (2) but expected (6) > Tests out of sequence. Found (1) but expected (7) > Displayed the first 5 of 21 TAP syntax errors. > Re-run prove with the -p option to see them all. > Files=1, Tests=22, 1 wallclock secs ( 0.02 usr 0.01 sys + 0.09 cusr 0.07 csys = 0.19 CPU) > Result: FAIL > Failed 1/1 test programs. 20/22 subtests failed. > make: *** [Makefile:894: test_dynamic] Error 255 > zsh: exit 2 make test TEST_FILES=t/01-identity.t TEST_VERBOSE=1 >