dice icon indicating copy to clipboard operation
dice copied to clipboard

Tests for command `INCR`

Open arpitbbhayani opened this issue 3 years ago • 2 comments

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.

  1. covers the correctness of single command
  2. covers the correctness when multiple commands are fired
  3. no commands are dropped abruptly
  4. ensure we check for small, large, and massive inputs (if applicable)

arpitbbhayani avatar Oct 31 '22 14:10 arpitbbhayani

@arpitbbhayani I would like to contribute for this feature

FuncGuy avatar Nov 11 '22 05:11 FuncGuy

@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

Rits1272 avatar Aug 10 '24 07:08 Rits1272

Thanks @Rits1272 , Closing this.

AshwinKul28 avatar Sep 08 '24 12:09 AshwinKul28