Sentinel test: add stub for unit 04.

This commit is contained in:
antirez 2014-02-25 15:36:51 +01:00
parent fe9a489b29
commit 55c059e270

View File

@ -0,0 +1,5 @@
# 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.