rombert commented on PR #27: URL: https://github.com/apache/sling-ide-tooling/pull/27#issuecomment-2776094953
Failures: ``` Failures: JcrPartialCoverageAggregatesDeploymentTest.deployNodeWithContentXmlInParentFolder:301 Runnable org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest$8@1833626b did not succeed in the allocated 5000 ms (46 attempts) JcrPartialCoverageAggregatesDeploymentTest.deployNodeWithContentXmlInParentFolder_reverse:359 Runnable org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest$10@a1ca7c0 did not succeed in the allocated 5000 ms (46 attempts) ``` ``` org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest.deployNodeWithContentXmlInParentFolder_reverse -- Time elapsed: 5.834 s <<< FAILURE! java.lang.AssertionError: Runnable org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest$10@a1ca7c0 did not succeed in the allocated 5000 ms (46 attempts) at org.apache.sling.ide.test.impl.helpers.Poller.pollUntilSuccessful(Poller.java:64) at org.apache.sling.ide.test.impl.helpers.Poller.pollUntil(Poller.java:78) at org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest.deployNodeWithContentXmlInParentFolder_reverse(JcrPartialCoverageAggregatesDeploymentTest.java:359) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.apache.sling.ide.test.impl.helpers.AbstractFailOnUnexpectedEventsRule$1.evaluate(AbstractFailOnUnexpectedEventsRule.java:56) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:51) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.RuntimeException: javax.jcr.PathNotFoundException: /content/test-root/mapping/jcr:content/par/folder at org.apache.sling.ide.test.impl.helpers.Poller$1.run(Poller.java:88) at org.apache.sling.ide.test.impl.helpers.Poller.pollUntilSuccessful(Poller.java:53) ... 45 more Caused by: javax.jcr.PathNotFoundException: /content/test-root/mapping/jcr:content/par/folder at org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl.getDeepNodeEntry(NodeEntryImpl.java:433) at org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl.getNodeEntry(HierarchyManagerImpl.java:137) at org.apache.jackrabbit.jcr2spi.ItemManagerImpl.getNode(ItemManagerImpl.java:168) at org.apache.jackrabbit.jcr2spi.SessionImpl.getNode(SessionImpl.java:518) at org.apache.sling.ide.test.impl.helpers.RepositoryAccessor.getNode(RepositoryAccessor.java:111) at org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest$10.call(JcrPartialCoverageAggregatesDeploymentTest.java:362) at org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest$10.call(JcrPartialCoverageAggregatesDeploymentTest.java:1) at org.apache.sling.ide.test.impl.helpers.Poller$1.run(Poller.java:83) ... 46 more org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest.deployNodeWithContentXmlInParentFolder -- Time elapsed: 6.949 s <<< FAILURE! java.lang.AssertionError: Runnable org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest$8@1833626b did not succeed in the allocated 5000 ms (46 attempts) at org.apache.sling.ide.test.impl.helpers.Poller.pollUntilSuccessful(Poller.java:64) at org.apache.sling.ide.test.impl.helpers.Poller.pollUntil(Poller.java:78) at org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest.deployNodeWithContentXmlInParentFolder(JcrPartialCoverageAggregatesDeploymentTest.java:301) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.rules.RunRules.evaluate(RunRules.java:20) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.apache.sling.ide.test.impl.helpers.AbstractFailOnUnexpectedEventsRule$1.evaluate(AbstractFailOnUnexpectedEventsRule.java:56) at org.junit.rules.ExternalResource$1.evaluate(ExternalResource.java:54) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:316) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:240) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:214) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:155) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:137) at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:148) at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:88) at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:140) at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:51) at org.eclipse.e4.ui.internal.workbench.swt.E4Testable.lambda$0(E4Testable.java:79) at java.base/java.lang.Thread.run(Thread.java:833) Caused by: java.lang.RuntimeException: javax.jcr.PathNotFoundException: /content/test-root/mapping/jcr:content/par/folder at org.apache.sling.ide.test.impl.helpers.Poller$1.run(Poller.java:88) at org.apache.sling.ide.test.impl.helpers.Poller.pollUntilSuccessful(Poller.java:53) ... 45 more Caused by: javax.jcr.PathNotFoundException: /content/test-root/mapping/jcr:content/par/folder at org.apache.jackrabbit.jcr2spi.hierarchy.NodeEntryImpl.getDeepNodeEntry(NodeEntryImpl.java:433) at org.apache.jackrabbit.jcr2spi.hierarchy.HierarchyManagerImpl.getNodeEntry(HierarchyManagerImpl.java:137) at org.apache.jackrabbit.jcr2spi.ItemManagerImpl.getNode(ItemManagerImpl.java:168) at org.apache.jackrabbit.jcr2spi.SessionImpl.getNode(SessionImpl.java:518) at org.apache.sling.ide.test.impl.helpers.RepositoryAccessor.getNode(RepositoryAccessor.java:111) at org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest$8.call(JcrPartialCoverageAggregatesDeploymentTest.java:304) at org.apache.sling.ide.test.impl.JcrPartialCoverageAggregatesDeploymentTest$8.call(JcrPartialCoverageAggregatesDeploymentTest.java:1) at org.apache.sling.ide.test.impl.helpers.Poller$1.run(Poller.java:83) ... 46 more ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org