dice
dice copied to clipboard
Tests for command `INCR`
Currently, there are almost no unit tests for the INCR 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 I would like to contribute for this feature
@arpitbbhayani can we close this issue, seems like test cases for this are already added here: https://github.com/DiceDB/dice/blob/master/tests/incr_test.go
Thanks @Rits1272 , Closing this.