[
https://issues.apache.org/jira/browse/SLING-7834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16583828#comment-16583828
]
Robert Munteanu commented on SLING-7834:
----------------------------------------
[~bdelacretaz] - that helps, thank you! I'm getting two new test failures
locally (and on Jenkins)
{noformat}[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time
elapsed: 0.357 s <<< FAILURE! - in
org.apache.sling.launchpad.webapp.integrationtest.teleporter.LdapFilterTeleporterTest
[ERROR]
testLowercase(org.apache.sling.launchpad.webapp.integrationtest.teleporter.LdapFilterTeleporterTest)
Time elapsed: 0.159 s <<< ERROR!
java.lang.ClassCastException:
org.apache.sling.launchpad.testservices.serversidetests.LowercaseStringTransformer
cannot be cast to
org.apache.sling.launchpad.testservices.exported.StringTransformer
at
org.apache.sling.launchpad.webapp.integrationtest.teleporter.LdapFilterTeleporterTest.testLowercase(LdapFilterTeleporterTest.java:41)
[ERROR]
testUppercase(org.apache.sling.launchpad.webapp.integrationtest.teleporter.LdapFilterTeleporterTest)
Time elapsed: 0.196 s <<< ERROR!
java.lang.ClassCastException:
org.apache.sling.launchpad.testservices.serversidetests.UppercaseStringTransformer
cannot be cast to
org.apache.sling.launchpad.testservices.exported.StringTransformer
at
org.apache.sling.launchpad.webapp.integrationtest.teleporter.LdapFilterTeleporterTest.testUppercase(LdapFilterTeleporterTest.java:34)
{noformat}
Could this be related to the changes in this issue?
> Transform ResourceResolverProxyTest into a teleported test
> ----------------------------------------------------------
>
> Key: SLING-7834
> URL: https://issues.apache.org/jira/browse/SLING-7834
> Project: Sling
> Issue Type: Task
> Components: Testing
> Reporter: Bertrand Delacretaz
> Assignee: Bertrand Delacretaz
> Priority: Minor
>
> We need to debug the ResourceResolverProxyTest for SLING-7832. That's an old
> style remote test which are not convenient to troubleshoot, I'll transform it
> into a more modern teleported test to make that easier.
> This ticket can then also serve as an example to convert more tests when the
> need arises.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)