You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by Julian Reschke <ju...@gmx.de> on 2008/10/08 17:38:50 UTC

Re: svn commit: r702459 [1/2] - in /jackrabbit/trunk/jackrabbit-core/src: main/java/org/apache/jackrabbit/core/cluster/ main/java/org/apache/jackrabbit/core/journal/ main/java/org/apache/jackrabbit/core/state/ test/java/org/apache/jackrabbit/core/cluster/ ...

dpfister@apache.org wrote:
> Author: dpfister
> Date: Tue Oct  7 05:43:55 2008
> New Revision: 702459
> 
> URL: http://svn.apache.org/viewvc?rev=702459&view=rev
> Log:
> JCR-1789 - Provide access to cluster records
> - introduce classes that provide structured access to record contents
> - add tests that verify correct serialization/deserialization
> - change base class of ClusterException to Exception
> - remove obsolete (Item|Node|Property)Operation classes
> ...

I think something is fishy with the change; I'm getting on 2 out of 2 
machines (XPSP3) test failures (full log attached):


java.io.IOException: Unable to delete file: 
target\repository_for_test\revision.log at 
org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1390) at 
org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:1044) at 
org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:977) at 
org.apache.jackrabbit.core.journal.FileJournalTest.tearDown(FileJournalTest.java:67) 
at junit.framework.TestCase.runBare(TestCase.java:130) at 
junit.framework.TestResult$1.protect(TestResult.java:106) at 
junit.framework.TestResult.runProtected(TestResult.java:124) at 
junit.framework.TestResult.run(TestResult.java:109) at 
junit.framework.TestCase.run(TestCase.java:118) at 
junit.framework.TestSuite.runTest(TestSuite.java:208) at 
junit.framework.TestSuite.run(TestSuite.java:203) at 
junit.framework.TestSuite.runTest(TestSuite.java:208) at 
junit.framework.TestSuite.run(TestSuite.java:203) 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:585) at 
org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) 
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140) 
at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127) 
at org.apache.maven.surefire.Surefire.run(Surefire.java:177) 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:585) at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:338) 
at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:997)

BR, Julian