Change ZookeeperFixture wait_for regex to support newer zk version used with 0.8.2.0

This commit is contained in:
Dana Powers
2015-01-14 12:55:40 -08:00
parent 6f7e79b309
commit e87bff6eb3

View File

@@ -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):