Continuum a écrit : > http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/977
This is again our beloved lock issue. The report from the Continuum working copy is: ------------------------------------------------------------------------------- Test set: org.geotools.data.memory.MemoryDataStoreTest ------------------------------------------------------------------------------- Tests run: 37, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.245 sec <<< FAILURE! testGetFeatureLockingExpire(org.geotools.data.memory.MemoryDataStoreTest) Time elapsed: 0.004 sec <<< FAILURE! junit.framework.AssertionFailedError at junit.framework.Assert.fail(Assert.java:47) at junit.framework.Assert.assertTrue(Assert.java:20) at junit.framework.Assert.assertTrue(Assert.java:27) at org.geotools.data.memory.MemoryDataStoreTest.testGetFeatureLockingExpire(MemoryDataStoreTest.java:1261) The code around that line is: assertTrue(isLocked("road", "road.rd1")); long then = System.currentTimeMillis(); do { Thread.sleep( 15 ); } while ( then == System.currentTimeMillis() ); assertFalse(isLocked("road", "road.rd1")); where the failure occurs on the first line (assertTrue). Martin ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Geotools-devel mailing list Geotools-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geotools-devel