You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Stefan Egli <eg...@adobe.com> on 2014/03/04 13:32:36 UTC

[buildbot] models.it.RemoteIT fails

Hi,

Currently the builds are failing on buildbot with the following details:

Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 55.23 sec <<< FAILURE!
test(org.apache.sling.models.it.ViaTest)(org.apache.sling.models.it.RemoteIT)  Time elapsed: 0.004 sec  <<< FAILURE!
java.lang.AssertionError: test(org.apache.sling.models.it.ViaTest): org/apache/commons/beanutils/NestedNullException
        at org.apache.sling.junit.remote.testrunner.SlingRemoteTest.run(SlingRemoteTest.java:44)
        at org.apache.sling.junit.remote.testrunner.SlingRemoteTestRunner.runChild(SlingRemoteTestRunner.java:157)
        at org.apache.sling.junit.remote.testrunner.SlingRemoteTestRunner.runChild(SlingRemoteTestRunner.java:45)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
        at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
        at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
        at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:622)
        at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
        at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
        at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
        at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
        at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

http://ci.apache.org/builders/sling-trunk/builds/378/steps/compile/logs/stdio

I'm not too familiar with this integrationtest, does it run with/require a particular profile?

Cheers,
Stefan

Re: [buildbot] models.it.RemoteIT fails

Posted by Robert Munteanu <ro...@gmail.com>.
Probably caused by SLING-3430 and already fixed
On Mar 4, 2014 2:33 PM, "Stefan Egli" <eg...@adobe.com> wrote:

> Hi,
>
> Currently the builds are failing on buildbot with the following details:
>
> Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 55.23 sec
> <<< FAILURE!
> test(org.apache.sling.models.it.ViaTest)(org.apache.sling.models.it.RemoteIT)
>  Time elapsed: 0.004 sec  <<< FAILURE!
> java.lang.AssertionError: test(org.apache.sling.models.it.ViaTest):
> org/apache/commons/beanutils/NestedNullException
>         at
> org.apache.sling.junit.remote.testrunner.SlingRemoteTest.run(SlingRemoteTest.java:44)
>         at
> org.apache.sling.junit.remote.testrunner.SlingRemoteTestRunner.runChild(SlingRemoteTestRunner.java:157)
>         at
> org.apache.sling.junit.remote.testrunner.SlingRemoteTestRunner.runChild(SlingRemoteTestRunner.java:45)
>         at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
>         at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
>         at
> org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
>         at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
>         at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
>         at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
>         at
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>         at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>         at java.lang.reflect.Method.invoke(Method.java:622)
>         at
> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
>         at
> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
>         at
> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
>         at
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
>         at
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
>
>
> http://ci.apache.org/builders/sling-trunk/builds/378/steps/compile/logs/stdio
>
> I'm not too familiar with this integrationtest, does it run with/require a
> particular profile?
>
> Cheers,
> Stefan
>