Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issues with zookeeper #1792

Merged
merged 1 commit into from Dec 14, 2020
Merged

Fix issues with zookeeper #1792

merged 1 commit into from Dec 14, 2020

Conversation

CyberDem0n
Copy link
Collaborator

  1. The ttl was incorrectly returned 1000 times higher then it should
  2. The watch() method must return True if the parent method returned True. Not doing so resulted in the incorrect calculation of sleep time.
  3. Move mock of exhibitor api to the features/environment.py. It simplifies testing with behave.

1. The `ttl` was incoreectly returned 1000 times higher then it should
2. The `watch()` method must return True if the parent method returned
True. Not doing so resulted in the incorrect calculation of sleep time.
3. Move mock of exhibitor api to the features/environment.py. It
simplifies testing.
@Jan-M
Copy link
Member

Jan-M commented Dec 14, 2020

👍

1 similar comment
@CyberDem0n
Copy link
Collaborator Author

👍

@CyberDem0n CyberDem0n merged commit e3ef9ac into master Dec 14, 2020
@CyberDem0n CyberDem0n deleted the bugfix/zookeeper branch December 14, 2020 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants