/[Apache-SVN]
ViewVC logotype

Revision 1651751


Jump to revision: Previous Next
Author: chetanm
Date: Wed Jan 14 17:54:31 2015 UTC (9 years, 3 months ago)
Changed paths: 12
Log Message:
SLING-4280 - Enable dumping of remote server logs in case of test failures

- Commons Testing - Added a new class TestInfoPassingClient which passes Sling test related headers (MDC keys starting with X-Sling) to outgoing request. Also used by HttpTestBase
 - Junit Core - Exposed a TestLogServlet to capture server side logs for test being executed
 - Testing Tools - Added RemoteLogDumper rule which connects to remote server and obtains the server logs and then dump them to system err stream upon failure. Also added a TestDescriptionInterceptor
 - integration-test - Modified the dependency to use logback as it supports MDC

Changed paths

Path Details
Directorysling/trunk/bundles/commons/testing/src/main/java/org/apache/sling/commons/testing/integration/HttpTestBase.java modified , text changed
Directorysling/trunk/bundles/commons/testing/src/main/java/org/apache/sling/commons/testing/integration/TestInfoPassingClient.java added
Directorysling/trunk/launchpad/integration-tests/pom.xml modified , text changed
Directorysling/trunk/launchpad/integration-tests/src/main/resources/logback-test.xml added
Directorysling/trunk/testing/junit/core/pom.xml modified , text changed
Directorysling/trunk/testing/junit/core/src/main/java/org/apache/sling/junit/impl/servlet/TestLogServlet.java added
Directorysling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/RemoteLogDumper.java added
Directorysling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/TestDescriptionInterceptor.java modified , text changed
Directorysling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/TestDescriptionRule.java modified , text changed
Directorysling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/TestNameLoggingFilter.java modified , text changed
Directorysling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/junit/package-info.java modified , text changed
Directorysling/trunk/testing/tools/src/main/java/org/apache/sling/testing/tools/sling/SlingTestBase.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26