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_tie....ok t/30_connect......ok t/35_log..........ok t/40_basic........ok t/45_class........ok t/50_access.......ok 3/38 skipped: various reasons t/60_watch........ok 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