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-tombstone subcommand #21646

Merged
merged 7 commits into from
Jun 28, 2021

Conversation

serenibyss
Copy link
Contributor

@serenibyss serenibyss commented Jun 9, 2021

Closes #19538

This PR ports the ./influxd inspect verify-tombstone subcommand. Similar to other ported commands, the logic of the verification itself is largely unchanged, with the majority of the changes in porting to Cobra and writing test cases. I'd like to point out at this point that the global structs and functions in the cmd/influxd/inspect package are starting to collide, so we should maybe break these commands into their own packages.

@serenibyss serenibyss merged commit 3c715d6 into master Jun 28, 2021
@serenibyss serenibyss deleted the inspect-verify-tombstone branch June 28, 2021 20:14
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-tombstone command
3 participants