python-zk / kazoo

Kazoo is a high-level Python library that makes it easier to use Apache Zookeeper.
https://kazoo.readthedocs.io
Apache License 2.0
1.3k stars 387 forks source link

feat(tests): bump zookeper version to 3.5.4-beta #510

Closed StephenSorriaux closed 6 years ago

StephenSorriaux commented 6 years ago

I upgraded Zookeeper version to 3.5.4-beta. Some changes occured since the 3.5.2-alpha used before :

I added a test to check that a NoAuthError is obtained when trying to use Reconfig without superuser. I corrected Reconfig's tests to use superuser auth. I modified the testing/common.py file to add the new parameters to zookeeper server.

jeffwidman commented 6 years ago

@StephenSorriaux can you address the hound issues?

StephenSorriaux commented 6 years ago

@jeffwidman I just updated this PR and rebased it with master.

jeffwidman commented 6 years ago

@StephenSorriaux My apologies, looks like when I merged one of your other PR's it created merge conflicts. Do you mind fixing the conflicts?

StephenSorriaux commented 6 years ago

@jeffwidman Sure, I will fix the conflicts

StephenSorriaux commented 6 years ago

@jeffwidman I just resolved conflicts

jeffwidman commented 6 years ago

Thanks again for this @StephenSorriaux