Hi, On Tue, Oct 1, 2013 at 9:52 AM, <[email protected]> wrote: > URL: http://svn.apache.org/r1528094 > Log: > OAK-1059 Property index: faster unique indexes using new storage strategy
This commit was causing the integration test failures (bot locally and on our CI builds) shown at the end of this message, so in revision 1528295 I reverted the change. BR, Jukka Zitting ---- Failed tests: testRestoreWithUUIDConflictJcr2(org.apache.jackrabbit.test.api.version.RestoreTest): Node.restore( Version, boolean ): An ItemExistsException must be thrown if the node to be restored already exsits and removeExisting was set to false. testRestoreWithUUIDConflictJcr2_2(org.apache.jackrabbit.test.api.version.RestoreTest): Node.restore( Version, boolean ): An ItemExistsException must be thrown if the node to be restored already exsits and removeExisting was set to false. testRestoreWithUUIDConflictJcr2_3(org.apache.jackrabbit.test.api.version.RestoreTest): Node.restore( Version, boolean ): An ItemExistsException must be thrown if the node to be restored already exsits and removeExisting was set to false. testRestoreWithUUIDConflictJcr2_4(org.apache.jackrabbit.test.api.version.RestoreTest): Node.restore( Version, boolean ): An ItemExistsException must be thrown if the node to be restored already exsits and removeExisting was set to false. Tests in error: testRestoreWithUUIDConflict(org.apache.jackrabbit.test.api.version.RestoreTest): org.apache.jackrabbit.oak.api.CommitFailedException: OakVersion0004: VersionSelector did not select any version from history: /jcr:system/jcr:versionStorage/20/f9/8c/20f98c44-155d-485f-bce3-cda29c8e1056
