Hi, that's probably my bad, I flipped the version support descriptor for versioning, but only checked the VersionIT test. I'll fix it.
regards marcel > -----Original Message----- > From: Jukka Zitting [mailto:[email protected]] > Sent: Dienstag, 7. Mai 2013 15:18 > To: Oak devs > Subject: Build failure > > Hi, > > Not sure if it's just me, but my Oak build is failing with: > > Failed tests: > testCheckedIn(org.apache.jackrabbit.test.api.NodeCanAddMixinTest): > Node.canAddMixin(String mixinName) must return false if the node is > checked-in. > > Tests in error: > testValue(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): > javax.jcr.version.VersionException: Cannot change property prop1 on > checked in node > testNode(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): > javax.jcr.version.VersionException: Cannot change property > jcr:content on checked in node > testDouble(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): > javax.jcr.version.VersionException: Cannot change property prop1 on > checked in node > testCalendar(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): > javax.jcr.version.VersionException: Cannot change property prop1 on > checked in node > testLong(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): > javax.jcr.version.VersionException: Cannot change property prop1 on > checked in node > testBoolean(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): > javax.jcr.version.VersionException: Cannot change property prop1 on > checked in node > testString(org.apache.jackrabbit.test.api.SetValueVersionExceptionTest): > javax.jcr.version.VersionException: Cannot change property prop1 on > checked in node > testValueArray(org.apache.jackrabbit.test.api.SetValueVersionExceptionTes > t): > javax.jcr.version.VersionException: Cannot change property prop2 on > checked in node > testStringArray(org.apache.jackrabbit.test.api.SetValueVersionExceptionTes > t): > javax.jcr.version.VersionException: Cannot change property prop2 on > checked in node > testInputStream(org.apache.jackrabbit.test.api.SetValueVersionExceptionTe > st): > javax.jcr.version.VersionException: Cannot change property prop1 on > checked in node > testCheckedInUnlock(org.apache.jackrabbit.test.api.lock.LockTest) > testCheckedIn(org.apache.jackrabbit.test.api.lock.LockTest): > javax.jcr.version.VersionException: Cannot change property > jcr:lockIsDeep on checked in node > testVersioning(org.apache.jackrabbit.test.api.observation.GetUserDataTest) > : > User data not supported > > Both our CI builds are out of luck at the moment (buildbot with some > system issue, travis with still missing Jackrabbit 2.8-SNAPSHOT > dependencies), so the error might be occurring more generally than > just on my laptop. > > BR, > > Jukka Zitting
