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


##########
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:
   We assign all (1.8, 1.22 & trunk) the same memory while running test 
cases[1]. I even tried updating the `-Xmx` size to `1 GB`, but it didn't work 
for `1.8` on my local.
   
   We might have some other optimizations/changes that are helping this test 
pass on `1.22` & `trunk`.
   
   [1] 
https://github.com/apache/jackrabbit-oak/blob/trunk/oak-parent/pom.xml#L39



-- 
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-unsubscr...@jackrabbit.apache.org

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

Reply via email to