From fe9a489b29ac6f9f138ab1f94bc1c862fe0af2f3 Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 25 Feb 2014 15:21:53 +0100 Subject: [PATCH] Sentinel test: added TODO items in 02 unit. --- tests/sentinel-tests/02-slaves-reconf.tcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/sentinel-tests/02-slaves-reconf.tcl b/tests/sentinel-tests/02-slaves-reconf.tcl index 49ecb1ab..753580a0 100644 --- a/tests/sentinel-tests/02-slaves-reconf.tcl +++ b/tests/sentinel-tests/02-slaves-reconf.tcl @@ -1 +1,6 @@ # Check that slaves are reconfigured at a latter time if they are partitioned. +# +# Here we should test: +# 1) That slaves point to the new master after failover. +# 2) That partitioned slaves point to new master when they are partitioned +# away during failover and return at a latter time.