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.0.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git
commit 568f6d9f171081a42366201ef6332efd322019ff Author: Stefan Egli <[email protected]> AuthorDate: Thu Oct 29 19:06:49 2015 +0000 SLING-5216 / SLING-5195 : more test cases added git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1711334 13f79535-47bb-0310-9956-ffa450edef68 --- .../sling/discovery/base/its/AbstractDiscoveryServiceTest.java | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/test/java/org/apache/sling/discovery/base/its/AbstractDiscoveryServiceTest.java b/src/test/java/org/apache/sling/discovery/base/its/AbstractDiscoveryServiceTest.java index c2142f1..e68ce79 100644 --- a/src/test/java/org/apache/sling/discovery/base/its/AbstractDiscoveryServiceTest.java +++ b/src/test/java/org/apache/sling/discovery/base/its/AbstractDiscoveryServiceTest.java @@ -43,12 +43,10 @@ import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** - this is to get more assurance that things work: - - * have an agent that periodically scans getTopology and makes assumptions - * have a listener that makes assumptions too - * these two might be able to communicate with each other to make even more assumptions.. - * combine the above with coming and going instances, with slow ones etc etc + * This base tests for discovery.impl and .oak simulates instances + * that are coming and going, have a slow repository (and other bad-weather + * scenarios), and make assumptions on both getTopology() to always be correct + * as well as handleTopologyEvent to be properly delivered to. */ public abstract class AbstractDiscoveryServiceTest { -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
