Hi, > Failed tests: > addNodes[2](org.apache.jackrabbit.oak.jcr.ConcurrentAddIT): > javax.jcr.InvalidItemStateException: OakState0001: Unresolved conflicts > in /test/node4 > > This doesn't seem to be related to my changes. Anyone else seen such > before? Does the content contributed by the test case actually ensure > that no conflicts arise? Otherwise such an exception is actually to be > expected and we should change the test.
the test may cause conflicts in the property index. the expectation is that node store implementations are able to deal with those conflicts introduced by commit editors and retry the merge. maybe in this case one thread was unfortunate on each retry and eventually failed the merge. Regards Marcel
