mirror of
https://github.com/Alfresco/SearchServices.git
synced 2025-09-17 14:21:20 +00:00
SEARCH-2977 SEARCH-2948 Add compatibility tests (#1219)
This commit is contained in:
@@ -23,6 +23,7 @@ SHARE_TRANSFORM_OPTS = ('-DlocalTransform.pdfrenderer.url=http://alfresco-pdf-re
|
|||||||
SHARDING_OPTS = '-Dsolr.useDynamicShardRegistration=true'
|
SHARDING_OPTS = '-Dsolr.useDynamicShardRegistration=true'
|
||||||
JAVA_OPTS = ('-Ddb.driver=org.postgresql.Driver -Ddb.username=alfresco -Ddb.password=alfresco '
|
JAVA_OPTS = ('-Ddb.driver=org.postgresql.Driver -Ddb.username=alfresco -Ddb.password=alfresco '
|
||||||
'-Ddb.url=jdbc:postgresql://postgres:5432/alfresco -Dsolr.port=8983 '
|
'-Ddb.url=jdbc:postgresql://postgres:5432/alfresco -Dsolr.port=8983 '
|
||||||
|
'-Dsystem.acl.maxPermissionCheckEnabled=true '
|
||||||
'-Dindex.subsystem.name=solr6 '
|
'-Dindex.subsystem.name=solr6 '
|
||||||
'-Dalfresco.restApi.basicAuthScheme=true '
|
'-Dalfresco.restApi.basicAuthScheme=true '
|
||||||
# longer timeouts for CI
|
# longer timeouts for CI
|
||||||
|
@@ -66,8 +66,7 @@ public class SearchQueryPaginationTest extends AbstractCmisE2ETest
|
|||||||
waitForMetadataIndexing(testFile.getName(), true);
|
waitForMetadataIndexing(testFile.getName(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Disabled due to SEARCH-2948. */
|
@Test(priority = 1, groups = { TestGroup.ACS_62n})
|
||||||
@Test(enabled = false, priority = 1, groups = { TestGroup.ACS_62n})
|
|
||||||
public void testCmisSearchWithPagination()
|
public void testCmisSearchWithPagination()
|
||||||
{
|
{
|
||||||
// Search for the cmis documents using cmis query
|
// Search for the cmis documents using cmis query
|
||||||
@@ -142,8 +141,7 @@ public class SearchQueryPaginationTest extends AbstractCmisE2ETest
|
|||||||
Assert.assertTrue(response.isEmpty(), "Empty Response, Error is expected when skipCount < 0");
|
Assert.assertTrue(response.isEmpty(), "Empty Response, Error is expected when skipCount < 0");
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Disabled due to SEARCH-2948. */
|
@Test(priority = 2, groups = { TestGroup.ACS_62n})
|
||||||
@Test(enabled = false, priority = 2, groups = { TestGroup.ACS_62n})
|
|
||||||
public void testPagination()
|
public void testPagination()
|
||||||
{
|
{
|
||||||
// Search for the files under the testFolder using cmis query
|
// Search for the files under the testFolder using cmis query
|
||||||
|
Reference in New Issue
Block a user