ACS-1907: Added test case to reproduce error situation

This commit is contained in:
Stefan Kopf
2021-08-22 23:47:26 +02:00
parent 76e815f9c5
commit a8e1ce909e
2 changed files with 200 additions and 0 deletions

View File

@@ -77,6 +77,9 @@ import org.junit.runners.Suite;
// From MiscContextTestSuite
org.alfresco.repo.domain.query.CannedQueryDAOTest.class,
// ACS-1907
org.alfresco.repo.search.impl.querymodel.impl.db.ACS1907Test.class,
// REPO-2963 : Tests causing a cascade of failures in AllDBTestsTestSuite on PostgreSQL/MySQL
// Moved at the bottom of the suite because DbNodeServiceImplTest.testNodeCleanupRegistry() takes a long time on a clean DB.
org.alfresco.repo.node.db.DbNodeServiceImplTest.class,