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