Re: zkperl - skipped tests

2010-08-04 Thread Mahadev Konar
Hi Martin,
 You might have to look into the tests.
 t/50_access.t is the file you might want to take a look at. I am not a perl 
guru so am not of much help but let me know if you cant work out the details on 
the skipped tests. I will try to dig into the perl code.

Thanks
mahadev


On 8/4/10 6:16 AM, "Martin Waite"  wrote:

Hi,

I built the perl module and ran the test suite.   For test 50_access, 3
tests are skipped.

vm-026-lenny-mw$ ZK_TEST_HOSTS=127.0.0.1:2181 make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/10_invalid..ok 1/107# no ZooKeeper path specified in ZK_TEST_PATH env
var, using root path
t/10_invalid..ok
t/15_thread...ok
t/20_tie..ok
t/22_stat_tie.ok
t/24_watch_tieok
t/30_connect..ok
t/35_log..ok
t/40_basicok
t/45_classok
t/50_access...ok
3/38 skipped: various reasons
t/60_watchok
All tests successful, 3 subtests skipped.
Files=11, Tests=461, 18 wallclock secs ( 2.01 cusr +  3.08 csys =  5.09 CPU)

Is there any way to find out which of the 38 tests were skipped and why ?

regards,
Martin



zkperl - skipped tests

2010-08-04 Thread Martin Waite
Hi,

I built the perl module and ran the test suite.   For test 50_access, 3
tests are skipped.

vm-026-lenny-mw$ ZK_TEST_HOSTS=127.0.0.1:2181 make test
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/10_invalid..ok 1/107# no ZooKeeper path specified in ZK_TEST_PATH env
var, using root path
t/10_invalid..ok
t/15_thread...ok
t/20_tie..ok
t/22_stat_tie.ok
t/24_watch_tieok
t/30_connect..ok
t/35_log..ok
t/40_basicok
t/45_classok
t/50_access...ok
3/38 skipped: various reasons
t/60_watchok
All tests successful, 3 subtests skipped.
Files=11, Tests=461, 18 wallclock secs ( 2.01 cusr +  3.08 csys =  5.09 CPU)

Is there any way to find out which of the 38 tests were skipped and why ?

regards,
Martin