Closed nakulpathak3 closed 6 years ago
Hi,
I'm not sure this problem comes from your code since this warning always appears on the first test (check on travis or locally launch any single test). But this should not raise an exception. What are you using for your tests? Is there an option handling warnings as exceptions?
Hey! What you said makes sense. It does seem to be just a warning. I also don't have the code branch that I ran into this on so I'll have a hard time reproducing this right now. Probably something to do with warnings being treated as exceptions in the codebase. Going to close it. Thank you!
Hey, I'm running kazoo 2.5 on Flask 0.12.4 on my mac running High Sierra (10.13.6). I'm trying to add the KazooTestHarness to my integration tests. This is the code for doing so -
My zookeeper path has both a
zookeeper-3.4.12.jar
and alib
directory with alog4j-1.2.17.jar
file. The error that I'm getting from running the test isHas this occurred for other people? Am I just doing something wrong here? I followed the documentation at https://github.com/python-zk/kazoo/blob/master/docs/testing.rst