Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase watch-znode.py connection timeout (apache#1864)
* Increase watch-znode.py connection timeout watch-znode is used in integration tests to ensure that initialization has occurred before booting brokers and proxies. By default kazoo uses a 10 second connection timeout. However, on occasion zookeeper could take longer than 10 seconds to come up depending on the order that containers are started and the load on the machine. This patch increases the connect timeout to a very high value (1h). If zookeeper doesn't come up within the hour, the test will fail in other places, and the containers will be torn down. * Add infinite connection retry * Rather than long timeout, short timeout, infinite retry
- Loading branch information