From e87bff6eb36d59d6737f580bf86d61d9d4d0fd63 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Wed, 14 Jan 2015 12:55:40 -0800 Subject: Change ZookeeperFixture wait_for regex to support newer zk version used with 0.8.2.0 --- test/fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fixtures.py') diff --git a/test/fixtures.py b/test/fixtures.py index 73fdfa9..3c496fd 100644 --- a/test/fixtures.py +++ b/test/fixtures.py @@ -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): -- cgit v1.2.1