redis/tests/sentinel-tests/04-slave-selection.tcl

6 lines
207 B
Tcl

# Test slave selection algorithm.
#
# This unit should test:
# 1) That when there are no suitable slaves no failover is performed.
# 2) That among the available slaves, the one with better offset is picked.