You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/09/29 18:48:02 UTC

[jira] [Commented] (GEODE-3721) DurableClientTestCase methods are ignored with old bug number

    [ https://issues.apache.org/jira/browse/GEODE-3721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16186226#comment-16186226 ] 

ASF subversion and git services commented on GEODE-3721:
--------------------------------------------------------

Commit 3b6ba915a27d8515cbbb98dcf8456cce56f2c29b in geode's branch refs/heads/develop from [~upthewaterspout]
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3b6ba91 ]

GEODE-3721: Renabling durable client tests that were ignored (#840)

GEODE-3721: Renabling durable client tests that were ignored

These tests were marked ignored referencing some pre-geode bug.
Reenabling them. The tests are not failing for me.


> DurableClientTestCase methods are ignored with old bug number
> -------------------------------------------------------------
>
>                 Key: GEODE-3721
>                 URL: https://issues.apache.org/jira/browse/GEODE-3721
>             Project: Geode
>          Issue Type: Bug
>          Components: client queues
>            Reporter: Dan Smith
>            Assignee: 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)