You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "agingade (GitHub)" <gi...@apache.org> on 2018/11/20 22:56:03 UTC

[GitHub] [geode] agingade commented on pull request #2833: GEODE-5407: fix JMXMBeanReconnectDUnitTest timing

instead of while loop; can it be done using awaitility for each of the locator beans...and then compare them.
GeodeAwaitility.await().untilAsserted(() -> {
        getFederatedGemfireBeansFrom(locator2);	      
       finalL2Beans.clear();
      finalL2Beans.addAll(getFederatedGemfireBeansFrom(locator2Connection));
      assertThat(finalL2Beans).hasSize(NUM_BEANS);
       });

[ Full content available at: https://github.com/apache/geode/pull/2833 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org