Dan Smith created GEODE-3721:
--------------------------------

             Summary: DurableClientTestCase methods are ignored with no 
justification
                 Key: GEODE-3721
                 URL: https://issues.apache.org/jira/browse/GEODE-3721
             Project: Geode
          Issue Type: Bug
          Components: client queues
            Reporter: Dan Smith


A couple of methods in DurableClientTestCase are marked as ignored with old bug 
numbers in a pre geode bug database. I reenabled them and they seem to be 
passing consistently for me. We should reenable these tests.

{code}
@Ignore("TODO: This test is failing inconsistently, see bug 51258")
   @Test
   public void testDurableNonHAFailover() throws InterruptedException {
     durableFailover(0);
     durableFailoverAfterReconnect(0);
   }
 
-  @Ignore("TODO: This test is failing inconsistently, see bug 51258")
   @Test
   public void testDurableHAFailover() throws InterruptedException {
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to