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

Use default embed config in e2e tests #16688

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

serathius
Copy link
Member

@serathius serathius commented Oct 3, 2023

Part of #16673

We need to ensure that we are running the default etcd config so we can easily distinguish when we are providing non-defaults.

@serathius
Copy link
Member Author

cc @ahrtr

server/embed/config.go Outdated Show resolved Hide resolved
}
cfg.ServerConfig.InitialClusterToken = "new"
Copy link
Member Author

Choose a reason for hiding this comment

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

Note, there are tests that depend on this value being exact "new". I might do a followup PR to remove this.

@serathius serathius merged commit 6a96ab7 into etcd-io:main Oct 5, 2023
27 checks passed
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.

2 participants