Thomas Mueller created OAK-130:
----------------------------------
Summary: Unexpected behavior of MicroKernelImpl.merge
Key: OAK-130
URL: https://issues.apache.org/jira/browse/OAK-130
Project: Jackrabbit Oak
Issue Type: Bug
Components: mk
Reporter: Thomas Mueller
Priority: Minor
There is an unexpected behavior for the following test case:
String branch = mk.branch(head);
branch = mk.commit("/", "+\"branch\": {}", branch, "");
head = mk.commit("/", "+\"head\": {}", head, "");
head = mk.merge(branch, "");
String n = mk.getNodes("/", head, 10, 0, 10, "");
String j = mk.getJournal(first, head, "/");
getNodes returns both nodes ("branch" and "head"), but
getJournal returns +"/head":{}, >"/head":"/branch"
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira