-
Notifications
You must be signed in to change notification settings - Fork 386
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 intermittent test false negative #982
Conversation
Refactor filterNodes
Add type alias for serf.Member
Factor out cleanTags from getQualifyingNodes
Remove sort from selectNodes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't remove any other public method, they could be in use by third parties.
This reverts commit 19f19cd.
Whoops, didn't realize, sorry. I reverted the removal of seemingly unused code. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This fixes the test of processFilteredNodes that sometimes failed.
This became a large refactor: