Change ZookeeperFixture wait_for regex to support newer zk version used with 0.8.2.0
This commit is contained in:
@@ -123,7 +123,7 @@ class ZookeeperFixture(Fixture):
|
|||||||
# Party!
|
# Party!
|
||||||
self.out("Starting...")
|
self.out("Starting...")
|
||||||
self.child.start()
|
self.child.start()
|
||||||
self.child.wait_for(r"Snapshotting")
|
self.child.wait_for(r"binding to port")
|
||||||
self.out("Done!")
|
self.out("Done!")
|
||||||
|
|
||||||
def close(self):
|
def close(self):
|
||||||
|
Reference in New Issue
Block a user