func init() { zookeeper.SetLogLevel(zookeeper.LOG_WARN) }
func (s *S) SetUpTest(c *C) { c.Assert(zk.CountPendingWatches(), Equals, 0, Commentf("Test got a dirty watch state before running!")) zk.SetLogLevel(logLevel) }