Hi Amit, in general, it depends what kind of failure it is. if it indicates something is really broken in oak, we should fix it before the release. in this case I would create an issue and disable the test for now. AFAICS this is what you did already.
Regards Marcel On 30/09/14 13:17, "Amit Jain" <[email protected]> wrote: >Hi, > >While doing release:prepare the test below fails repeatedly (reported >earlier too). Also failing on [1]. > >Should I just ignore the test temporarily and continue with the release? > >Thanks >Amit > >[1] - http://ci.apache.org/builders/oak-trunk-win7 > > >On Tue, Aug 12, 2014 at 1:17 PM, Chetan Mehrotra ><[email protected]> >wrote: > >> Test failed is in oak-pojosr for TokenAuthenticationTest. It passes >> locally but has been seen failing few times on build bot. Would have a >> look at that. However the failure is not related to changes done in >> last commit >> >> Running org.apache.jackrabbit.oak.run.osgi.TokenAuthenticationTest >> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 4.545 >> sec <<< FAILURE! >> >> >>tokenCreationWithPreAuth(org.apache.jackrabbit.oak.run.osgi.TokenAuthenti >>cationTest) >> Time elapsed: 4.545 sec <<< ERROR! >> java.lang.reflect.UndeclaredThrowableException >> at $Proxy7.login(Unknown Source) >> at javax.jcr.Repository$login.call(Unknown Source) >> at >> >>org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteAr >>ray.java:45) >> at >> >>org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSi >>te.java:108) >> at >> >>org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSi >>te.java:116) >> at >> >>org.apache.jackrabbit.oak.run.osgi.TokenAuthenticationTest.tokenCreationW >>ithPreAuth(TokenAuthenticationTest.groovy:58) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> >>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java >>:39) >> at >> >>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI >>mpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at >> >>org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMeth >>od.java:45) >> at >> >>org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallabl >>e.java:15) >> at >> >>org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod >>.java:42) >> at >> >>org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod. >>java:20) >> at >> >>org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java >>:28) >> at >> >>org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:3 >>0) >> at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263) >> at >> >>org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner. >>java:68) >> at >> >>org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner. >>java:47) >> at org.junit.runners.ParentRunner$3.run(ParentRunner.java:231) >> at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:60) >> at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:229) >> at org.junit.runners.ParentRunner.access$000(ParentRunner.java:50) >> at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:222) >> at org.junit.runners.ParentRunner.run(ParentRunner.java:300) >> at >> >>org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.ja >>va:252) >> at >> >>org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Prov >>ider.java:141) >> at >> >>org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.jav >>a:112) >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> >>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java >>:39) >> at >> >>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI >>mpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at >> >>org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(Refl >>ectionUtils.java:189) >> at >> >>org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(Pro >>viderFactory.java:165) >> at >> >>org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderF >>actory.java:85) >> at >> >>org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBo >>oter.java:115) >> at >>org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75) >> Caused by: java.lang.reflect.InvocationTargetException >> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >> at >> >>sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java >>:39) >> at >> >>sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI >>mpl.java:25) >> at java.lang.reflect.Method.invoke(Method.java:597) >> at >> >>org.apache.jackrabbit.oak.run.osgi.OakOSGiRepositoryFactory$RepositoryPro >>xy.invoke(OakOSGiRepositoryFactory.java:325) >> ... 37 more >> Caused by: javax.jcr.LoginException: Login Failure: all modules ignored >> at >> >>org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryI >>mpl.java:261) >> at >> >>org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryI >>mpl.java:219) >> ... 42 more >> Caused by: javax.security.auth.login.LoginException: Login Failure: >> all modules ignored >> at javax.security.auth.login.LoginContext.invoke(LoginContext.java:921) >> at >>javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) >> at javax.security.auth.login.LoginContext$5.run(LoginContext.java:706) >> at java.security.AccessController.doPrivileged(Native Method) >> at >> >>javax.security.auth.login.LoginContext.invokeCreatorPriv(LoginContext.jav >>a:703) >> at javax.security.auth.login.LoginContext.login(LoginContext.java:575) >> at >> >>org.apache.jackrabbit.oak.core.ContentRepositoryImpl.login(ContentReposit >>oryImpl.java:161) >> at >> >>org.apache.jackrabbit.oak.jcr.repository.RepositoryImpl.login(RepositoryI >>mpl.java:253) >> ... 43 more >> >> Chetan Mehrotra >> >> >> On Tue, Aug 12, 2014 at 1:00 PM, <[email protected]> wrote: >> > The Buildbot has detected a new failure on builder oak-trunk-win7 >>while >> building ASF Buildbot. >> > Full details are available at: >> > http://ci.apache.org/builders/oak-trunk-win7/builds/463 >> > >> > Buildbot URL: http://ci.apache.org/ >> > >> > Buildslave for this Build: bb-win7 >> > >> > Build Reason: scheduler >> > Build Source Stamp: [branch jackrabbit/oak/trunk] 1617417 >> > Blamelist: chetanm >> > >> > BUILD FAILED: failed compile >> > >> > sincerely, >> > -The Buildbot >> > >> > >> > >>
