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

Port: Telemetry For Lease Expiration Times #10375

Merged
merged 4 commits into from
Nov 13, 2020
Merged

Port: Telemetry For Lease Expiration Times #10375

merged 4 commits into from
Nov 13, 2020

Conversation

HridoyRoy
Copy link
Contributor

Comment on lines +830 to +852
Storage: &Storage{
Type: "consul",
RedirectAddr: "foo",
Config: map[string]string{
"foo": "bar",
},
},

HAStorage: &Storage{
Type: "consul",
RedirectAddr: "snafu",
Config: map[string]string{
"bar": "baz",
},
DisableClustering: true,
},

ServiceRegistration: &ServiceRegistration{
Type: "consul",
Config: map[string]string{
"foo": "bar",
},
},
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm a little surprised that all this has to be in this test, why not focus on just the telemetry?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It doesn't was a copy/paste from another test. I can remove it!

@HridoyRoy HridoyRoy merged commit 0767980 into master Nov 13, 2020
@HridoyRoy HridoyRoy deleted the VAULT-674 branch November 13, 2020 18: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