You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:25:51 UTC

[sling-org-apache-sling-discovery-base] 11/16: SLING-5224 : more logging for testBoostrap

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 b9c1fd9003447eac88e4dc7adc17f59d696c2d04
Author: Stefan Egli <st...@apache.org>
AuthorDate: Mon Nov 2 10:22:14 2015 +0000

    SLING-5224 : more logging for testBoostrap
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1711931 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/discovery/base/its/AbstractSingleInstanceTest.java | 2 ++
 1 file changed, 2 insertions(+)

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 619e76a..b8bb14b 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
@@ -276,7 +276,9 @@ public abstract class AbstractSingleInstanceTest {
         Thread.sleep(1000);
         instance.heartbeatsAndCheckView();
         Thread.sleep(1000);
+        logger.info("testBoostrap: dumping repo...");
         instance.dumpRepo();
+        logger.info("testBoostrap: dumping listener...");
         ada.dump();
         assertEquals(0, ada.getUnexpectedCount());
         assertEquals(1, ada.getEvents().size());

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.