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 several unstable test cases #930

Merged
merged 5 commits into from Sep 7, 2020

Conversation

supercaracal
Copy link
Contributor

Closes #917

makefile Outdated
if [ $$(${REDIS_CLIENT} -p $${port} SENTINEL SLAVES ${HA_GROUP_NAME} | wc -l) -gt 1 ]; then\
break;\
fi;\
echo 'waiting for ready to sentinel tests...';\
Copy link
Collaborator

Choose a reason for hiding this comment

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

Waiting for Redis sentinel to be ready would be more correct.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm sorry for my bad English. I fixed at 898c8a6 .

@byroot
Copy link
Collaborator

byroot commented Jun 21, 2020

Just a tiny nitpick, but the fact that CI passed is a good sign.

@supercaracal supercaracal mentioned this pull request Aug 21, 2020
@byroot byroot merged commit 9b4a885 into redis:master Sep 7, 2020
@supercaracal supercaracal deleted the fix-unstable-test-cases branch September 7, 2020 12:47
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.

Several test cases are unstable
2 participants