You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Bruce Schuchardt (JIRA)" <ji...@apache.org> on 2017/09/07 23:20:00 UTC

[jira] [Created] (GEODE-3581) CI Failure: ProductUseLogDUnitTest.testMembershipMonitoring

Bruce Schuchardt created GEODE-3581:
---------------------------------------

             Summary: CI Failure: ProductUseLogDUnitTest.testMembershipMonitoring 
                 Key: GEODE-3581
                 URL: https://issues.apache.org/jira/browse/GEODE-3581
             Project: Geode
          Issue Type: Bug
          Components: management, tests
            Reporter: Bruce Schuchardt


This test looks flaky to me.  It has a sleep and then performs assertions.  All of the assertions & the file-reading code should be put into an Awaitility loop

{noformat}
org.apache.geode.distributed.internal.ProductUseLogDUnitTest > testMembershipMonitoring FAILED
    java.lang.AssertionError: expected locator29135views.log to have a client count of 1
        at org.junit.Assert.fail(Assert.java:88)
        at org.junit.Assert.assertTrue(Assert.java:41)
        at org.apache.geode.distributed.internal.ProductUseLogDUnitTest.testMembershipMonitoring(ProductUseLogDUnitTest.java:128)
{noformat}



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