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(regression-tests): sentinel_test.py: Ditch docker whcih is complex on CI in favour of local redis binary #755

Merged
merged 2 commits into from
Feb 5, 2023

Conversation

ashotland
Copy link
Contributor

Signed-off-by: ashotland <ari@dragonflydb.io>
@ashotland ashotland requested a review from dranikpg February 5, 2023 08:45
assert subprocess.run(cmd).returncode == 0, "docker run failed."
config = [
f"port {self.port}",
f"sentinel monitor {self.default_deployment} 127.0.01 {self.initial_master_port} 1",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

127.0.01 is a typo

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@romange thanks, fixed (somehow sentinel picked up the master on localhost and test was passing regardless)

Signed-off-by: ashotland <ari@dragonflydb.io>
@ashotland ashotland merged commit aef8631 into main Feb 5, 2023
@ashotland ashotland deleted the sentinel_test branch February 8, 2023 13:27
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.

2 participants