You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Nicolas Peltier (Jira)" <ji...@apache.org> on 2021/10/05 15:16:00 UTC

[jira] [Commented] (SLING-10849) Sling Pipes IT Test Fail

    [ https://issues.apache.org/jira/browse/SLING-10849?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17424524#comment-17424524 ] 

Nicolas Peltier commented on SLING-10849:
-----------------------------------------

reproduced it once, looks like an intermittent paxexam  osgi context issue. This time

{Code}
-------------------------------------------------------------------------------
Test set: org.apache.sling.pipes.it.PlumberServletIT
-------------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 1, Time elapsed: 20.672 s <<< FAILURE! - in org.apache.sling.pipes.it.PlumberServletIT
org.apache.sling.pipes.it.PlumberServletIT.testListComponentJson  Time elapsed: 2.139 s  <<< FAILURE!
java.lang.AssertionError: there should be 2 elements expected:<2> but was:<0>
        at org.apache.sling.pipes.it.PlumberServletIT.testListComponentJson(PlumberServletIT.java:59)
{Code}

> Sling Pipes IT Test Fail
> ------------------------
>
>                 Key: SLING-10849
>                 URL: https://issues.apache.org/jira/browse/SLING-10849
>             Project: Sling
>          Issue Type: Bug
>            Reporter: Ben Zahler
>            Priority: Major
>             Fix For: Pipes 4.3.0
>
>
> Steps to Reproduce:
>  # check out the Sling Pipes source code, master branch
>  # execute "mvn clean install"
> Build fails because of IT Tests:
> [ERROR] Errors: 
> [ERROR] PipeBuilderIT » TestContainer [link:classpath:META-INF/links/org.ops4j.pax.exa...
> [ERROR] PipeModelIT » TestContainer [link:classpath:META-INF/links/org.ops4j.pax.exam....
> [ERROR] PlumberServletIT » TestContainer [link:classpath:META-INF/links/org.ops4j.pax....
> [ERROR] PlumberTestIT » TestContainer [link:classpath:META-INF/links/org.ops4j.pax.exa...
>  Note: "mvn clean test" command passes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)