MNT-23043 - Property Tables Cleaner Job V3 (#1330)

* Implementation of V3

* Correct commit placement. If done while cursors are still open can result lost cursors - see MNT-23127

* Correct formatting

* Unit Test

* Add test to test suite

* Corrections on the unit test

* Correct typo and add documentation

* Fix typos

* Set the default values as constants

* remove initialization of rowsProcessed

* Improve comments

* Optimizations regarding retrieving min and max values

* Fix PostgreSQL sql script for v3
This commit is contained in:
evasques
2022-09-26 11:44:01 +01:00
committed by GitHub
parent 0aa4b5de9c
commit 49cedfc40c
12 changed files with 796 additions and 7 deletions

View File

@@ -88,6 +88,7 @@ import org.junit.runners.Suite;
org.alfresco.repo.security.person.GetPeopleCannedQueryTest.class,
org.alfresco.repo.domain.schema.script.DeleteNotExistsExecutorTest.class,
org.alfresco.repo.domain.schema.script.DeleteNotExistsV3ExecutorTest.class,
org.alfresco.repo.node.cleanup.DeletedNodeBatchCleanupTest.class
})
public class AllDBTestsTestSuite