-
Notifications
You must be signed in to change notification settings - Fork 23
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
Make subctl verify
output more useful
#131
Comments
This issue has been automatically marked as stale because it has not had activity for 60 days. It will be closed if no further activity occurs. Please make a comment if this issue/pr is still valid. Thank you for your contributions. |
Talking about this on the scrub, this still seems useful. Might also be good to expose a more clean way to run specific tests once verify shows the names of the tests (not just test suites as we do now). Would help with debugging, to have fewer logs. |
Unfortunately, Here's what the output looks like currently w/o specifying
Here's what it looks like with the proposed changes with
We do get extra output for Here's the full output with
|
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
This alows flexibility to format or omit the output. Related to submariner-io/subctl#131 Signed-off-by: Tom Pantelis <[email protected]>
What would you like to be added:
As a developer, and as an end user, I'd like to know which test is being verified and have a clearer print out which is more in line with how other
subctl
commands behave (e.g join, diagnose, etc).e.g.
$ subctl verify --only connectivity --kubecontexts "$(generate_kubecontexts)" Verifying connectivity ✓ [dataplane] Basic TCP connectivity tests across clusters without discovery when a pod connects via TCP to a remote pod when the pod is on a gateway and the remote pod is on a gateway ✓ [dataplane] Basic TCP connectivity tests across clusters without discovery when a pod connects via TCP to a remote service when the pod is not on a gateway and the remote service is on a gateway ...
For printing more detailed information we have a
--verbose
flag which can print out the test specifics for each testWhy is this needed:
As an end user and as a developer, the output from
subctl verify
is quite useless right now:The text was updated successfully, but these errors were encountered: