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!
|
||||
self.out("Starting...")
|
||||
self.child.start()
|
||||
self.child.wait_for(r"Snapshotting")
|
||||
self.child.wait_for(r"binding to port")
|
||||
self.out("Done!")
|
||||
|
||||
def close(self):
|
||||
|
Reference in New Issue
Block a user