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

Update test for v2 deprecation to verify membership match #16441

Merged
merged 1 commit into from
Aug 21, 2023

Conversation

geetasg
Copy link

@geetasg geetasg commented Aug 18, 2023

rc2.Recover(func(lg *zap.Logger, v *semver.Version) { return })

//membership should match
if g := rc1.Members(); !reflect.DeepEqual(g, rc2.Members()) {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
if g := rc1.Members(); !reflect.DeepEqual(g, rc2.Members()) {
if !reflect.DeepEqual(rc1.Members(), rc2.Members()) {

Followup

Copy link
Author

Choose a reason for hiding this comment

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

updated here - #16455

Copy link
Member

Choose a reason for hiding this comment

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

Thanks

@serathius serathius merged commit 3371f26 into etcd-io:main Aug 21, 2023
@geetasg geetasg mentioned this pull request Sep 10, 2023
31 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants