You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bill Burcham (Jira)" <ji...@apache.org> on 2020/03/23 21:53:00 UTC

[jira] [Created] (GEODE-7903) QueueManagerJUnitTest > testWatchForNewRedundant test fails sometimes

Bill Burcham created GEODE-7903:
-----------------------------------

             Summary: QueueManagerJUnitTest > testWatchForNewRedundant test fails sometimes
                 Key: GEODE-7903
                 URL: https://issues.apache.org/jira/browse/GEODE-7903
             Project: Geode
          Issue Type: Bug
          Components: client queues
            Reporter: Bill Burcham


This test failed in CI on AdoptOpenJDK11 https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/IntegrationTestOpenJDK11/builds/1617 

{code}
org.apache.geode.cache.client.internal.QueueManagerJUnitTest > testWatchForNewRedundant FAILED
    java.lang.AssertionError: expected:<[2, 3]> but was:<[2]>
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.failNotEquals(Assert.java:834)
        at org.junit.Assert.assertEquals(Assert.java:118)
        at org.junit.Assert.assertEquals(Assert.java:144)
        at org.apache.geode.cache.client.internal.QueueManagerJUnitTest.assertPortEquals(QueueManagerJUnitTest.java:300)
        at org.apache.geode.cache.client.internal.QueueManagerJUnitTest.testWatchForNewRedundant(QueueManagerJUnitTest.java:239)
{code}

Ran 100x w/ no failure in IntelliJ on Mac on AdoptOpenJDK8



--
This message was sent by Atlassian Jira
(v8.3.4#803005)