mirror of
https://github.com/nspcc-dev/neofs-testcases.git
synced 2026-03-01 04:29:19 +00:00
Consider using -v flag for neofs-cli #264
Labels
No labels
I1
I2
I3
I4
S0
S1
S1
S2
S3
S4
U0
U0
U1
U2
U3
U4
blocked
bug
dependencies
discussion
documentation
enhancement
enhancement
enhancement
epic
feature
good first issue
help wanted
performance
question
task
test
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nspcc-dev/neofs-testcases#264
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @carpawell on GitHub (Mar 12, 2024).
That is
verbosefor cli. We have it but almost no one uses it and that is why it may be bad. Seems like tests are the place where it may play well. If we have some feedback, we can improve it.Current Behavior
No steps use
-vflag.Expected Behavior
Use
-vflag cause tests are expected to tell us as much info as possible when something is broken.Possible Solution
Use
-vflag. Maybe it can be optional.Steps to Reproduce
Run tests, see no
-vflag.Context
Recently I really had to push debug prints to the PR to know what was the reason for the failure I faced.
-vwould answer me immediately.@roman-khimov commented on GitHub (Mar 12, 2024):
@evgeniiz321, thoughts?
@evgeniiz321 commented on GitHub (Mar 12, 2024):
@roman-khimov it should go to the testlib, easy to implement, will do
@roman-khimov commented on GitHub (Mar 12, 2024):
OK if it doesn't interfere with tests (but I think we parse CLI output in some cases).