You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@zookeeper.apache.org by Anthony Urso <an...@cs.ucla.edu> on 2010/10/15 03:14:20 UTC

Testing against zookeeper outside of the source distribution?

Anyone have any pointers on how to test against ZK outside of the
source distribution? All the fun classes (e.g. ClientBase) do not make
it into the ZK release jar.

Right now I am manually running a ZK node for the unit tests to
connect to, but I would rather have something that ant could reliably
automate.

Thanks,
Anthony