-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
#734: Http Integration tests for COMMAND and COMMAND/COUNT #899
#734: Http Integration tests for COMMAND and COMMAND/COUNT #899
Conversation
@lucifercr07 @pratikpandey21 , feel free to review this whenever free. Thanks :D |
a005df7
to
1db9e30
Compare
@svkaizoku build is failing can you please have a look? |
3acac41
to
2f566d4
Compare
Yes, let me do it. |
@lucifercr07 Done 👍 |
"gotest.tools/v3/assert" | ||
) | ||
|
||
func TestCommandCount(t *testing.T) { |
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.
We can add one more scenario for below case
redis> COMMAND COUNT 123
(error) wrong number of arguments for 'command|count' command
@svkaizoku please resolve comments and conflicts. |
@lucifercr07 on it. Will do it today. |
@svkaizoku build is failing, please have a look. |
Hey @lucifercr07 If i do this, an What is the use case for this error?
Can i remove this? |
No need to remove it. Have updated ability to add empty body in tests. |
@lucifercr07 it is fixed and no conflicts now. Can you take a look now? |
Fixes: #734
I will be splitting the implementation of this issue in multiple PR's.
The PR contains tests to for the below commands