I was checking myself too, and it doesn't fail for me locally with a fresh checkout ... I'll dig more into it.
Tommaso 2015-12-16 14:32 GMT+01:00 Michael Dürig <[email protected]>: > > org.apache.jackrabbit.oak.jcr.query.FacetTest consistently fails on > Jenkins now. Is this related to any recent changes? > > Michael > > > > On 16.12.15 2:26 , Apache Jenkins Server wrote: > >> The Apache Jenkins build system has built Apache Jackrabbit Oak matrix >> (build #630) >> >> Status: Still Failing >> >> Check console output at >> https://builds.apache.org/job/Apache%20Jackrabbit%20Oak%20matrix/630/ to >> view the results. >> >> Changes: >> [mreutegg] OAK-3798: NodeDocument.getNewestRevision() incorrect when >> there are >> >> >> >> Test results: >> 15 tests failed. >> FAILED: >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalMV >> >> Error Message: >> expected:<tags:[[repository (2), software (2), aem (1), apache (1), >> cosmetics (1), furniture (1)], tags:[repository (2), software (2), aem (1), >> apache (1), cosmetics (1), furniture (1)], tags:[repository (2), software >> (2), aem (1), apache (1), cosmetics (1), furniture (1)], tags:[repository >> (2), software (2), aem (1), apache (1), cosmetics (1), furniture (1)]]> but >> was:<tags:[[], tags:[], tags:[], tags:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<tags:[[repository (2), >> software (2), aem (1), apache (1), cosmetics (1), furniture (1)], >> tags:[repository (2), software (2), aem (1), apache (1), cosmetics (1), >> furniture (1)], tags:[repository (2), software (2), aem (1), apache (1), >> cosmetics (1), furniture (1)], tags:[repository (2), software (2), aem (1), >> apache (1), cosmetics (1), furniture (1)]]> but was:<tags:[[], tags:[], >> tags:[], tags:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalMV(FacetTest.java:80) >> 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:606) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:606) >> 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) >> >> >> FAILED: >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testMultipleFacetsRetrieval >> >> Error Message: >> expected:<jcr:title:[[hallo (1), oh hallo (1)], jcr:description:[a (1), b >> (1)], jcr:title:[hallo (1), oh hallo (1)], jcr:description:[a (1), b (1)]]> >> but was:<jcr:title:[[], jcr:description:[], jcr:title:[], >> jcr:description:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<jcr:title:[[hallo (1), oh >> hallo (1)], jcr:description:[a (1), b (1)], jcr:title:[hallo (1), oh hallo >> (1)], jcr:description:[a (1), b (1)]]> but was:<jcr:title:[[], >> jcr:description:[], jcr:title:[], jcr:description:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testMultipleFacetsRetrieval(FacetTest.java:146) >> 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:606) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:606) >> 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) >> >> >> FAILED: org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval >> >> Error Message: >> expected:<text:[[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)]]> but >> was:<text:[[], text:[], text:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<text:[[hallo (1), hello (1), >> oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)]]> but was:<text:[[], text:[], text:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval(FacetTest.java:55) >> 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:606) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:606) >> 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) >> >> >> FAILED: org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval2 >> >> Error Message: >> expected:<jcr:title:[[hallo (1), oh hallo (1)], jcr:title:[hallo (1), oh >> hallo (1)]]> but was:<jcr:title:[[], jcr:title:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<jcr:title:[[hallo (1), oh >> hallo (1)], jcr:title:[hallo (1), oh hallo (1)]]> but was:<jcr:title:[[], >> jcr:title:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval2(FacetTest.java:122) >> 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:606) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:606) >> 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) >> >> >> FAILED: >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalWithAnonymousUser >> >> Error Message: >> expected:<text:[[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)]]> but >> was:<text:[[], text:[], text:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<text:[[hallo (1), hello (1), >> oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)]]> but was:<text:[[], text:[], text:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalWithAnonymousUser(FacetTest.java:102) >> 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:606) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:606) >> 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) >> >> >> FAILED: >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalMV >> >> Error Message: >> expected:<tags:[[repository (2), software (2), aem (1), apache (1), >> cosmetics (1), furniture (1)], tags:[repository (2), software (2), aem (1), >> apache (1), cosmetics (1), furniture (1)], tags:[repository (2), software >> (2), aem (1), apache (1), cosmetics (1), furniture (1)], tags:[repository >> (2), software (2), aem (1), apache (1), cosmetics (1), furniture (1)]]> but >> was:<tags:[[], tags:[], tags:[], tags:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<tags:[[repository (2), >> software (2), aem (1), apache (1), cosmetics (1), furniture (1)], >> tags:[repository (2), software (2), aem (1), apache (1), cosmetics (1), >> furniture (1)], tags:[repository (2), software (2), aem (1), apache (1), >> cosmetics (1), furniture (1)], tags:[repository (2), software (2), aem (1), >> apache (1), cosmetics (1), furniture (1)]]> but was:<tags:[[], tags:[], >> tags:[], tags:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalMV(FacetTest.java:80) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> 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) >> >> >> FAILED: >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testMultipleFacetsRetrieval >> >> Error Message: >> expected:<jcr:title:[[hallo (1), oh hallo (1)], jcr:description:[a (1), b >> (1)], jcr:title:[hallo (1), oh hallo (1)], jcr:description:[a (1), b (1)]]> >> but was:<jcr:title:[[], jcr:description:[], jcr:title:[], >> jcr:description:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<jcr:title:[[hallo (1), oh >> hallo (1)], jcr:description:[a (1), b (1)], jcr:title:[hallo (1), oh hallo >> (1)], jcr:description:[a (1), b (1)]]> but was:<jcr:title:[[], >> jcr:description:[], jcr:title:[], jcr:description:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testMultipleFacetsRetrieval(FacetTest.java:146) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> 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) >> >> >> FAILED: org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval >> >> Error Message: >> expected:<text:[[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)]]> but >> was:<text:[[], text:[], text:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<text:[[hallo (1), hello (1), >> oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)]]> but was:<text:[[], text:[], text:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval(FacetTest.java:55) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> 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) >> >> >> FAILED: org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval2 >> >> Error Message: >> expected:<jcr:title:[[hallo (1), oh hallo (1)], jcr:title:[hallo (1), oh >> hallo (1)]]> but was:<jcr:title:[[], jcr:title:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<jcr:title:[[hallo (1), oh >> hallo (1)], jcr:title:[hallo (1), oh hallo (1)]]> but was:<jcr:title:[[], >> jcr:title:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval2(FacetTest.java:122) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> 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) >> >> >> FAILED: >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalWithAnonymousUser >> >> Error Message: >> expected:<text:[[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)]]> but >> was:<text:[[], text:[], text:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<text:[[hallo (1), hello (1), >> oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)]]> but was:<text:[[], text:[], text:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalWithAnonymousUser(FacetTest.java:102) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> 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) >> >> >> FAILED: >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalMV >> >> Error Message: >> expected:<tags:[[repository (2), software (2), aem (1), apache (1), >> cosmetics (1), furniture (1)], tags:[repository (2), software (2), aem (1), >> apache (1), cosmetics (1), furniture (1)], tags:[repository (2), software >> (2), aem (1), apache (1), cosmetics (1), furniture (1)], tags:[repository >> (2), software (2), aem (1), apache (1), cosmetics (1), furniture (1)]]> but >> was:<tags:[[], tags:[], tags:[], tags:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<tags:[[repository (2), >> software (2), aem (1), apache (1), cosmetics (1), furniture (1)], >> tags:[repository (2), software (2), aem (1), apache (1), cosmetics (1), >> furniture (1)], tags:[repository (2), software (2), aem (1), apache (1), >> cosmetics (1), furniture (1)], tags:[repository (2), software (2), aem (1), >> apache (1), cosmetics (1), furniture (1)]]> but was:<tags:[[], tags:[], >> tags:[], tags:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalMV(FacetTest.java:80) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> 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) >> >> >> FAILED: >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testMultipleFacetsRetrieval >> >> Error Message: >> expected:<jcr:title:[[hallo (1), oh hallo (1)], jcr:description:[a (1), b >> (1)], jcr:title:[hallo (1), oh hallo (1)], jcr:description:[a (1), b (1)]]> >> but was:<jcr:title:[[], jcr:description:[], jcr:title:[], >> jcr:description:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<jcr:title:[[hallo (1), oh >> hallo (1)], jcr:description:[a (1), b (1)], jcr:title:[hallo (1), oh hallo >> (1)], jcr:description:[a (1), b (1)]]> but was:<jcr:title:[[], >> jcr:description:[], jcr:title:[], jcr:description:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testMultipleFacetsRetrieval(FacetTest.java:146) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> 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) >> >> >> FAILED: org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval >> >> Error Message: >> expected:<text:[[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)]]> but >> was:<text:[[], text:[], text:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<text:[[hallo (1), hello (1), >> oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)]]> but was:<text:[[], text:[], text:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval(FacetTest.java:55) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> 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) >> >> >> FAILED: org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval2 >> >> Error Message: >> expected:<jcr:title:[[hallo (1), oh hallo (1)], jcr:title:[hallo (1), oh >> hallo (1)]]> but was:<jcr:title:[[], jcr:title:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<jcr:title:[[hallo (1), oh >> hallo (1)], jcr:title:[hallo (1), oh hallo (1)]]> but was:<jcr:title:[[], >> jcr:title:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrieval2(FacetTest.java:122) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> 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) >> >> >> FAILED: >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalWithAnonymousUser >> >> Error Message: >> expected:<text:[[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)]]> but >> was:<text:[[], text:[], text:[]]> >> >> Stack Trace: >> junit.framework.ComparisonFailure: expected:<text:[[hallo (1), hello (1), >> oh hallo (1)], text:[hallo (1), hello (1), oh hallo (1)], text:[hallo (1), >> hello (1), oh hallo (1)]]> but was:<text:[[], text:[], text:[]]> >> at junit.framework.Assert.assertEquals(Assert.java:100) >> at junit.framework.Assert.assertEquals(Assert.java:107) >> at junit.framework.TestCase.assertEquals(TestCase.java:269) >> at >> org.apache.jackrabbit.oak.jcr.query.FacetTest.testFacetRetrievalWithAnonymousUser(FacetTest.java:102) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at junit.framework.TestCase.runTest(TestCase.java:176) >> at junit.framework.TestCase.runBare(TestCase.java:141) >> at junit.framework.TestResult$1.protect(TestResult.java:122) >> at junit.framework.TestResult.runProtected(TestResult.java:142) >> at junit.framework.TestResult.run(TestResult.java:125) >> at junit.framework.TestCase.run(TestCase.java:129) >> at >> org.apache.jackrabbit.test.AbstractJCRTest.run(AbstractJCRTest.java:464) >> at junit.framework.TestSuite.runTest(TestSuite.java:252) >> at junit.framework.TestSuite.run(TestSuite.java:247) >> at >> org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:86) >> 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:39) >> at >> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> 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) >> >> >>
