You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Dan Smith (JIRA)" <ji...@apache.org> on 2017/09/28 22:40:03 UTC

[jira] [Created] (GEODE-3721) DurableClientTestCase methods are ignored with no justification

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)