Add bbolt subcommand to etcdutl - #22187
Conversation
|
Hi @akstron. Thanks for your PR. I'm waiting for a etcd-io member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
204161a to
d8e57d1
Compare
d8e57d1 to
1c86665
Compare
|
@serathius pinging for review. Let me know if anything else is expected from this issue? |
|
A test would be nice |
| etcdutl.NewVersionCommand(), | ||
| etcdutl.NewCompletionCommand(), | ||
| etcdutl.NewMigrateCommand(), | ||
| bboltCmd, |
There was a problem hiding this comment.
| bboltCmd, | |
| bboltcmd.NewRootCommand(), |
| bboltCmd := bboltcmd.NewRootCommand() | ||
| bboltCmd.Short = "Low-level bbolt database commands" |
There was a problem hiding this comment.
| bboltCmd := bboltcmd.NewRootCommand() | |
| bboltCmd.Short = "Low-level bbolt database commands" |
1c86665 to
7bdf5df
Compare
Added one test to make sure the wiring is correct |
|
/ok-to-test |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahrtr, akstron The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov Report❌ Patch coverage is
Additional details and impacted files
... and 24 files with indirect coverage changes @@ Coverage Diff @@
## main #22187 +/- ##
==========================================
+ Coverage 69.65% 69.72% +0.07%
==========================================
Files 449 449
Lines 38188 38208 +20
==========================================
+ Hits 26599 26642 +43
+ Misses 10154 10136 -18
+ Partials 1435 1430 -5 Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
|
/retest |
7bdf5df to
aadeefe
Compare
|
Added it @ahrtr . Thanks |
Signed-off-by: Alok Kumar Singh <dev.alok.singh123@gmail.com>
aadeefe to
ba4a3b8
Compare
|
@ahrtr can we get this merged? |
Fixes #15760