• Wen Hui's avatar
    Adding missing test cases for Addslot Command (#12288) · d412269f
    Wen Hui authored
    Added missing test case coverage for below scenarios:
    
    1. The command only works if all the specified slots are, from
      the point of view of the node receiving the command, currently
      not assigned. A node will refuse to take ownership for slots that
      already belong to some other node (including itself).
    2. The command fails if the same slot is specified multiple times.
    d412269f
multi-slot-operations.tcl 5.61 KB