This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.discovery.base-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git
commit 717806c943543a9269211467fee9565e1d038d72 Author: Stefan Egli <[email protected]> AuthorDate: Mon Nov 9 16:59:33 2015 +0000 SLING-5286 : re-activate fast topology change propagation git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1713478 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/sling/discovery/base/its/AbstractSingleInstanceTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/java/org/apache/sling/discovery/base/its/AbstractSingleInstanceTest.java b/src/test/java/org/apache/sling/discovery/base/its/AbstractSingleInstanceTest.java index 3ebf04a..7d4229b 100644 --- a/src/test/java/org/apache/sling/discovery/base/its/AbstractSingleInstanceTest.java +++ b/src/test/java/org/apache/sling/discovery/base/its/AbstractSingleInstanceTest.java @@ -235,14 +235,14 @@ public abstract class AbstractSingleInstanceTest { logger.info("testTopologyEventListeners: 4th sleep 2s"); Thread.sleep(2000); assertEquals(0, assertingTopologyEventListener.getRemainingExpectedCount()); - assertEquals(1, pp.getGetCnt()); + assertEquals(2, pp.getGetCnt()); // a heartbeat repeat should not result in another call though instance.heartbeatsAndCheckView(); logger.info("testTopologyEventListeners: 5th sleep 2s"); Thread.sleep(2000); assertEquals(0, assertingTopologyEventListener.getRemainingExpectedCount()); - assertEquals(2, pp.getGetCnt()); + assertEquals(3, pp.getGetCnt()); logger.info("testTopologyEventListeners: done"); } -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
