You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/09/15 11:18:59 UTC

[GitHub] [jackrabbit-oak] mreutegg commented on a diff in pull request #702: OAK-9535: Support recovery of large branch merge - backport to 1.8

mreutegg commented on code in PR #702:
URL: https://github.com/apache/jackrabbit-oak/pull/702#discussion_r971858137


##########
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/RecoveryTest.java:
##########
@@ -157,6 +169,69 @@ public void recoverOther() throws Exception {
         assertThat(diff.deleted, containsInAnyOrder("/parent/test/c1"));
     }
 
+    @Test
+    @Ignore(value = "Causes OOM on travis and local as well for 1.8 branch")

Review Comment:
   Why does this work on trunk and 1.22 branch but not on 1.8? Does it get less memory on 1.8 or need more?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org