You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Julian Reschke (JIRA)" <ji...@apache.org> on 2013/12/10 16:12:07 UTC

[jira] [Created] (OAK-1271) incorrect assumptions in DocumentSplitTest

Julian Reschke created OAK-1271:
-----------------------------------

             Summary: incorrect assumptions in DocumentSplitTest
                 Key: OAK-1271
                 URL: https://issues.apache.org/jira/browse/OAK-1271
             Project: Jackrabbit Oak
          Issue Type: Bug
          Components: core
            Reporter: Julian Reschke
            Assignee: Julian Reschke
            Priority: Minor
             Fix For: 0.14


splitDeleted() assumes that all revisions will end up in the revisions table.

However, if the DocumentStore implementation does not support caching, the splitting code will also affect the parent node, and thus half of the revisions end up in the commitRootPath.

Fix the test to allow both.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)