This is an automated email from the ASF dual-hosted git repository. daim pushed a commit to branch DetailedGC/OAK-10199 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
commit c206c66ccd6c51237de7f3e19748b4b1a5b4330f Author: stefan-egli <[email protected]> AuthorDate: Mon Nov 6 11:27:01 2023 +0100 OAK-10526 : test to reproduce split doc GC with referenced revisions (#1184) * OAK-10526 : test to reproduce split doc GC with referenced revisions * OAK-10526 : test to reproduce split doc GC with referenced revisions Suggested changes to test --------- Co-authored-by: Marcel Reutegger <[email protected]> --- .../jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java | 1 + 1 file changed, 1 insertion(+) diff --git a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java index 42d2a93d84..a8dfc849f7 100644 --- a/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java +++ b/oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollectorIT.java @@ -99,6 +99,7 @@ import org.apache.jackrabbit.oak.api.Type; import org.apache.jackrabbit.oak.plugins.document.DocumentStoreFixture.RDBFixture; import org.apache.jackrabbit.oak.plugins.document.VersionGarbageCollector.VersionGCStats; import org.apache.jackrabbit.oak.plugins.document.bundlor.BundlingConfigInitializer; +import org.apache.jackrabbit.oak.plugins.document.VersionGarbageCollector.VersionGCStats; import org.apache.jackrabbit.oak.plugins.document.mongo.MongoTestUtils; import org.apache.jackrabbit.oak.plugins.document.rdb.RDBOptions; import org.apache.jackrabbit.oak.plugins.document.util.Utils;
