I just got some cpan testers reports on a new module, CGI::JSONRPC. 1 pass,
2 failures. One of the failures seems to be my fault, but the other one
seems really odd:

http://www.nntp.perl.org/group/perl.cpan.testers/298838

The odd part is here:

[ERROR] [Wed Mar 15 10:06:14 2006] MAKE TEST failed: No such file or
directory PERL_DL_NONLAZY=1 /usr/local/perl-5.8.5/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
t/Apache2-JSONRPC....[  error] STDIN is not attached to tty, skip
interactive config
[  error] Skipping the test suite execution, while returning success status
# No tests run!
dubious
        Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 1-6
        Failed 6/6 tests, 0.00% okay

In the same breath it looks like the Apache::Test suite both says that it's
going to return success, and returns a failure code. The really odd thing is
that this only happens in Apache2-JSONRPC.t:

http://search.cpan.org/src/CRAKRJACK/CGI-JSONRPC-0.01/t/Apache2-JSONRPC.t

While CGI-JSONRPC.t skips its tests as well, and returns a correct result
code:

http://search.cpan.org/src/CRAKRJACK/CGI-JSONRPC-0.01/t/CGI-JSONRPC.t


Does anybody know what's happening here?

        Thanks,
                Tyler

Reply via email to