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

feat: Port influxd inspect verify-seriesfile #21635

Merged
merged 7 commits into from
Jun 8, 2021

Conversation

serenibyss
Copy link
Contributor

@serenibyss serenibyss commented Jun 8, 2021

Closes #19535

This PR ports the influxd inspect verify-seriesfile command from 1.x to 2.x. Similar to #21615, the functional logic needed little to no change, aside from hooking into Cobra. I also added another test case to give some coverage to the Cobra command section of the code.

cmd/influxd/inspect/verify_seriesfile.go Outdated Show resolved Hide resolved
cmd/influxd/inspect/verify_seriesfile.go Outdated Show resolved Hide resolved
cmd/influxd/inspect/verify_seriesfile_test.go Outdated Show resolved Hide resolved
@serenibyss serenibyss requested a review from danxmoran June 8, 2021 17:52
cmd/influxd/inspect/verify_seriesfile.go Outdated Show resolved Hide resolved
cmd/influxd/inspect/verify_seriesfile.go Outdated Show resolved Hide resolved
cmd/influxd/inspect/verify_seriesfile_test.go Outdated Show resolved Hide resolved
@serenibyss serenibyss requested a review from danxmoran June 8, 2021 18:40
@serenibyss serenibyss requested a review from danxmoran June 8, 2021 18:58
cmd/influxd/inspect/verify_seriesfile.go Outdated Show resolved Hide resolved
@serenibyss serenibyss merged commit c665c74 into master Jun 8, 2021
@serenibyss serenibyss deleted the inspect-verify-seriesfile-dbv2 branch June 8, 2021 20:19
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.

Port influxd inspect verify-seriesfile command
2 participants