Skip to content

Commit e87bff6

Browse files
author
Dana Powers
committed
Change ZookeeperFixture wait_for regex to support newer zk version used with 0.8.2.0
1 parent 6f7e79b commit e87bff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fixtures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def open(self):
123123
# Party!
124124
self.out("Starting...")
125125
self.child.start()
126-
self.child.wait_for(r"Snapshotting")
126+
self.child.wait_for(r"binding to port")
127127
self.out("Done!")
128128

129129
def close(self):

0 commit comments

Comments
 (0)