Subject: | t/07_select_and_examine.t: Parse errors: Bad plan. You planned 23 tests but ran 2. |
The t/07_select_and_examine.t test fails; it also seems to leave a server/process running:
[4915][c.wright@xtdc1-chz:Net-IMAP-Simple-1.2034][CPAN-updates⚡]➔ ps auxw |grep
[N]et::IMAP::Server
[4916][c.wright@xtdc1-chz:Net-IMAP-Simple-1.2034][CPAN-updates⚡]➔ make test
PERL_DL_NONLAZY=1 /opt/xt/xt-perl/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01_load.t .......................... ok
t/07_select_and_examine.t ............ Failed 21/23 subtests
* OK inc/Net/IMAP/Server.pm (1.27)
t/08_selectalot.t .................... ok
t/09_concurrent_connections_new.t .... ok
t/10_list.t .......................... ok
t/11_mailboxes.t ..................... ok
t/15_flags.t ......................... ok
t/16_exotic_flags.t .................. ok
t/17_status_and_select.t ............. ok
t/19_readline_callback.t ............. ok
t/22_copy_multiple.t ................. ok
t/22_uidcopy_multiple.t .............. ok
t/23_delete_multiple.t ............... ok
t/35_imap_results_in_message_body.t .. ok
t/42_preauth_with_command.t .......... ok
t/45_search.t ........................ ok
t/50_body_summary.t .................. ok
t/55_uid_stuff.t ..................... ok
t/60_fetch_with_grammar.t ............ ok
t/70_list2range.t .................... ok
t/75_back_and_forth.t ................ ok
t/critic.t ........................... ok
t/pod.t .............................. ok
t/pod_coverage.t ..................... ok
Test Summary Report
-------------------
t/07_select_and_examine.t (Wstat: 0 Tests: 2 Failed: 0)
Parse errors: Bad plan. You planned 23 tests but ran 2.
Files=24, Tests=25, 8 wallclock secs ( 0.07 usr 0.03 sys + 0.19 cusr 0.26 csys = 0.55
CPU)
Result: FAIL
Failed 1/24 test programs. 0/25 subtests failed.
make: *** [test_dynamic] Error 255
[4917][c.wright@xtdc1-chz:Net-IMAP-Simple-1.2034][CPAN-updates⚡]➔ ps auxw |grep
[N]et::IMAP::Server
c.wright 8404 0.2 1.9 169424 19956 ? S 12:24 0:00 Net::IMAP::Server(8404)
[4918][c.wright@xtdc1-chz:Net-IMAP-Simple-1.2034][CPAN-updates⚡]➔ kill -9 8404
[4919][c.wright@xtdc1-chz:Net-IMAP-Simple-1.2034][CPAN-updates⚡]➔ prove -lv
t/07_select_and_examine.t
t/07_select_and_examine.t ..
1..23
# Running under perl version 5.014002 for linux
# Current time local: Tue Oct 16 12:25:24 2012
# Current time GMT: Tue Oct 16 11:25:24 2012
# Using Test.pm version 1.25_02
ok 1 * OK
inc/Net/IMAP/Server.pm (1.27)
ok 2
Failed 21/23 subtests
Test Summary Report
-------------------
t/07_select_and_examine.t (Wstat: 0 Tests: 2 Failed: 0)
Parse errors: Bad plan. You planned 23 tests but ran 2.
Files=1, Tests=2, 6 wallclock secs ( 0.02 usr 0.00 sys + 0.20 cusr 0.03 csys = 0.25 CPU)
Result: FAIL
[4920][c.wright@xtdc1-chz:Net-IMAP-Simple-1.2034][CPAN-updates⚡]➔ ps auxw |grep
[N]et::IMAP::Server
c.wright 8489 0.0 1.9 169280 20204 ? S 12:25 0:00 Net::IMAP::Server(8489)
[4921][c.wright@xtdc1-chz:Net-IMAP-Simple-1.2034][CPAN-updates⚡]➔ kill -9 8489
[4922][c.wright@xtdc1-chz:Net-IMAP-Simple-1.2034][CPAN-updates⚡]➔ perl -Ilib
t/07_select_and_examine.t
1..23
# Running under perl version 5.014002 for linux
# Current time local: Tue Oct 16 12:25:56 2012
# Current time GMT: Tue Oct 16 11:25:56 2012
# Using Test.pm version 1.25_02
ok 1 * OK
inc/Net/IMAP/Server.pm (1.27)
ok 2
[4923][c.wright@xtdc1-chz:Net-IMAP-Simple-1.2034][CPAN-updates⚡]➔