rishabhdaim commented on code in PR #1711:
URL: https://github.com/apache/jackrabbit-oak/pull/1711#discussion_r1756830993
##########
oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java:
##########
@@ -2649,7 +2647,6 @@ public void
testDeletedPropsAndUnmergedBCWithCollisionWithDryRunMode() throws Ex
RevisionVector br3 = unmergedBranchCommit(store1, b ->
b.child("foo").setProperty("a", "d"));
RevisionVector br4 = unmergedBranchCommit(store1, b ->
b.child("bar").setProperty("x", "z"));
mergedBranchCommit(store1, b -> b.child("foo").removeProperty("p"));
- store1.runBackgroundOperations();
Review Comment:
AFAIK, without running the background operations, the changes won't be
visible to other clusters.
Why did you commented it out ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]