1
0
mirror of https://github.com/fluencelabs/redis synced 2025-03-30 06:11:04 +00:00
redis/tests/sentinel-tests/04-slave-selection.tcl
2014-02-25 15:36:51 +01:00

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.