-
Notifications
You must be signed in to change notification settings - Fork 527
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
[tools-v2] add bs check server based on pr2463 #2646
Conversation
Signed-off-by: pengpengSir <[email protected]> fix bs check server Signed-off-by: pengpengSir <[email protected]> seperate command Signed-off-by: pengpengSir <[email protected]> Update server.go Signed-off-by: pengpengSir <[email protected]>
cicheck |
1 similar comment
cicheck |
@montaguelhz PTAL |
) | ||
|
||
const ( | ||
serverExample = `$ curve bs check server` |
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.
add more example
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.
fixed
cobrautil.ROW_SERVER, | ||
}) | ||
sCmd.TableNew.AppendBulk(list) | ||
sCmd.Result = sCmd.rows |
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.
sCmd.Error = ...
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.
fixed
0e19175
to
d501009
Compare
Signed-off-by: caoxianfei1 <[email protected]>
d501009
to
e919cb7
Compare
LGTM |
cicheck |
What problem does this PR solve?
This pr is implemented based on #2463, add bs check server command
Problem Summary:
What is changed and how it works?
What's Changed:
How it Works:
Side effects(Breaking backward compatibility? Performance regression?):
Check List