Tests for command `SET`
Currently, there are almost no unit tests for the SET command. We need a comprehensive test suite for this command that also checks the correctness and completeness.
- covers the correctness of single command
- covers the correctness when multiple commands are fired
- no commands are dropped abruptly
- ensure we check for small, large, and massive inputs (if applicable)
@arpitbbhayani for SET command the tests are in set_test.go.
Are more tests required for it?
Yes. Correctness is yet to be tested. Long input, different data types, and bulk commands.
@arpitbbhayani I have made some code changes for this task, would be great to have the permissions to open a PR.
@nihcas700 you can fork the repo and raise a PR, no other permissions are required I believe.
Thanks @lucifercr07. Opened the MR. Looks like there are some conflicts, let me rebase it
@JyotinderSingh - I can pick this up, if it's available.
@JyotinderSingh - I can pick this up, if it's available.
I believe we already have comprehensive tests for the SET command now. Could you check if there are any cases we are missing?
Sure I will check and get back.
@JyotinderSingh - Reviewed all unit and integration tests for SET command. Found a few gaps and raised PR for the same - #1118