-
Notifications
You must be signed in to change notification settings - Fork 57
feat(ux): flatten ctl link query claims inventory #585
feat(ux): flatten ctl link query claims inventory #585
Conversation
Looks like there is a flaky test -- not any of the new added ones, but while I'm here I'd like to investigate it |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I can merge as-is or hold if you're still looking into the flaky test 👍
Yeah I'm still sus about this one failure -- I want to see if I can reproduce it in my own fork after running it a few times. |
Yeah so a bunch of tests are leaky (
Something related to starting/stopping the processes. I think it might be |
Finally found the issue -- Seems to have exposed some issues with other tests so dealing with that... |
Signed-off-by: Victor Adossi <vadossi@cosmonic.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Feature or Problem
Merge
wash ctl link query
,wash ctl get claims
andwash ctl get inventory
into a singlewash get
commandSee:
wash
command structure rework #538Related Issues
Release Information
next
Consumer Impact
Users should be able to more quickly and conveniently access information about the cluster in fewer keystrokes with
wash get
rather thanwash ctl link query
(and similar commands).Testing
Built on platform(s)
Tested on platform(s)
Unit Test(s)
Acceptance or Integration
Integration tests were added for the new top level commands (see
integration_get.rs
), and the existing tests continue to pass for older CLI commands.Manual Verification