コード例 #1
0
 @Test
 @Ignore // ignoring as test is flaky, sentinel does not discovery slave or is subjected to timing
 public void testCkquorum() {
   redisSentinel.failover(
       MASTER_NAME,
       reply -> {
         assertTrue(reply.succeeded());
         assertEquals("OK", reply.result().toString());
         testComplete();
       });
   await();
 }